arithmetic n. 1.算術(shù),算法;計(jì)算。 2.算術(shù)書。 I challenge your arithmetic. 你的算法靠不住。 mental arithmetic 心算。 arithmetic device 運(yùn)算裝置,運(yùn)算器。 arithmetic speed 運(yùn)算速度。
overflow vt. (-flowed, -flown; -flowing) 使溢出,使泛濫,使?jié)q滿;淹沒;人滿得走不進(jìn)(房間等)。 The river overflowed its banks. 河水漫出堤岸。 The river overflowed several farms. 河水淹沒了幾個(gè)農(nóng)場。 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 :算術(shù)溢出:對32位值進(jìn)行移位操作,然后強(qiáng)制轉(zhuǎn)換為64位值。
When set to off , the divide - by - zero and arithmetic overflow errors cause null values to be returned 設(shè)置為off時(shí),被零除錯(cuò)誤和算術(shù)溢出錯(cuò)誤將導(dǎo)致返回空值。如果在
A run - time error , such as an arithmetic overflow or a constraint violation , has one of the following effects 諸如算術(shù)溢出或約束沖突之類的運(yùn)行時(shí)錯(cuò)誤具有下面的影響:
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 設(shè)置為on時(shí),被零除錯(cuò)誤和算術(shù)溢出錯(cuò)誤將導(dǎo)致回滾語句,并生成錯(cuò)誤消息。
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 升級至目錄視圖的另外一個(gè)原因是存儲用戶id和類型id的兼容性視圖列可能返回null或觸發(fā)器算術(shù)溢出。
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 列上嘗試執(zhí)行insert或update操作,而這些列中的新值長度超出最大列大小,則將出現(xiàn)被零除錯(cuò)誤和算術(shù)溢出錯(cuò)誤導(dǎo)致返回空值的行為。
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 這可以為很多常見的錯(cuò)誤條件(例如語法錯(cuò)誤或算術(shù)上溢)設(shè)陷,并將控制流轉(zhuǎn)移到您自己編寫的一個(gè)專門的錯(cuò)誤處理例程。
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 浮點(diǎn)算術(shù)溢出或被零除從不引發(fā)異常,因?yàn)楦↑c(diǎn)類型基于ieee 754 ,因此可以表示無窮和nan (不是數(shù)字) 。