object code file 中文意思是什麼

object code file 解釋
目標代碼文件
  • object : n 1 物,物體,物件。2 目標 (of; for); 目的,宗旨。3 【哲學】對象,客體,客觀 (opp subject); ...
  • code : n 1 法典;法規。2 規則,準則;(社會、階級等的)慣例,習俗,制度。3 (電)碼,代碼,密碼,暗碼;...
  • file : n 1 紙夾,文件夾。2 釘成冊的文件,檔案,卷宗,案卷,合訂本。3 【計算機】外存貯器,存貯帶。4 行列...
  1. You can test this code for yourself by putting the code in listing 2 in a file called barebones. pm in any directory, and running the following from that directory meaning, " include the current directory in the library path, use the barebones module, and create a new barebones object "

    可以通過將清單2中的代碼放入任何目錄內名為barebones . pm的文件中,然後在該目錄中運行以下命令來測試該代碼(這表示: 「在庫路徑中包括當前目錄,使用barebones模塊,然後創建一個新的barebones對象」 ) :
  2. Object generates code that retrieves the specified value from the resource file

    對象生成代碼,從資源文件檢索指定的值。
  3. Object containing the source code required to retrieve a connection string from the application s configuration file

    對象,包含從應用程序的配置文件檢索連接字元串所需的源代碼。
  4. In most cases the user can reveal the reason for false hits by examining the code in the disassembly window ( or examining a dump of the object file if possible )

    多數情況下,可以在反匯編窗口中檢查匯編語句(或檢查目標文件)來查出數值獲取不正確的原因。
  5. A file containing object code. the output of a compiler or assembler

    包含目標代碼的文件。編譯器或匯編器的輸出。
  6. A file containing object code that is ready for execution on the target

    一個包孕預備在目的機上運行的目的代碼的文件。
  7. Both are used to separate the responsibility for rendering pages from the model and controller. both accept objects passed into them as an input argument, both allow inserting string values within code " expressions ", and allow direct use of java code to perform loops, declare variable, or perform logical flows " scriptlets ". both are good ways of representing the structure of a generated object web page, java class, or file while supporting customization of the details

    Jet與jsp非常類似:二者使用相同的語法,實際上在後臺都被編譯成java程序;二者都用來將呈現頁面與模型和控制器分離開來;二者都可以接受輸入的對象作為參數,都可以在代碼中插入字元串值(表達式) ,可以直接使用java代碼執行循環、聲明變量或執行邏輯流程式控制制(腳本) ;二者都可以很好地表示所生成對象的結構, ( web頁面、 java類或文件) ,而且可以支持用戶的詳細定製。
  8. A file containing object code that is almost ready for execution on the target

    包含幾乎可以準備好在目標機上運行的目標代碼的文件。
  9. Creates an object file containing machine code, linker directives, sections, external references, and function data names for the selected file

    創建一個對象文件,在其中包含選定文件的機器碼、鏈接器指令、節、外部引用以及函數名或數據名。
  10. Describes the compiler, which creates an object file containing machine code, linker directives, sections, external references, and function data names

    描述編譯器,編譯器用於創建一個包含機器碼、鏈接器指令、節、外部引用和函數/數據名的對象文件。
  11. In order to create a. resources file containing embedded nonstring objects, you must either use resgen. exe to convert a. resx file containing objects or add the object resources to your file directly from code, using the methods provided by the

    若要創建包含嵌入的非字元串對象的. resources文件,必須或者使用resgen . exe轉換包含對象的. resx文件,或者使用由
分享友人