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 (不是數字) 。