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

zeroes

英 [ˈzɪərəʊz]

美 [ˈzɪroʊz]

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

双语例句

  • Trailing zeroes are generated as required.
    在必要情况下以0拖尾。
  • 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或低位不可见字符填充。
  • 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。
  • First, this method would turn all negative zeroes into positive zeroes.
    首先,这个方法会将所有负0转换为正0。
  • 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实际上可以理解的,在这台计算机上没有安装。
  • Instead, he zeroes in on the ills of contemporary Chinese society, his barbed posts targeting topics from official venality to the failings of a state-produced movie about Confucius.
    相反,他在零点对当代中国社会的弊病,他的刺员额配置从官方受贿主题的孔子国家生产的电影的失败。
  • A mathematical term meaning 1 followed by 101 zeroes, it caught the deep technological intent of the company.
    这是一个数学术语,意思是1后面跟着101个“0”,它切合了该公司远大的科技意图。
  • Internal to the setup function, there's a call to kzalloc ( which allocates kernel memory and zeroes it).
    在安装函数内部,调用了kzalloc(分配内核内存并清零)。
  • 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,因为他们的危险系数比较低或者中等,我们还剩下这些。
  • The signed right shift>>uses sign extension: if the value is positive, zeroes are inserted at the higher-order bits;
    有符号右移位运算符使用了符号扩展:若值为正,则在高位插入0;