五五字典>英语词典>zeroes翻译和用法

zeroes

英 [ˈzɪərəʊz]

美 [ˈzɪroʊz]

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

双语例句

  • 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或低位不可见字符填充。
  • The-p option is used to pad the remaining space in the image with zeroes.
    p选项用来在映像的剩余空间用零填充。
  • This approach zeroes in on additives and other ingredients that don't necessarily show up on allergy tests.
    这种方法是一种零食品添加剂的饮食方案,这类过敏并不一定会在过敏试验中表现出来。
  • 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.
    相反,他在零点对当代中国社会的弊病,他的刺员额配置从官方受贿主题的孔子国家生产的电影的失败。
  • 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,因为他们的危险系数比较低或者中等,我们还剩下这些。
  • Recovering a key is no five minute job and despite being four times easier than other methods the number of steps required to crack AES-128 is an8 followed by37 zeroes.
    但研究者表示,这并不是说用了这个算法的人马上就要悲剧了,虽然破解难度降低了四倍,但破解AES-128所需的步骤仍然是8后面加37个零。
  • 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工作的计算机适合更复杂的工作。
  • 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个零的新版钞票取代。
  • 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。
  • Internal to the setup function, there's a call to kzalloc ( which allocates kernel memory and zeroes it).
    在安装函数内部,调用了kzalloc(分配内核内存并清零)。