记作业>英语词典>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寄存器复位至全零。
  • 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或低位不可见字符填充。
  • Hubble telescope zeroes in on green blob in space, the bizarre glowing blob is giving birth to new stars.
    哈勃望远镜发现宇宙中有绿色发光体,该奇异光可能正孕育着新的恒星。
  • The signed right shift>>uses sign extension: if the value is positive, zeroes are inserted at the higher-order bits;
    有符号右移位运算符使用了符号扩展:若值为正,则在高位插入0;
  • When the hurlers are putting zeroes on the board and balls are being caught, everything else just seems to fall into place.
    当投手没让对手得分且所有的球都被接到,所有的事情似乎就理所当然的到位了。
  • 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)很适合进行这样的转换。
  • 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。
  • Your brain just files this information for reference, it's data, little zeroes and ones and no column that asks "true or not true?"
    你的头脑直接把这个信息存档,储存于细细密密的零和一里面,成为了数据,它不会质问“这是不是真的?”
  • This is zimbabwe's big currency change-over, a chaotic and confusing exercise that will see current bills replaced by new notes with three zeroes removed.
    这就是辛巴威政府推动的重大货币转换政策,这是一个混乱的,现行的纸币将会被减去3个零的新版钞票取代。
  • Internal to the setup function, there's a call to kzalloc ( which allocates kernel memory and zeroes it).
    在安装函数内部,调用了kzalloc(分配内核内存并清零)。