source code compiler 中文意思是什麼

source code compiler 解釋
原始碼編譯器
  • source : n 1 源頭,水源,源泉。2 根源,本源;來源。3 原因;出處;原始資料。4 提供消息的人。5 血統。vt 〈美...
  • code : n 1 法典;法規。2 規則,準則;(社會、階級等的)慣例,習俗,制度。3 (電)碼,代碼,密碼,暗碼;...
  • compiler : n. 1. 匯集者,編輯(人)。2. 【計算機】自動編碼器;自動編碼[編譯]程序。
  1. Delete the compiler directive from your source code

    從源代碼中刪除編譯器指令。
  2. The compiler assumes that the source code in prog. cpp has been precompiled through myapp. h and that the precompiled code resides in mypch. pch

    編譯器假定已通過myapp . h預編譯prog . cpp中的源代碼且預編譯代碼駐留在mypch . pch中。
  3. As with bytecode generation, the binding compiler will always generate the same source code token sequence for a binding component

    與位元組碼生成相同,綁定編譯器總是對一個綁定組件生成相同的源代碼標志序列。
  4. In normal usage, java source code is translated into bytecode instruction sequences by a compiler

    通常,編譯器把java源代碼翻譯成位元組碼指令序列。
  5. Thus, a compiler differs from an interpreter, which analyzes and executes each line of source code in succession, without looking at the entire program

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

    調試能力可能受到限制,限制因素包括:生成代碼時是否包含調試信息、調試器是否有權訪問源代碼,以及公共語言運行庫jit編譯器是否正在跟蹤調試信息。
  7. 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 )編譯器是否正在跟蹤調試信息。
  8. 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編譯器是否在跟蹤調試信息。
  9. A compiler is a program that translates source code into object code

    譯文:編譯器是可以將源代碼翻譯成目標代碼的程序。
  10. Listing 1 gives the source code for a very short class, along with a partial hexadecimal display of the class file output by the compiler

    清單1提供了一個(非常)簡短的類的源代碼,還附帶了由編譯器輸出的類文件的部分十六進制顯示:
  11. The c compiler itself defines no symbols or macros that you can use in your source code ; all symbol definitions must be user - defined

    / define : debug ; tuesday c #編譯器自身沒有定義可以在源代碼中使用的符號或宏;所有符號定義必須是用戶定義的。
  12. The c compiler, for converting c source code into an executable program

    C #編譯器,用於將c #源代碼轉換為可執行程序。
  13. The topics in this section document the visual basic source code compiler directives

    本節中的主題記錄visual basic源代碼編譯器指令。
  14. You should be aware that the. mrg source file is intended to be a representation of the source code injected by the compiler

    屬性被嵌入. mrg文件中,它允許在不重新插入文本的情況下編譯. mrg文件。
  15. One time scan can scan the source program from stem to stem, and doing relative work, completing compiler from source program to object code, that is, translating advanced language adopt compiler mode

    一遍掃描就能對源程序從頭到尾掃視一遍,並進行有關的加工處理工作,完成從源程序到目標代碼翻譯的編譯程序,即翻譯高級語言採用編譯式。
  16. Basic programming tools to compile the source code examples, such as a compiler like gcc

    編譯源代碼實例的基本編程工具,如gcc
  17. Represents the compiler type used by a build provider to generate source code for a custom file type

    表示由生成提供程序用於生成自定義文件類型的源代碼的編譯器類型。
  18. The compiler derives its name from the way it works, looking at the entire piece of source code and collecting and reorganizing the instructions

    編譯器得名于其工作方式,即將全部程序代碼進行檢查、糾錯和重新組織指令。
  19. Represents the compiler settings used within the asp. net build environment to generate and compile source code from a virtual path

    表示asp . net生成環境用來從虛擬路徑生成和編譯源代碼的編譯器設置。
分享友人