machine code program 中文意思是什麼

machine code program 解釋
機器代碼程序
  • machine : n 1 機(器),機械;機關,機構。2 印刷機器;縫紉機;打字機;汽車;自行車;三輪車;飛機;〈美俚〉...
  • code : n 1 法典;法規。2 規則,準則;(社會、階級等的)慣例,習俗,制度。3 (電)碼,代碼,密碼,暗碼;...
  • program : 按遺傳密碼工作
  1. The company is a specialized machinery manufacture enterprise, its main products are : mid speed wire cut machine, wire cut common electronic control device, wire cut control and program software. the company is first established in 1994, which is named as ningbo aoqiang research institute, and is famous for pm wire cut program software nation code : 970232

    家專業設計生產中走絲線切割機床,線切割控制電器,線切割編控軟體pm軟體國家版權號: 970232 , pw軟體國家版號: 2004sr07244的高科技企業。
  2. At the base of compiler forepart, considering repertoire, addressing mode and instruction period of object machine, adopting backfill to fill data for machine code in order to generate right object code, assemble language program

    在編譯前端的基礎上,考慮目標機的指令系統、尋址方式和指令周期,採用回填技術對機器碼填充數據以生成等價有效的目標代碼? ?匯編語言程序。
  3. The paper, being around with the whole technical reconstruction process, chooses each parts of control system that can satisfy with request, and designs plc software controlling the grinding process, and g _ code grinding program. what is more, through taking anti - interference measure and parameter optimizing settle, it guarantees the machine function ' s stability and optimizing

    接著文章圍繞設備的改造全過程,選擇了能滿足項目要求的各控制系統部件,設計了噴油嘴針閥體加工的plc控制軟體,以及數控加工程序,並經抗干擾措施和參數整定技術處理,保證了機床性能的穩定和優化。
  4. Machine code, as translated from a source program

    目標代碼(目標語言) ,由主程式編譯而成的機器代碼。
  5. Interpreter : a program which translates a high level language into machine code one instruction at a time

    解釋程序:把高級語言翻譯成機器代碼的程序,一次一個指令。
  6. Compiler : program which translates a computer language into executable machine code. a compiler translates an entire program before the program is run by the computer

    編譯器:把計算機語言轉化為可執行的機器代碼程序。在程序運行之前,編譯器編譯整個程序。
  7. A program that translates from machine language to assembly language, often to decipher existing machine language programs by generating symbolic code listings

    將機器語言翻譯成匯編語言的程序,一般通過產生符號代碼的清單來翻譯已有的機器語言程序。
  8. This system ' s hardware adopts dsp - embedded controller, which can process digital signal independently. the controller communicates with pc by accessing memory. on the side of controller, c language is used to write the interpolation program and the interruption service program, while on the side of pc, visual c + + is used to write programs in which functions of editing nc - code, real - time control and human - machine interaction interface is fulfilled

    該數控系統的硬體採用了具有獨立數字信號處理功能的dsp型運動控制器,控制器通過內存訪問與pc機通信,使用c語言編寫了控制器端的中斷服務和插補程序,使用visualc + +編寫了pc端的數控代碼編輯、實時控制和人機交互界面程序。
  9. The instruction interpretation system is the core of the simulator, the program can be executed by continuously invoking it, the instruction interpretation system includes the interpretation machine code function and instruction function

    指令的解釋執行系統是模擬器核心,程序通過不斷調用它,才得以執行。指令的解釋執行系統包括解釋機器碼指令函數和指令函數。
  10. Program : a collection of logically interrelated statements written in some computer language which, after translation into machine code, performs a predefined task when run on the computer

    程序:寫入一些計算機語言的邏輯上相關的語句集合,在轉化為機器代碼后,執行計算機上的預定任務。
  11. Assembler : program which translates assembly code to executable machine code ; e. g. assembly code add becomes machine code 04

    匯編代碼:符號,一種簡單的預言;不同計算機有不同的匯編代碼。
  12. On the design of the instrument software, because the computer data process system of the first and second kinds of products run in the dos environment, which is written by the language of the basic. it is proved in the dos environment that data is processed slowly, man - machine interface is n ' t friend and operation is n ' t convenient. what ' s more, the code of program written by the basic is changed easily by accident by user, which does n ' t adapt to production and commodity of the instrument. therefore, we have developed with visual c + + language a suit of data process soft system supported by windows 95 / windows 98 / windows nt in the third kind of the sample instrument. the developed software system has good reliability, friendly user interface and convenient operation

    另外為了進一步擴大儀器的測量范圍,我們將第三代產品的使用擴展到對各種液體表面張力的測試,並進行kd -型樣機的製作,以供第三軍醫大學燒傷研究所作人和動物呼吸道燒傷的實驗研究。在儀器的硬體設計方面,我們力求做到結構緊湊,性能穩定,重復性好,且成本低廉。在儀器的軟體設計方面,由於第一和第二代產品的計算機數據處理系統是運行在dos環境下,用basic語言編寫的程序。
  13. Alternatively, the java virtual machine can manage thread movement - under either a cooperative or preemptive model - from a ready queue onto the processor, where the thread can begin executing its program code

    同樣, java虛擬機( jvm )也可以控制線程的移動在協作或搶先模型中從準備就緒隊列中將進程移到處理器中,於是該線程就可以開始執行它的程序代碼。
  14. In the stage of generate the target code, we pass to compile the machine logic source program, to generate the target code in the form of machine code

    在目標代碼生成階段,我們通過對機床邏輯源程序的編譯,生成機器碼形式的目標代碼,對分析過程中產生的錯誤進行分析處理。
  15. As ' to the front end, this thesis does n ' t use the method of syntax directed semantic analysis. instead, it arranges syntax analysis and semantic analysis into different stages in virtue of the equal description of source program. as to the back end, it selects the scheme that a virtual machine executes the intermediate code through interpreting

    在對語言編譯器即語言實現方面的研究中,論文總結了編譯器的一般模型,並針對其前端和後端分別選擇了合適的實現方案:前端沒有採用語法制導的語義分析,而是通過對源程序等價表述的引入將語法分析和語義分析安排到不同階段進行;後端選擇了用虛擬機對中間代碼解釋執行的實現方案。
  16. The paper puts forward a kind of economical numerical control milling machine system which is supported by windows and industry pc that are acted as software and hardware platform on the base of analyzing the present development of economical numerical control system and some existent problem, and expatiates the system software ' s collectivity frame, also introduces detailedly form and operational way of the user ' s interface. besides, the thesis also frames and accomplishes each module such as syntax inspect module, translation module, tool compensation module and track interpolation module adopting visual c + + 6. 0 and the kind of facing object and modularized program design method by analyzing rationales and function of the software ' s modules, moreover presents the programmer ' s flow chart and parts of source code, whereafter validates arithmetic of translation and tool compensation by simulating process testing program

    本文在分析了我國經濟型數控系統的發展現狀以及目前存在的一些問題的基礎上,提出了一種以windows和工業pc機作為軟、硬體平臺的經濟型數控銑床系統,闡述了該系統軟體的總體結構,並對其用戶界面的組成及其操作過程做了較為詳細的介紹,分析了軟體的各個模塊的基本原理和功能,採用visualc + + 6 . 0以及面向對象、模塊化的程序設計方法,完成了語法檢查模塊、譯碼模塊、刀具補償模塊以及軌跡插補模塊的具體設計,並給出了程序設計流程圖和部分源代碼,通過系統的模擬程序模擬加工過程驗證了譯碼和刀補演算法的正確性。
  17. We only need to compile the machine logic source program once, and hereafter we can run target code every time

    我們只需要對機床邏輯源程序編譯一次,以後每次直接運行編譯所生成的目標代碼就可以了。
  18. In the implementing of virtual machine, all p - instructions are encapsulated as classes. the virtual machine maintains the run - time environment, which is composed of code section, data section, function calling stack, operand stack, instruction pointer, etc. all that is good to the executing and the debugging of program

    在虛擬機實現方面,將所有p -指令封裝為類來實現;並用虛擬機維護由代碼區、數據區、函數調用棧、操作數棧和指令計數器等共同構成的運行時環境,控製程序的執行,有利於實現調試功能。
  19. The program produced after the source program has been converted into machine code is referred to as object program

    譯:程序是由目標程序把源程序轉換成機器碼後生產出來的。
分享友人