compiler method 中文意思是什麼

compiler method 解釋
編譯程序方法
  • compiler : n. 1. 匯集者,編輯(人)。2. 【計算機】自動編碼器;自動編碼[編譯]程序。
  • method : n 1 方法,方式;順序。2 (思想、言談上的)條理,規律,秩序。3 【生物學】分類法。4 〈M 〉【戲劇】...
  1. Blocks or method calls, the compiler can still perform lock coarsening

    塊或方法調用之間有其他語句,編譯器仍然能夠執行鎖粗化。
  2. After that, it gives the measures of designing dsp ' s assembler as a part of the dsp ' s software development environment together with the c - compiler. moreover, this paper explores the method of design the floating - point arithmetic unit. referring to the ieee754 - 1985 standard for binary floating - point arithmetic, the algorithm and the behavior description of floating - point adder and multiplier is given, and the simulation and verification is shown at the end of this paper

    此外,本文還對處理器的浮點運算單元設計做了初步的研究,以ansi ieee - 754浮點數二進制標準為參考,借鑒了經典的定點加法器和乘法器的設計,嘗試性的給出了浮點加法單元和乘法單元的實現模型和行為級上的硬體描述,並對其進行模擬和驗證。
  3. Keywords, the compiler will issue a warning and the method will behave as if the

    關鍵字,則編譯器將發出警告,該方法將有如存在
  4. Based on these two factors mentioned above and the difficulty to implement in c compiler, this paper proposed a method of modifying operand type by inserting instruction lw or sw at assemble level as well as instruction scheduling. therefore, this can generate effective parallel instructions and correspondingly improve the performance and density of object code

    本文在分析了上述兩個限制并行指令生成的主要因素以及很難在編譯器中實現并行指令生成的基礎上,提出了在匯編級檢查指令的操作數類型,通過插入lw或sw指令來改變操作數類型及指令調度的方法,能夠有效的生成并行指令,提高了代碼運行效率和代碼密度。
  5. Method is empty, and the compiler may be able to entirely eliminate it, whereas

    塊是空的,編譯器可以整個地刪除它,而
  6. The compiler can perform optimizations with indirect calls, such as hoisting the load of a virtual method address out of a loop

    ,編譯器可以使用間接調用執行優化,如提升循環外虛方法地址的加載。
  7. 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環境下的特點,用面向對象的方式編寫出了模擬運行程序。
  8. 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語言編制了阻抗式、簡單式及差動式調壓室的水位波動計算程序。
  9. Type inference takes place at compile time before the compiler attempts to resolve any overloaded method signatures

    類型推斷在編譯時、編譯器嘗試解析任何重載方法簽名之前進行。
  10. At last, we compile the design with synopsys design compiler in 0. 25wn cmos technology. the synthesis information about area, power and time shows that this method has the advantage of fitting special architecture into algorithms easily

    最後用0 . 25 mcmos工藝在eda工具上實現,綜合結果表明:基於ip核的軟硬體協同設計方法,具有具體結構對演算法的適應性好、設計周期短、系統易於優化等特點。
  11. Method to examine the compiler type configured in a build provider for a specific language name

    方法檢查在生成提供程序中為特定語言名稱配置的編譯器類型。
  12. Method to examine the compiler type configured in the build provider for a specific language name

    方法檢查在生成提供程序中為特定語言名稱配置的編譯器類型。
  13. By allowing you to specify the specific types acted on by a generic class or method, the generics feature shifts the burden of type safety from you to the compiler

    通過允許指定泛型類或方法操作的特定類型,泛型功能將類型安全的任務從您轉移給了編譯器。
  14. This thesis just used classical compile theory and method to analyse asn. 1 and it ' s characteristic well. and a popular compiler - generated tool, antlr, is used for researching and implementing the main part of a c compiler of asn. l

    本文即運用經典的編譯理論和方法,對asn . 1語言及其特點進行了細致的分析,使用比較流行的編譯器生成工具antlr ,對實現一個asn . 1到c的翻譯器的關鍵部分進行了研究。
  15. When a generic method is used without explicit type arguments, the compiler will try to deduce the correct type arguments from the arguments that were supplied to the method

    當使用的泛型方法沒有顯式類型參數時,編譯器會嘗試從提供給該方法的參數中推導出正確的類型參數。
  16. Makes it easier for the compiler to inline method calls, but this perception is incorrect or at the very least, greatly overstated

    會使編譯器更容易地內聯方法調用,但是這種理解是不正確的(或者至少說是大大地言過其實了) 。
  17. Means that the compiler can inline method calls more aggressively, because it knows that at run time this is definitely the version of the method that s going to be called

    意味著編譯器可以更加積極地內聯方法調用,因為它知道在運行時這正是要調用的方法的版本。
  18. Compiler directives for the command - line method of compiling

    編譯器指令用於編譯的命令行方法。
  19. Based on the traditional complier testing, this paper proposes a method that introduces a reference compiler into compiler testing. by collecting dynamic data information ( ddi ) files in software simulator, bugs in tested compiler can be located in function level

    本文最後對編譯系統的驗證進行了研究,提出引入參考編譯器和參考模擬器的測試方法,並通過在模擬器中插裝代碼生成動態數據信息( ddi )文件,能夠將錯誤定位到函數級,給編譯器的調試帶來很大的便利。
  20. Indicates that a modified method is an intrinsic value for which the just - in - time compiler can perform special code generation

    指示某一修飾的方法是一個內部值,實時( jit )編譯器可對它執行特殊代碼生成。
分享友人