integer arithmetic meaning in English
整数运算
Examples
- Specifies a value indicating whether integer arithmetic that overflows the bounds of the data type causes an exception at run time
指定一个值,该值指示溢出数据类型界限的整数算法是否会在运行时导致异常。 - It also contains carry input to certain integer arithmetic operations and the number of bytes to transfer during load and store string instructions ,
它还存放某些整数运算操作的进位输入以及加载和存储指令( - Compiler option lets you specify checked or unchecked context for all integer arithmetic statements that are not explicitly in the scope of a
关键字范围内的所有非显式整型算术语句指定已检查或未检查的上下文。 - In all integer arithmetic operations , both overflow and underflow shall be ignored . the value returned when either overflow or underflow occurs is implementation defined
在所有的整数算术运算中,溢位和不足必须被忽视.发生溢位或不足时,传回值由实作自订 - Since arithmetic operations of large magnitude integers can not be carried out directly , a set of subroutines for large magnitude integer arithmetic operations are developed by characterizing the large integers
为了解决特大整数的表示与处理问题,本文构造了一套字符化大整数运算系统。