词语站>英语词典>zeroes翻译和用法

zeroes

英 [ˈzɪərəʊz]

美 [ˈzɪroʊz]

v.  将(仪器、控制装置等)调到零
zero的第三人称单数

双语例句

  • Well, you can see all the zeroes.
    好吧,你可以看到所有的零。
  • Read() should return exactly the number of bytes requested, except on EOF or error; otherwise, the rest of the data will be substituted with zeroes.
    除非碰到EOF或出现错误,否则read()应该返回所请求的字节数的数据;否则,其余数据都会被替换成0。
  • The SPU instruction clz ( count leading zeroes, called spu_cntlz in the C language intrinsics) is perfect for this.
    SPU指令clz(countleadingzeroes,计算前导零;在C语言intrinsic中称为spucntlz)很适合进行这样的转换。
  • Recovering a key is no five minute job and despite being four times easier than other methods the number of steps required to crack AES-128 is an8 followed by37 zeroes.
    但研究者表示,这并不是说用了这个算法的人马上就要悲剧了,虽然破解难度降低了四倍,但破解AES-128所需的步骤仍然是8后面加37个零。
  • That` s a 16 with 12 zeroes after it, and still counting.
    这个数字是16之后还有12个零,并且还在计算中。
  • When the hurlers are putting zeroes on the board and balls are being caught, everything else just seems to fall into place.
    当投手没让对手得分且所有的球都被接到,所有的事情似乎就理所当然的到位了。
  • Companies that used to tout a car's ability to go from zero to60in a hurry are now just as likely to trumpet its mastery of zeroes and ones.
    许多公司以前都吹捧自己的车能瞬间从0加速到每小时60英里,而现在它们似乎更愿意鼓吹其对1和0的掌控能力。
  • By working with a dynamic range of data states in an analog mode, memristor-based computers could be capable of far more complex tasks than just shuttling ones and zeroes around.
    通过在模拟数据动态范围下工作,基于忆阻的计算机较仅仅围绕1和0工作的计算机适合更复杂的工作。
  • Internal to the setup function, there's a call to kzalloc ( which allocates kernel memory and zeroes it).
    在安装函数内部,调用了kzalloc(分配内核内存并清零)。
  • The signed right shift>>uses sign extension: if the value is positive, zeroes are inserted at the higher-order bits;
    有符号右移位运算符使用了符号扩展:若值为正,则在高位插入0;