•
dec
英:
美:
常用释义:
数位计算设备公司
abbr.数字设备公司(DataEquipmentCompany)
abbr.直接能量转换(DirectEnergyConversion)
abbr.日参与次数(DailyEngagementCount)
abbr.数位计算设备公司(DigitalEquipmentCorporation)
1、Niinami plans to dispatch a team of staff members, including company directors, to China ahead of his own arrival, he said Dec.───刚史本月20日时称,在他的行程之前,公司计划派遣包括公司领导在内的多名员工到中国。
2、Dec: I had lessons for a while and just got up to grade 1 but quit after that and just played my own pieces or songs that I wanted to cover.───我上过一阵钢琴课,只考到1级,不过那之后我就开始弹自己想翻唱的那些曲子和歌了。
3、"We caved in, reluctant to turn away business, " she said. "Were not looking forward to what Dec. 26 brings. "───她说:“我们做出了让步,(因为)不愿意回绝生意。我们会不把希望放在圣诞节后”
4、Economists said the
dec
-line in the number of Filipinos leaving for overseas jobs and the strong peso had not yet hurt remittances.───经济学家表示,前往海外工作的菲律宾人数下降以及比索走强,还没有影响到汇款。
5、Since its first episode on Dec 5, Letter Alive has been widely praised.───自从12月5日播出第一集以来,《活着的信》就广受好评。
6、Shenzhen International Marathon 2018 is scheduled for Dec.───深圳国际马拉松赛将于12月举行。
7、It was overshadowed by the presidential campaign, but last Dec. 5 a bit of environmental legislative history was made.───虽然一度被总统大选遮上了阴云,但是在去年12月5日,一段环保立法史还是悄然而生。
8、The weather may be somewhat cold during Dec which isnt good for cruise.───天气可能在12月期间有些冷,这不利于巡航。
9、A Citybus spokeswoman said on Dec. 11 that it would not discriminate against any party and that it was a commercial
dec
ision.───而香港都市巴士公司的发言人在12月11日宣称这并不是对任何团体的歧视只是一个商业决定罢了。
1、dice───n.骰子;掷骰游戏;小块食物;v.将(食物等)切成丁;掷骰子;(非正式)拒绝;n.(Dice)(美)戴斯(人名)
2、dec-───abbr.数位计算设备公司(DigitalEquipmentCorporation);abbr.数字设备公司(DataEquipmentCompany);abbr.直接能量转换(DirectEnergyConversion);abbr.日参与次数(DailyEngagementCount)
3、deck───n.甲板;(船或公共汽车的)一层;露天平台;转盘装置;vt.装饰;装甲板;打扮;n.(Deck)人名;(英、法、德)德克
4、dece───n.(Dece)(美)得斯(人名)
5、Dec.───abbr.十二月(December)
6、de-───n.来自(用于人名中表示籍贯);abbr.德国(Germany);n.(De)(丹、越)大(人名)
7、decd───播散性嗜酸细胞胶原病(disseminatedeosinophiliccollagendisease)
8、Dec───abbr.十二月(December)
9、deco───abbr.直接能量转换操作(DirectEnergyConversionOperation);降低氧消耗(decreasingconsumptionofoxygen)
DEC是汇编语言中的算术运算指令,起到减1的功能。 助记符 指令说明 字节数 周期数 DEC A 累加器减一 1 1 DEC Rn 寄存器减一 1 1 DEC direct 直接地址减一 2 2 DEC @Ri 间接RAM减一 1 1 格式:DEC DEST 功能:INC指令将目的操作数加1,结果送目的操作数。DEC指令将目的操作数减1,结果送目的操作数。目的操作数为通用寄存器或存储器操作数。 DEC指令影响标志位为OF,SF,ZF,AF,PF