executable program 中文意思是什麼

executable program 解釋
進行編程
  1. This can be a system command, such as attrib, or an executable, such as program. exe

    這可以是系統命令,如attrib ,也可以是可執行文件,如program . exe 。
  2. Combining with knowledge representation and automatic reasoning principle of ai and generic paradigm, the system has these main functions : ? it is able to show different solutions of typical example ; ( 2 ) it can automatically generate problems similar to the example for students to solve by providing them with clues ; ( 3 ) these problems can be studied by demonstrating the complete solution process and answers with the help of automated reasoning, or by providing real - time prompts to students concurrent with the students " solution processes with the help of automated reasoning ; ? it provides exercises and is able to call a program produced by the group ( the translator ), which transfers apla programs to executable programs so as to verify its correctness ; ( 5 ) it let teacher to add examples in the database ; etc. hi the course of systematic research, we deeply investigated the relevant knowledge of the system and made some innovation : about teaching content, we select par method as the main content

    本系統選用薛錦雲教授的par方法為主要教學內容,應用人工智慧的知識表示和自動推理原理及泛型思想,使得系統具有以下核心功能:展示幾種典型例題的解;以泛型思想為指導,實現了無限題庫,可以自動生成與典型例題類似的問題給學生求解並給予提示;對于這些題目,計算機可以自動推理出由問題到程序的全過程供學生學習;也可通過自動推理根據用戶的實際做題情況實時給出提示,互動式地幫助學生學習演算法程序設計;學生可以從問題庫中獲得練習,並調用轉換器,將自己的apla程序轉化為可執行語言程序,運行以檢驗其正確性;對教師而言,可以對已有的實例庫、問題庫進行添加操作等。在系統的研製過程中,我們深入研究了系統的各方面相關知識,並進行了多方面的創新:在教學內容方面,首次選用par方法為主要內容。
  3. To solve the inaccuracy problem caused by the two existing methods ( average end - area method and prismoidal method ) used for the calculation of roadway earthwork volume, this paper puts forward a new concept of the 3 - dimensional algorithm that takes all the roadway geometric design procedures as a kind of geometrical operation between the ground model ( original terrain model ) and the roadway model ( designed model ) under certain constraints, and then presents a complete 3 - dimensional algorithm of roadway earthwork volume as well as its executable computer program. the algorithm benefits from the re - triangulation technique of constrained delaunay triangulation ( cdt ), which can yield a true volume value theoretically. through a number of practical tests covering varied intervals between adjacent cross sections, it is proven to possess a higher accuracy compared with that of traditional methods. all the work involved in this paper indicates that the 3 - dimensional calculation of roadway earthwork volume is feasible, more accurate and should have further application in practice

    針對目前廣泛使用的道路土方量計算方法平均斷面法和稜柱體法計算不準確的缺點,提出了三維土方量計算演算法的概念.該演算法以帶約束的狄羅尼三角化( cdt )為技術核心,認為所有道路幾何設計過程都是地面模型和道路(設計)模型進行幾何運算的結果.基於此,本文設計出相應的演算法步驟,同時完成了相應的軟體開發,使得該三維演算法能和傳統的方法進行對比.此外,結合工程實例,採用了不同的道路橫斷面間距對三維計算方法和傳統方法的誤差進行比較、分析.結果證明三維演算法具有更好的精度,該演算法可用於道路、場地平整等工程土方量計算
  4. Organizing a program into translation units and functions is analogous to structuring a book into a series of chapters ( translation units ) where each chapter consists of several sections ( executable units )

    把程序組織成翻譯單元和函數就和把書組織成連續的章節一樣(翻譯單元) ,盡管每一個章節都是由幾個部分(可執行單元)組成。
  5. You can see the executable program name in the lines of output information the compiler displays

    您可以在編譯器顯示的多行輸出信息中看到可執行程序的名稱。
  6. Reverse engineering starts with the executable program systems, and generates the structure of system, and the design logic corresponding to the source code

    逆向工程從可運行的程序系統出發,生成對應源程序的系統結構以及相關的設計邏輯等等。
  7. This linking process merges code from separately compiled source files, along with shared library code, to form an executable program

    這一鏈接過程將來自獨立編譯好的各個源文件的代碼和共享庫代碼合併起來,從而形成了一個可執行程序。
  8. Therefore, we construct a resource - oriented logic model for e - commerce auto - negotiation and also put its basic functions into an executable program with java programming language. to draw a widely considering conclusion in program, we firstly give a formalized definition of a series elements that would be taken into consideration in the process of auto - negotiation. in order to realize commerce intelligence in program, we emulate the user with agent technology, describing the object and action of purchase with attitude, and do the theorization and study base on resource

    該模型基於資源庫,對自動協商過程中普遍涉及的一系列重要因素進行了形式化的定義和描述,並將其真正納入了自動協商的決策考慮之中;同時,該模型採用agent技術來對電子商務用戶進行建模,使用目標偏好來對用戶的購買目標和行為特徵進行描述,為了更好的實現真正意義上的商務智能,在模型中建立了利用資源進行推理和學習的機制。
  9. Translation of a source program into an executable program ( an object program

    把源程序轉換為可執行程序(目標程序)的過程。
  10. A program that translates a source program into an executable program ( an object program )

    一種把源程序翻譯成可執行程序(即目標程序)的程序。
  11. This executable program is used to exercise all subprograms in the unit under test ( uut )

    此可執行程序用於檢驗測試中單元(
  12. Compiler generates an executable program

    編譯器生成了一個可執行程序
  13. Box, enter the operating system command or executable program

    框中,輸入操作系統命令或可執行程序。
  14. Compilers require some time before an executable program emerges

    編譯器在可執行程序形成前需要一段時間。
  15. After all, a picture is just data, it ' s not executable program code

    畢竟,圖片只是數據,不是可執行的程序代碼。
  16. The c compiler, for converting c source code into an executable program

    C #編譯器,用於將c #源代碼轉換為可執行程序。
  17. Largest executable program

    最大可執行程序
  18. All external references are resolved to create an executable program or a dynamic - link library

    所有的外部引用均被解析以創建可執行程序或者動態連接庫
  19. Run regular computer scans using up - to - date virus and spyware protection, especially after you download any user interface addons that include executable / program files and after visiting any non - blizzard world of warcraft and mmorpg websites

    定期掃描更新電腦病毒庫以及防盜號程序,尤其在您下載了任何插件包括:可執行程序文件,或在訪問了非暴雪網站或多人在線游戲網站。
  20. In the program name box, enter the name of the emulator s executable program file

    在「程序名」欄位中,輸入模擬器軟體的可執行程序文件的名稱。
分享友人