check overflow的意思|示意
检查溢出
check overflow的网络常见释义
支票溢出 ... check(支票) check overflow(支票溢出) clear(结算) ...
check overflow相关短语
1、 overflow check 溢出检查 ;
2、 overflow check indicator 上限溢位 ; 溢出指示器 ; 溢位检查指示器 ;
3、 check for overflow 溢出检查
check overflow相关例句
To avoid any division by zero or overflow, transform all division into multiplication and check for the sign (horizontal lines with Y2=Y1 do not count in the algorithm)
要避免任何数与 0 相除或溢出,将所有除法转换为乘法并检查运算符号(Y2=Y1 的水平线不会计入算法)
Check all the pressure meters, the flow of the overflow tube, the heating system of the developing tank and the cooling system.
检查所有压力表,溢流水管流量,显影缸加热系统,冷却系统。
The C language allows indirect access memory location by pointer without boundary check, which may cause buffer overflow.
由于C语言允许通过指针进行间接内存访问,但并不进行边界检查,因此可能存在缓冲区溢出。
The checked forms check for overflow and generate a runtime exception if the resulting value exceeds the limits of the target type.
执行检查形式将会检查溢出情况,如果结果值超出目标类型的限制,则会生成运行时异常。
66000 is chosen to check for integral overflow on small integer machines.
这里的66000代表机器的整型溢出的上限值,根据不同机器字长进行设定。