object module library 中文意思是什麼

object module library 解釋
目標模塊程序庫
  • object : n 1 物,物體,物件。2 目標 (of; for); 目的,宗旨。3 【哲學】對象,客體,客觀 (opp subject); ...
  • module : n. 1. 測量流水等的單位〈1秒100升〉。2. 【建築】圓柱下部半徑度。3. 【物理學】模,系數,模數,模量。4. 【無線電】微型組件;組件;模塊。5. (太空船上各個獨立的)艙。
  • library : n. 1. 圖書館,圖庫;藏書樓;藏書。2. 叢書,文庫。
  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. Based on vc and opengl software platform, as a part of integrate planar mechanism analysis and simulation cai, the mechanism theory has been adopted to analysis the movement trace and profile of linkage ; adopt oriented object method to capsulate the class module. each corresponding class module complete parameter storage and process ; adopt message - map, message - trigger to organize the programming and response the user " s input ; use the document - view structure of the visual vc + + mfc class foundation as the basis of the programming architecture to complete those functions. use oriented object method to product the following class module : control class, render class, document class, mechanism class and other classes ; adopt opengl library to draw the three dimensional graph based on the result of mechanism analysis ; use model transforming, lighting, material, color, frame - buffer, display - list, graphics - component combine etc to draw the three - dimension mechanism and make the simulation of linkage has high reality

    本文敘述了平面連桿機構運動分析和可視化模擬的理論演算法及其編程實現方法,基於微機vc平臺,採用opengl圖形庫編程,利用面向對象的方法對機構進行功能封裝,利用vc + +的文檔視結構作為最基本的窗架,生成並控制三維繪制類、文檔類、主窗口類和一些輔助類,利用windows平臺的消息映射、事件驅動來組織程序運行和響應用戶反饋,利用機構分析得出坐標數據驅動opengl庫繪制三維機構圖形。
  3. Connecting with system booting, this thesis introduces network booting and nfs file system. connecting with kernel cutting, using modularized programming and loadable kernel module mechanism of linux, i give some rules that decide what module will be compiled in the kernel. connecting with file system cutting, elf object file, dynamic and static link, standard c library and busybox concept have been used

    利用網卡的bootrom從網路主機進行系統加載, nfs文件系統的應用也為系統調試帶來極大的便利;通過可加載內核模塊機制進行最小內核的定製,提出內核模塊選擇的基本原則;在最小文件系統的設計上,論文採用了busybox思想使得系統不存在冗餘文件,對標準c庫進行版本選擇、 elf目標文件冗餘去除、動態鏈接和靜態鏈接選擇方案等技術來達到系統中每個文件都最精簡。
分享友人