程序裝入器 的英文怎麼說

中文拼音 [chéngzhuāng]
程序裝入器 英文
program loader
  • : 名詞1 (規章; 法式) rule; regulation 2 (進度; 程序) order; procedure 3 (路途; 一段路) journe...
  • : Ⅰ名詞1 (服裝) dress; outfit; attire; clothing 2 (演員的化裝品) stage makeup and costume Ⅱ動詞...
  • : Ⅰ動詞1 (進來或進去) enter 2 (參加) join; be admitted into; become a member of 3 (合乎) conf...
  • : 名詞1. (器具) implement; utensil; ware 2. (器官) organ 3. (度量; 才能) capacity; talent 4. (姓氏) a surname
  • 程序 : 1 (進行次序) order; procedure; course; sequence; schedule; ground rule; routing process 2 [自動...
  • 裝入 : place; load; embed
  1. The efi boot manager can load and start programs from a server on the network

    Efi boot manager可以並且從網路服務啟動
  2. Along the way, he covers class loading issues ranging from the number of classes required for running a simple java application to the class loader conflicts that can cause problems in j2ee and similar complex architectures

    接著,他將討論類問題,其范圍涉及從運行簡單的java應用所需的類的數量到可能造成j2ee及類似的復雜體系結構出現問題的類沖突。
  3. After you enter all necessary information, the setup program installs a new instance of sql server binaries on the local disk of each computer in the failover cluster and installs the system databases on the specified cluster disk

    所有必要信息后,安將把新的sql server二進制文件實例安在虛擬服務中每臺計算機的本地磁盤上,把系統數據庫安在指定群集磁盤上。
  4. The distributed plc system of the floodgate ' s opening measuring presented by the paper has many advantages such as high reliable operation, high measuring precision, having the network communication function, convenient installation and correction, etc. this thesis further studies the key device for the floodgate ' s opening measuring, the rotary encoder, selects the absolute rotary encoder adopting the binary cyclic code, studies the method for transforming the cyclic code to the binary data and according to the transforming formula designs the ladder diagram program

    本論文研製的分散式plc閘門開度測量系統具有工作可靠、測量精度高、具有聯網通信功能、安和校正方便等特點。本論文深研究了閘門開度檢測的關鍵件? ?旋轉編碼,選用了採用二進制循環碼編碼的絕對式旋轉編碼,研究了將二進制循環碼轉換為二進制數的方法,根據轉換公式設計了plc的梯形圖轉換
  5. ( 3 ) study deeply the structure of fat 16 file system and the characteristic of flash disk, and develop the file management software of flash disk to manage nc files effectively according to the management idea of fat 16 file system. ( 4 ) research the module and protocol of reliable communication in serial network, which are composed of arm main control board, dsp motion control board, keyboard board, i / o control board and encoder signal collection board, and then develop communication software of the serial network. ( 5 ) study the principle of displaying char in lcd and the method of embedding font library into operating system, and research deeply the method of embedding chinese font library into os in the light of the characteristic of chinese

    本論文的主要研究內容如下: ( 1 )研究uc os -實時嵌式操作系統在硬體平臺上的移植及其佔先式內核的任務調度原理,合理分割銑床控制系統的管理任務,根據任務的要求賦予不同的優先級和調度時間,保證任務的執行效率和實時性; ( 2 )開發底層設備驅動和應用介面( api )函數,以便於進行系統應用軟體的開發; ( 3 )深研究fat16文件系統的結構和固態盤的硬體特性,參照fat16文件系統的管理思路,開發固態盤文件管理軟體以有效管理nc代碼文件; ( 4 )深研究由arm主控板、鍵盤板、 i o控制板、編碼信號採集板等置組成的串口通訊網路可靠通信的模型及其通訊協議,開發串口通訊網路通信軟體; ( 5 )研究字元的顯示原理和在操作系統中嵌字庫的方法,在此基礎上結合漢字的特性深研究中文字庫的嵌方法,開發中文字庫嵌軟體,滿足開發操作界面的信息要求; ( 6 )深研究三維圖形坐標變換的原理,開發實用的三維加工軌跡顯示軟體,便於操作者對零件的加工過進行監控和診斷。
  6. Bootstrap isn t the only class loader

    引導不是唯一的類
  7. The application controls which dynamic libraries are loaded and which functions in the libraries are called by using linux dynamic loader routines to perform the loading and linking and to return the addresses of the required entry points

    通過使用linux動態常式,應用控制哪一個動態庫以及調用庫中的哪一個函數,以執行和鏈接以及返回所需口點的地址。
  8. The dynamic libraries are mapped into the application execution memory by the dynamic linking loader

    。通過動態鏈接,將動態庫映射進應用的可執行內存中。
  9. The dynamic linking loader example program is a small c program designed to exercise the dl routines

    動態鏈接示常式是一個小的c,該被設計用來練習dl常式。
  10. The same dynamic linking loader is used to map a dll into the application s memory after it is running

    使用相同的動態鏈接在應用運行之後將dll映射進應用的內存。
  11. Shared object libraries and the dynamic linking loader available in linux provides additional capabilities to applications

    Linux中的共享目標代碼庫和動態鏈接向應用提供了額外的功能。
  12. The application gains access to the shared objects by using function calls dlopen, dlsym, and dlclose to the dynamic linking loader

    應用通過使用對動態鏈接的dlopen 、 dlsym和dlclose函數調用來獲取對共享目標文件的訪問。
  13. Before the application is started, the dynamic linking loader maps the required shared object libraries into the application s memory or uses system shared objects and resolves the required external references for the application

    在啟動應用之前,動態鏈接將所需的共享目標庫映射到應用的內存,或者使用系統共享的目標並為應用解析所需的外部引用。
  14. In the tomcat hierarchy of class loaders shown in figure 1, for instance, classes loaded by the common class loader will never be able to directly access by name classes loaded by a web application

    例如,在圖1顯示的tomcat類層次結構中,由common類的類決不能(根據名稱)直接訪問由web應用的類。
  15. Because these are trusted system classes, the bootstrap loader skips much of the validation that gets done for normal untrusted classes

    因為這些是可信的系統類,所以引導程序裝入器跳過了對常規(不可信)類所做的大量驗證。
  16. Each class loader also keeps a reference to a parent class loader, defining a tree of class loaders with the bootstrap loader at the root

    每個類還保留對父類的引用,這樣就定義了類樹,樹根為引導程序裝入器
  17. His wrapped application generator " is an embedded debugging system that is intended to simplify the task of debugging scripting language extensions "

    他的包應用生成( wrapped application generator , wad ) 「是一個用於簡化調試腳本編制語言擴展工作的嵌式調試系統」 。
  18. The linux installation goes well until the user is asked where to install lilo the linux loader program

    Linux安開始進行得很好,但當提問用戶是否要安lilo ( linux)時會出現問題。
  19. From lsbappchk s stderr output, above, we can see the application is associated to the wrong runtime loader and is using the non - compliant

    我們從以上lsbappchk的stderr輸出可以看到應用與錯誤的運行時關聯並使用不遵守的
  20. Once your application is built using the lsb headers and linked with the lsb stub libraries and runtime loader, you can start packaging your application the lsb way

    一旦您使用lsb頭來構建應用並與lsb存根庫和運行時鏈接后,您就可以開始以lsb的方式來打包應用
分享友人