火范文>英语词典>zeroes翻译和用法

zeroes

英 [ˈzɪərəʊz]

美 [ˈzɪroʊz]

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

双语例句

  • That` s a 16 with 12 zeroes after it, and still counting.
    这个数字是16之后还有12个零,并且还在计算中。
  • 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。
  • Well, you can see all the zeroes.
    好吧,你可以看到所有的零。
  • Trailing zeroes are generated as required.
    在必要情况下以0拖尾。
  • First, this method would turn all negative zeroes into positive zeroes.
    首先,这个方法会将所有负0转换为正0。
  • I like the way our lecturer zeroes in on the central issues without spending too much time on all that boring background information.
    我喜欢这种授课风格:授课者直接集中火力在主要事件上而非花过多时间在无聊的背景信息上。
  • Hubble telescope zeroes in on green blob in space, the bizarre glowing blob is giving birth to new stars.
    哈勃望远镜发现宇宙中有绿色发光体,该奇异光可能正孕育着新的恒星。
  • Internal to the setup function, there's a call to kzalloc ( which allocates kernel memory and zeroes it).
    在安装函数内部,调用了kzalloc(分配内核内存并清零)。
  • This approach zeroes in on additives and other ingredients that don't necessarily show up on allergy tests.
    这种方法是一种零食品添加剂的饮食方案,这类过敏并不一定会在过敏试验中表现出来。
  • The signed right shift>>uses sign extension: if the value is positive, zeroes are inserted at the higher-order bits;
    有符号右移位运算符使用了符号扩展:若值为正,则在高位插入0;