錯誤檢測程序 的英文怎麼說

中文拼音 [cuòjiǎnchéng]
錯誤檢測程序 英文
bug monitor
  • : Ⅰ形容詞1 (錯誤; 不正確) wrong; mistaken; erroneous 2 (用於否定: 壞; 差) bad; poor 3 (交叉; ...
  • : Ⅰ名詞(錯誤) mistake; error Ⅱ動詞1 (弄錯) mistake; misunderstand 2 (耽誤) miss 3 (使受損害...
  • : Ⅰ動詞1 (查) check up; inspect; examine 2 (約束; 檢點) restrain oneself; be careful in one s c...
  • : 動詞1. (測量) survey; fathom; measure 2. (測度; 推測) conjecture; infer
  • : 名詞1 (規章; 法式) rule; regulation 2 (進度; 程序) order; procedure 3 (路途; 一段路) journe...
  • 錯誤 : 1 (不正確) wrong; mistaken; incorrect; erroneous 2 (不正確的事物、行為等) mistake; error; blu...
  • 檢測 : check; detection; test; gauging; detecting; sensing; [工業] checkout; measuring
  • 程序 : 1 (進行次序) order; procedure; course; sequence; schedule; ground rule; routing process 2 [自動...
  1. Tracking down and fixing programming errors in an application under development

    -到正在開發的應用中的編並修正這些
  2. The adaptive thin groupware recognition system this paper illustratored uses the machine vision inspection technology, uses the professional optics image and advanced ccd electron photograph technology to get image, puts some process arithmetic on image through computer to complete its mission, and can recognise the unqualified assemble production having the problem of assembleing less and more hardware or the wrong assemble order. the recognition system is put into use in one mechanical factory in ningbo city, zhejiang province

    本課題所研究的薄形組合件自適應識別系統,運用機器視覺技術、光學成像技術和ccd電子攝像技術,通過圖像處理和分析實現對薄型組合件裝配過,有效地解決了裝配過中出現的多裝、漏裝和安裝次等問題。該系統在寧波某機械公司得以應用,滿足了工廠各項精度的要求。
  3. With the development of computer technology and modeling technology, the numerical control simulation technology has become a kind of effective method of foreseeing machining process performance, product quality and processing efficiency in the present production machining. it not only could inspect the rationality and correctness of nc program as a result it avoids the breakdown of nc equipment because of knife moving by error but also reduced the consumption and cost that test cutting brought before and shortened the development period of new product greatly

    在現代生產加工中,伴隨著計算機技術與建模技術的發展,數控模擬技術已成為能夠預加工過表現、產品質量及加工效率的一種有效方法,不但可以驗數控的正確性和合理性,避免由於機床走刀造成的數控設備損壞的危險,而且大大降低了以往採用工藝試切方法所帶來的高消耗和高成本,大大縮短了新產品的開發周期。
  4. Existent automatic grading model of programs can not deal with the programs with structural body. in this paper, we study the syntax and concept of structural body based on an existed model, and improve the original model in the following aspects : increasing the middle representation form of structural body in analysis of morphology and syntax and system dependence graph and abstract syntax tree, adding standardization rules, mainly including type definition, nesting structure, initialization, function invocation, renaming and sequence of program sentence, besides standardization rules of bit operation and program with enumeration, enhancing the function of inspecting syntax error and improving matching strategies

    本文在原有的編題自動評分模型的基礎上,對結構體的語法結構和實現原理進行研究,並在以下幾個方面完善原有模型:在詞法和語法分析、的系統依賴圖建立和抽象語法樹生成三個方面增加結構體類型的中間表示形式;擴充的標準化規則,主要包括類型定義標準化、結構體嵌套結構標準化、結構體初始化的標準化、結構體作為函數參數時函數調用標準化、結構體變量名稱標準化、結構體語句排列順標準化等等;另外,還增加了位運算標準化、枚舉標準化以及文件的處理;增強學生中語法和改進匹配策略。
  5. The most common place for a bug to occur in a test on a gui program is in the last step : checking that the state of the program was modified as intended

    試gui的過中,最常發生的地方是在最後一步:查狀態是否已經按意願被修改。
  6. Test for potential application compatibility errors caused by common programming mistakes

    由常見編導致的潛在應用兼容性
  7. Utility, we detect the default value of " undef " and leave the loop if the output might contain that string, a false collision could occur, however

    實用的輸出所替換的復合變量名時,我們就會到「 undef 」默認值並退出循環(不過,如果輸出中可能包含那個字元串,會發生沖突) 。
  8. The process of locating and explaining detectable errors in a computer routine or hardware component

    對計算機或硬體部件中可查出來的進行和判定的過
  9. A nonfatal error can be detected and investigated by a part of the operating system or run - time system and the results can be displayed or used to make a programmed decision

    非致命可以用操作系統或運行時系統的一部分進行和研究,結果可以顯示出來,也可以用於進行判斷。
  10. Self - repairing programs automatically detect and repair critical errors

    自動修復能夠自動並修復嚴重
  11. Robustness provide predictable documented behavior in response to errors and exceptions. do not hide errors and do not force clients to detect errors

    健壯提供可預和異常的文檔說明。不要隱藏,也不要讓使用者
  12. Second, in a realistic program, you should generally test the return values of all the api calls in this program immediately to detect errors ( e. g., import failure )

    第二,在一個實際的中,你一般應該立即中所有api調用的返回值,以(例如導入失敗) 。
  13. Building your application helps you detect compile - time errors

    生成應用的過可幫助您編譯時
  14. Until now, most inspection tools either tried to take on the very difficult problem of proving that a program is correct, or focused on superficial issues such as code formatting and naming conventions, or at best, simple bug patterns such as self - assignment, unused fields, or potential errors such as unused method parameters or public methods that could be declared private or protected

    到目前為止,大多數工具要麼極力試圖證明是正確的,要麼注重一些表面問題,如代碼的格式編排和命名規則,最多還關注一些簡單的bug模式,如自賦值、未使用的域或潛在的(如未使用的方法參數,或可以聲明為私有或保護的方法被聲明為公共的) 。
  15. First, this paper introduces the conception of software test, testability, and some existent model used for analyzing testability. second, we analyze the merits and demerits of each model, as followed, after we particularly investigating the process of software fault leading to software failure, we put forward our improved scheme ? stdm and specify the process that it measure software testability more logically. at last, based on stdm we design and implement a stds ( software testability detecting system ), which can be used to measure the testability of c programs, and show the detected result in different level

    本文首先介紹了軟體試和可試性的基本概念等用於軟體可試性的理論基礎,並詳細分析了一些理論模型及各自的優缺點;接下來,針對這些可試性模型中所存在的問題,根據對軟體導致軟體失效過的研究分析,本文提出了一種改進的解決方案stdm用於對軟體的可試性進行量化,文章在最後設計並實現了構建在此stdm模型基礎之上的一個軟體可試性工具,該工具能夠對c源進行可試性並得出量化結果數據,驗證了該模型的有效性。
  16. Extremeprogramming teams prefer to implement software to check for and detect errors, whether in the base software or in process, rather than to set up involved procedures which leave open the possibility of human error or laziness

    極限設計團隊不管是對于基本成型的軟體還是正在開發的軟體,喜歡以執行軟體來查、探,而不是通過建立復雜的可能受人的和惰性影響的過來做這件事。
  17. Remember that you can instrument an application not only to display errors, but also to monitor performance

    請記住,通過在應用中插入點,不僅可以顯示,還可以監視性能。
分享友人