中英
underflow
/ ˈʌndəfləʊ /
/ ˈʌndərˈfloʊ /
  • 简明
  • 柯林斯
  • n.[水文] 底流;[计] 下溢
  • 网络释义
  • 专业释义
  • 1

    [计] 下溢

    (3) 下溢(Underflow):运算的结果虽然不是 0,但其数据太小,超出了目标操作数能表 达的最小值的范围,就发生下溢错误。

  • 2

    [地质 水文] 地下水流

    ... undercurrent潜流;底流 underflow地下水流;冰下水流 underflow潜流;底流 ...

  • 3

     暗流

    ... 次临界耦合 undercritical coupling (一)电流不足;(二)暗流 undercurrent 暗流 underflow ...

短语
查看更多
  • 双语例句
  • 原声例句
  • 1
    Overflow or underflow in the arithmetic operation.
    不能使用那多不好玩儿啊!
  • 2
    The stack could underflow if you clean up too much in a function and then attempt to return.
    堆栈下溢的,如果你能在一个清洁的功能太多,然后试图返回。
  • 3
    High pressure thickening is a new high capacity thickening technology, which can produce high underflow density at high throughput.
    高压浓缩是一种新型、高效浓缩技术,可以在高处理能力情况下,产生较高底流浓度。
查看更多
  • 百科
  • Underflow

    The term arithmetic underflow (or "floating point underflow", or just "underflow") is a condition in a computer program where the result of a calculation is a smaller number than the computer can actually store in memory.Arithmetic underflow can occur when the true result of a floating point operation is smaller in magnitude (that is, closer to zero) than the smallest value representable as a normal floating point number in the target datatype. Underflow can in part be regarded as negative overflow of the exponent of the floating point value. For example, if the exponent part can represent values from −127 to 127, then a result with absolute value less than 2−127 may cause underflow.

查看更多