compiler program 中文意思是什麼

compiler program 解釋
編譯程序
  • compiler : n. 1. 匯集者,編輯(人)。2. 【計算機】自動編碼器;自動編碼[編譯]程序。
  • program : 按遺傳密碼工作
  1. This thesis introduces how to build the gcc cross - compiler for m68k platforms. then the steps to build an entironment with the functions such as program monitor, files transfer and flash burning are discussed

    本文介紹了如何針對特定的硬體平臺建立一整套基於m68k的gcc交叉編譯工具,以及如何實現包括程序監控、文件傳輸、 flash燒寫等功能在內的開發環境。
  2. After about two years " insisting and hard working, this goal set at the beginning has become true. the developed c54x general assembly program for g. 729 speech signal compressing algorithm has passed the tracking with more than 3, 000 unitary standard measuring vectors. g. 729 speech signal compressing compiler using c54x general assembly program has been accomplished real - timely, and undistorted rebuilt speech signals have been obtained

    因此本課題選用c54x的通用匯編語言編程實現g . 729語音壓縮編碼演算法,調試並通過了統一標準測試矢量三千多幀,最終在5402開發實驗板上實時實現了g . 729語音壓縮編碼器,獲得未失真的重建語音信號。
  3. According to the program structure of ansi c, some syntax - tree - nodes are designed in front - end, including function, block, data structure, type, expression, identifier and so on. syntax tree is divided into three levels, namely program level, function level and block level, which are useful for analysis of syntax and semantic in compiler as well as transferring syntax tree into rtl. retargetable compiler mainly includes intermediate representation, machine description and interface technique between compiler and machine description

    編譯前端的實現技術包括詞法分析、語法語義分析和中間代碼生成技術等,針對ansic的程序結構,分別設計了函數、塊、數據結構、類型、表達式、標識符等語法樹結點,並將語法樹分成編譯層次、函數聲明和塊三個不同層次,使語法樹具有清晰的層次結構,有利於編譯程序的語法和語義分析,以及從語法樹到rtl中間表示的轉換。
  4. The compiler is free to reorder certain instructions as an optimization when it would not change the semantics of the program

    當編譯器不會改變程序的語義時,作為一種優化它可以隨意地重新排序某些指令。
  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. Compiler source program library

    編譯程序的源程序庫
  7. You can see the executable program name in the lines of output information the compiler displays

    您可以在編譯器顯示的多行輸出信息中看到可執行程序的名稱。
  8. Compilerprogram which translates a computer language into executable machine code. a compiler translates an entire program before the program is run by the computer

    編譯器:把計算機語言轉化為可執行的機器代碼程序。在程序運行之前,編譯器編譯整個程序。
  9. The part of source program that repeats to execute is on run stage, not on compiler stage

    可以說,源程序中重復執行的成分,只是運行階段的重復,編譯階段並不因此重復。
  10. Early binding reduces the number and severity of run - time errors because it allows the compiler to report errors when a program is compiled

    由於早期綁定使編譯器可以在編譯程序時報告錯誤,所以它減小了運行時錯誤的數量和嚴重度。
  11. The intermediate code created by the compiler is very compact and is propitious read by the running system because the paper uses reverse polish representations, hi the simulative running system, the paper uses the hardware plc principles and the oo method to white the running program

    中間代碼採取了逆波蘭表示法,這使得生成的代碼比較緊湊,且有利於運行程序的讀取。在模擬運行部分,本文利用硬plc循環掃描的工作原理,結合pc環境下的特點,用面向對象的方式編寫出了模擬運行程序。
  12. This technique can improve the parallelism in quantum network and use for the compiler of quantum program

    該技術可以提高量子網路的并行性,可以用於量子計算程序的編譯優化。
  13. The paper makes out the calculating program of the surges in throttled., simple and differential surge tanks with the method of runge - kutta, fortran 90 and the basic formulation of surge tank on the visual fortran background compiler. 4

    在windows環境下,使用visualfortran編譯平臺,從調壓室的基本方程出發,採用四階龍格庫塔方法,用fortran90語言編制了阻抗式、簡單式及差動式調壓室的水位波動計算程序。
  14. The punctuation and special characters in the visual basic character set have various uses, from organizing program text to defining the tasks that the compiler or the compiled program carries out

    Visual basic字符集中的標點符號和特殊字元各有其用途,其使用范圍可從組織程序文本到定義編譯器或已編譯程序執行的任務。
  15. Thus, a compiler differs from an interpreter, which analyzes and executes each line of source code in succession, without looking at the entire program

    因此,編譯器不同於解釋器,解釋器是連續地分析並執行源代碼的每一行,而不是檢查全部程序。
  16. Your ability to inspect the program may be limited by whether the program was built with debug information, whether the debugger has access to the source code, and whether the common language runtime just - in - time compiler is tracking debug information

    檢查程序的能力可能會受以下幾種情況的限制:是否使用調試信息生成程序、調試器是否有權訪問源代碼以及公共語言運行庫just - in - time ( jit )編譯器是否正在跟蹤調試信息。
  17. Your ability to inspect the program may be limited, of course, depending on whether the program was built with debug information and whether you have access to the program s source code, and whether the common language runtime jit compiler is tracking debug information

    當然,檢查程序的能力可能會受到某些限制,這取決于程序是否用調試信息生成,是否可以訪問程序源代碼,以及公共語言運行庫jit編譯器是否在跟蹤調試信息。
  18. Because compiler scan program with static order of program, not dynamic order. while using compiler, compile source program only one time, run more times

    因為編譯是按程序的靜態順序線形掃描程序的,而非動態順序重復翻譯,使用編譯程序時,只需對源程序編譯一遍,以後每次只運行目標程序。
  19. The special compiling program for plc is not programmed in this paper, and the softplc program is compiled by the compiler of vc + + 6

    本文沒有編制專門的軟plc編譯程序,直接利用vc + +編譯器實現plc程序的編譯和模擬運行。
  20. A compiler is a program that translates source code into object code

    譯文:編譯器是可以將源代碼翻譯成目標代碼的程序。
分享友人