機器語言代碼 的英文怎麼說

中文拼音 [yándài]
機器語言代碼 英文
machine language code
  • : machineengine
  • : 名詞1. (器具) implement; utensil; ware 2. (器官) organ 3. (度量; 才能) capacity; talent 4. (姓氏) a surname
  • : 語動詞[書面語] (告訴) tell; inform
  • : Ⅰ名詞1. (話) speech; word 2. (漢語的一個字) character; word 3. (姓氏) a surname Ⅱ動詞(說) say; talk; speak
  • : Ⅰ動詞1 (代替) take the place of; be in place of 2 (代理) act on behalf of; acting Ⅱ名詞1 (歷...
  • : Ⅰ名詞(表示數目的符號或用具) a sign or object indicating number; code Ⅱ量詞1 (指一件事或一類的...
  • 機器 : 1. (用來轉換或利用機械能的機構) machine; machinery; engine 2. (引申為機構) apparatus; organ
  • 語言 : language
  1. To prepare a machine - language program from a symbolic language program by substituting absolute operation codes for symbolic operation codes and in absolute or relocatable addresses for symbolic addresses

    從符號程序產生一個程序,就是用絕對操作換符號操作,用絕對地址或浮動地址換符號地址。
  2. The common language runtime includes a jit compiler for converting msil to native code

    公共運行庫包括用於將msil轉換為本的jit編譯
  3. Machine code : numerical representations directly executable by a computer ; sometimes called machine language

    :能被計算直接執行的數字;有時被稱為
  4. If you are debugging managed code, these assembly instructions correspond to the native code created by the just - in - time compiler, not the microsoft intermediate language msil generated by the visual studio compiler

    如果正在調試託管,則這些匯編指令對應于由實時( jit )編譯創建的本,而不是由visual studio編譯生成的microsoft中間( msil ) 。
  5. 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

    在編譯前端的基礎上,考慮目標的指令系統、尋址方式和指令周期,採用回填技術對填充數據以生成等價有效的目標? ?匯編程序。
  6. Based on comprehensively considering the specific features of monitoring configuration software ' s applying, a configuration language - c2000 language is designed, whose compiler and development environment are then fulfilled. the designing, syntax analysis, semantic analysis and intermediate code generating of c2000 are deeply discussed. a virtual machine is also presented and implemented to support the executing of the intermediate code

    論文對組態軟體中的用戶編程介面進行了研究,在充分考慮了監控組態軟體的行業應用特點的基礎上,設計了一種組態? ? c2000,對其編譯及開發環境的實現方案進行了詳細論述;並對設計、法分析、義分析,以及中間生成和用來對中間解釋執行的虛擬等進行了深入的討論,詳細論述了各法成分的實現,總結了對源程序中錯誤處理的方法。
  7. Machine code, as translated from a source program

    目標(目標) ,由主程式編譯而成的
  8. Interpreter : a program which translates a high level language into machine code one instruction at a time

    解釋程序:把高級翻譯成的程序,一次一個指令。
  9. Byte : a sequence of adjacent bits, usually eight, operated upon as a unit ; the lowest addressable unit in a computer

    編譯:把計算轉化為可執行的程序。在程序運行之前,編譯編譯整個程序。
  10. 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

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

    翻譯成匯編的程序,一般通過產生符號的清單來翻譯已有的程序。
  12. 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端的數控編輯、實時控制和人交互界面程序。
  13. In computing, ( a ) a complete set of machine code instructions for a computer, or family of computers ; ( b ) a set of types of instruction for a high level language

    在計算技術中, ( 1 )計算或計算系列的一套完整的指令集, ( 2 )一套高級的各類指令集。
  14. 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

    程序:寫入一些計算的邏輯上相關的句集合,在轉化為后,執行計算上的預定任務。
  15. You probably will never have the desire or need to view machine - code instructions in their raw, numeric form, rather than assembly language

    您很可能願意使用匯編,而從來不會願意或需要查看原始的、數字形式的指令。
  16. Class, the common language runtime guarantees that all critical finalization code will be given the opportunity to execute, provided the finalizer follows the rules for a cer, even in situations where the clr forcibly unloads an application domain or aborts a thread

    類派生的類中,公共運行庫( clr )保證所有關鍵終止都有會執行,即使是在clr強行卸載應用程序域或中止線程的情況中(只要終結遵守cer的規則) 。
  17. 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

    在對編譯實現方面的研究中,論文總結了編譯的一般模型,並針對其前端和後端分別選擇了合適的實現方案:前端沒有採用法制導的義分析,而是通過對源程序等價表述的引入將法分析和義分析安排到不同階段進行;後端選擇了用虛擬對中間解釋執行的實現方案。
  18. In another way, we develop a compiler in virtue of gcc ' s intermediate language, rtl ( register transfer language ), but we must rewrite the program of code generation and code optimization

    此外,我們藉助gcc編譯過程中產生的中間rtl ( registertransferlanguage )文件,重寫目標生成和優化功能程序,為新的目標開發c編譯
  19. Xrcl extensible robot control language : xrcl pronounced zircle is a relatively simple, modern language and environment designed to allow robotics researchers to share ideas by sharing code

    Xrcl (發音為zircle )是個相對簡單、現的編程和環境,設計成讓人技術研究人員可以通過共享來共享他們的想法。
  20. This article states the basic principle of efc in detail, and mentions success a successful sample in the field of control, an inverted pendulum which is analyzed systemically. besides, the theory of efc solves the problem of verticality and back to the center of the inverted pendulum. on this foundation, expert fuzzy reasoning controller is realized by the c language, so as to use cross assemble technique to form machine codes, and solidify the program in the single board computer to realize control

    詳細地闡述了專家模糊控制的基本原理,引用控制界中成功的實例倒立擺進行系統分析,並採用專家模糊控制這一理論解決倒立擺的垂直問題和回到中心問題.在此基礎上用高級c來進行專家模糊推理的實現,以便於用交叉匯編技術形成,把程序固化在單片上實現控制
分享友人