error n. 1.錯(cuò)誤;失錯(cuò)。 2.謬見,誤想;誤信;誤解。 3.罪過。 4.【數(shù)學(xué)】誤差;【法律】誤審,違法;(棒球中的)錯(cuò)打。 commit [make] an error 犯[出]錯(cuò)。 correct errors 改正錯(cuò)誤。 a clerk's [clerical] error 筆誤。 mean errors 標(biāo)準(zhǔn)誤差。 a writ of error 【法律】(推翻錯(cuò)誤原判的)再審命令。 nature's error 天生畸形。 in error 弄錯(cuò)了的;錯(cuò)誤地。 errors of commission [omission] 違犯[疏忽]罪。 fall into error 誤入歧途。 nature's error 天生畸形。 adj. -less 無錯(cuò)誤的,正確的。
Here , bloch echoes the conventional sun wisdom - that runtime exceptions should be used only to indicate programming errors , such as precondition violations 這里, bloch回應(yīng)傳統(tǒng)的sun觀點(diǎn)運(yùn)行時(shí)異常應(yīng)該只是用于指示編程錯(cuò)誤,例如違反前置條件。
Application verifier assists developers in quickly finding subtle programming errors that can be extremely difficult to identify with normal application testing 應(yīng)用程序驗(yàn)證程序可以協(xié)助開發(fā)人員迅速找到細(xì)微的編程錯(cuò)誤,而使用普通應(yīng)用程序測(cè)試方法可能很難找到這些錯(cuò)誤。
There are a whole host of easy - to - commit and hard - to - detect programming errors that are entirely eliminated by using immutable objects , such as failure to synchronize access across threads or failing to clone an array or object before storing a reference to it 使用不變對(duì)象可以徹底消除許多容易發(fā)生但難以檢測(cè)的編程錯(cuò)誤,如無法在線程間同步訪問或在存儲(chǔ)對(duì)數(shù)組或?qū)ο蟮囊们盁o法克隆該數(shù)組或?qū)ο蟆?
3 ) the dissertation studies the theory and technology of testing , analyses the characteristic of program errors and combines these technology into 00 technology to develop the tool of testing , which named errseed , based on error injection arithmetic 3 )研究了軟件測(cè)試?yán)碚摵图夹g(shù),將軟件植錯(cuò)技術(shù)與面向?qū)ο蠹夹g(shù)結(jié)合。根據(jù)所確定的植入錯(cuò)誤的種類,分析了每種錯(cuò)誤的特征,從而研究開發(fā)了c + +軟件植錯(cuò)工具errseed 。
To free developers of dealing with the sorts of exceptions that occur as a result of programming errors or that the program could not be expected to catch dereferencing a null pointer , falling off the end of an array , dividing by zero , and so on , some exceptions are nominated as unchecked exceptions those that derive from 對(duì)于因?yàn)榫幊体e(cuò)誤而導(dǎo)致的異常,或者是不能期望程序捕獲的異常(解除引用一個(gè)空指針,數(shù)組越界,除零,等等) ,為了使開發(fā)人員免于處理這些異常,一些異常被命名為非檢查型異常(即那些繼承自
Our purpose is to supply a common method for type information collection of high - level programming languages , so that we can lower the difficulty of the implemention of type system and the possibility of occurence of the program errors ; simplify the intermediate presentation of high - level programming language , so that we can do code generation and optimization conveniently 目的是為高級(jí)語言的類型信息的提取提供一般方法,從而降低類型系統(tǒng)實(shí)現(xiàn)的難度以及產(chǎn)生程序錯(cuò)誤的可能性,并且簡化高級(jí)語言的中間表示,便于后端的代碼生成和優(yōu)化。
But the most important characteristic - and the one likely to be concretely useful - is the elimination of side - effects or at least their containment to special areas like monads . a very large percentage of program errors - and the problem that drives programmers to debuggers - occur because variables obtain unexpected values during the course of program execution 類(或其實(shí)例)中,能收集一些數(shù)據(jù)- -可以以任意順序- -一旦獲得了所需的所有元素,就能調(diào)用這一對(duì)象的方法來完成這一大批數(shù)據(jù)的計(jì)算。