compiler source program 中文意思是什麼

compiler source program 解釋
編譯程序的源程序
  • compiler : n. 1. 匯集者,編輯(人)。2. 【計算機】自動編碼器;自動編碼[編譯]程序。
  • source : n 1 源頭,水源,源泉。2 根源,本源;來源。3 原因;出處;原始資料。4 提供消息的人。5 血統。vt 〈美...
  • program : 按遺傳密碼工作
  1. Compiler source program library

    編譯程序的源程序庫
  2. The part of source program that repeats to execute is on run stage, not on compiler stage

    可以說,源程序中重復執行的成分,只是運行階段的重復,編譯階段並不因此重復。
  3. Thus, a compiler differs from an interpreter, which analyzes and executes each line of source code in succession, without looking at the entire program

    因此,編譯器不同於解釋器,解釋器是連續地分析並執行源代碼的每一行,而不是檢查全部程序。
  4. 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 )編譯器是否正在跟蹤調試信息。
  5. 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編譯器是否在跟蹤調試信息。
  6. Because compiler scan program with static order of program, not dynamic order. while using compiler, compile source program only one time, run more times

    因為編譯是按程序的靜態順序線形掃描程序的,而非動態順序重復翻譯,使用編譯程序時,只需對源程序編譯一遍,以後每次只運行目標程序。
  7. A compiler is a program that translates source code into object code

    譯文:編譯器是可以將源代碼翻譯成目標代碼的程序。
  8. The c compiler would automatically insert the back door into the login program, so there was no need to keep the back door in the source of the login command

    C編譯器將自動把后門插入到login程序中,所以,不需要在login命令的源代碼中保留後門。
  9. The c compiler, for converting c source code into an executable program

    C #編譯器,用於將c #源代碼轉換為可執行程序。
  10. 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

    一遍掃描就能對源程序從頭到尾掃視一遍,並進行有關的加工處理工作,完成從源程序到目標代碼翻譯的編譯程序,即翻譯高級語言採用編譯式。
分享友人