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

zeroes

英 [ˈzɪərəʊz]

美 [ˈzɪroʊz]

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

双语例句

  • If it is given an address to load from that is not at a16-byte boundary, it simply zeroes out the last four bits of the address before loading it so that it will be an aligned load.
    如果要加载自的地址不是一个16字节的边界,它就会将该地址的最后四位截断然后再加载,以便使其能够加载。
  • And so if you know what patterns of zeroes and ones to look for as you will yourselves this year in that forensics problem set, can you recover a lot of that data?
    如果你知道如何去发现,这些0和1的排列规则,这也是套题中的问题,你就能恢复把这些大量数据恢复?
  • That` s a 16 with 12 zeroes after it, and still counting.
    这个数字是16之后还有12个零,并且还在计算中。
  • A mathematical term meaning 1 followed by 101 zeroes, it caught the deep technological intent of the company.
    这是一个数学术语,意思是1后面跟着101个“0”,它切合了该公司远大的科技意图。
  • 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,因为他们的危险系数比较低或者中等,我们还剩下这些。
  • Internal to the setup function, there's a call to kzalloc ( which allocates kernel memory and zeroes it).
    在安装函数内部,调用了kzalloc(分配内核内存并清零)。
  • The function generates the exact number of specified characters, either padding to the left with character zeroes or discarding low order characters as necessary.
    函数产生指定字符的精确个数,左侧剩余的空白部分将按需要使用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工作的计算机适合更复杂的工作。
  • 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。
  • The signed right shift>>uses sign extension: if the value is positive, zeroes are inserted at the higher-order bits;
    有符号右移位运算符使用了符号扩展:若值为正,则在高位插入0;