arithmetic n. 1.算术,算法;计算。 2.算术书。 I challenge your arithmetic. 你的算法靠不住。 mental arithmetic 心算。 arithmetic device 运算装置,运算器。 arithmetic speed 运算速度。
overflow vt. (-flowed, -flown; -flowing) 使溢出,使泛滥,使涨满;淹没;人满得走不进(房间等)。 The river overflowed its banks. 河水漫出堤岸。 The river overflowed several farms. 河水淹没了几个农场。 The goods overflowed the warehouse. 货物多得仓库堆不下了。 vi. 溢流,泛滥,漫出;满,充满;洋溢;(资源等)过剩。 a man overflowing with sympathy 充满同情心的人。 a land overflowing with resources of every kind 各种资源都很丰富的国家。 overflow with 充溢,充满。 n. 1.泛滥,溢流。 2.外溢,充溢,过多,过剩;超出额;溢出物。 3.溢洪道,排水口。 an overflow gate 溢水口。 an overflow of population 人口过剩。 adj. 溢出的;充满的(=overflowing)。
Warning c6297 : arithmetic overflow : 32 - bit value is shifted , then cast to 64 - bit value 警告c6297 :算术溢出:对32位值进行移位操作,然后强制转换为64位值。
When set to off , the divide - by - zero and arithmetic overflow errors cause null values to be returned 设置为off时,被零除错误和算术溢出错误将导致返回空值。如果在
A run - time error , such as an arithmetic overflow or a constraint violation , has one of the following effects 诸如算术溢出或约束冲突之类的运行时错误具有下面的影响:
When set to on , the divide - by - zero and arithmetic overflow errors cause the statement to be rolled back and an error message is generated 设置为on时,被零除错误和算术溢出错误将导致回滚语句,并生成错误消息。
Another reason for upgrading to the catalog views is that compatibility view columns that store user ids and type ids might return null or trigger arithmetic overflows 升级至目录视图的另外一个原因是存储用户id和类型id的兼容性视图列可能返回null或触发器算术溢出。
The behavior in which a divide - by - zero or arithmetic overflow error causes null values to be returned occurs if an insert or update is tried on a 列上尝试执行insert或update操作,而这些列中的新值长度超出最大列大小,则将出现被零除错误和算术溢出错误导致返回空值的行为。
This traps a number of common error conditions such as syntax errors or arithmetic overflow and diverts the flow of control to a special error - handling routine youve written 这可以为很多常见的错误条件(例如语法错误或算术上溢)设陷,并将控制流转移到您自己编写的一个专门的错误处理例程。
Floating - point arithmetic overflow or division by zero never throws an exception , because floating - point types are based on ieee 754 and so have provisions for representing infinity and nan not a number 浮点算术溢出或被零除从不引发异常,因为浮点类型基于ieee 754 ,因此可以表示无穷和nan (不是数字) 。