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

zeroes

英 [ˈzɪərəʊz]

美 [ˈzɪroʊz]

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

双语例句

  • 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。
  • Trailing zeroes are generated as required.
    在必要情况下以0拖尾。
  • That` s a 16 with 12 zeroes after it, and still counting.
    这个数字是16之后还有12个零,并且还在计算中。
  • Your brain just files this information for reference, it's data, little zeroes and ones and no column that asks "true or not true?"
    你的头脑直接把这个信息存档,储存于细细密密的零和一里面,成为了数据,它不会质问“这是不是真的?”
  • 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字节的边界,它就会将该地址的最后四位截断然后再加载,以便使其能够加载。
  • When the hurlers are putting zeroes on the board and balls are being caught, everything else just seems to fall into place.
    当投手没让对手得分且所有的球都被接到,所有的事情似乎就理所当然的到位了。
  • Hubble telescope zeroes in on green blob in space, the bizarre glowing blob is giving birth to new stars.
    哈勃望远镜发现宇宙中有绿色发光体,该奇异光可能正孕育着新的恒星。
  • This approach zeroes in on additives and other ingredients that don't necessarily show up on allergy tests.
    这种方法是一种零食品添加剂的饮食方案,这类过敏并不一定会在过敏试验中表现出来。
  • Human text, ASCII text as input and output zeroes and ones that represent that program in a manner that the CPU, interesting, dammit, not installed on this computer.
    编译器以人输入的文本,ASCII码为输入,它输出一些cpu实际上可以理解的,在这台计算机上没有安装。
  • The signed right shift>>uses sign extension: if the value is positive, zeroes are inserted at the higher-order bits;
    有符号右移位运算符使用了符号扩展:若值为正,则在高位插入0;