MY字典>英语词典>zeroes翻译和用法

zeroes

英 [ˈzɪərəʊz]

美 [ˈzɪroʊz]

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

双语例句

  • With a power-on reset functions, namely, the DAC registers reset to all zeroes.
    带有上电复位功能,即把DAC寄存器复位至全零。
  • Trailing zeroes are generated as required.
    在必要情况下以0拖尾。
  • 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个零。
  • 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的掌控能力。
  • So for this instruction there will be four results, with each one being either all ones or all zeroes, depending on the results of the comparison.
    所以此指令会有4个结果,根据比较结果的不同,它们或者全是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;
  • That` s a 16 with 12 zeroes after it, and still counting.
    这个数字是16之后还有12个零,并且还在计算中。
  • If I remove the zeroes and ones, since they have a low or moderate risk designation, this is what we're left with.
    如果我去掉所有的0和1,因为他们的危险系数比较低或者中等,我们还剩下这些。
  • 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。