目標代碼文件 的英文怎麼說

中文拼音 [biāodàiwénjiàn]
目標代碼文件 英文
object code field
  • : Ⅰ名詞1 (眼睛) eye 2 (大項中再分的小項) item 3 [生物學] (把同一綱的生物按彼此相似的特徵分為幾...
  • : Ⅰ名詞1 [書面語] (樹梢) treetop; the tip of a tree2 (枝節或表面) symptom; outside appearance; ...
  • : Ⅰ動詞1 (代替) take the place of; be in place of 2 (代理) act on behalf of; acting Ⅱ名詞1 (歷...
  • : Ⅰ名詞(表示數目的符號或用具) a sign or object indicating number; code Ⅱ量詞1 (指一件事或一類的...
  • : Ⅰ名詞1 (字) character; script; writing 2 (文字) language 3 (文章) literary composition; wri...
  • : Ⅰ量詞(用於個體事物) piece; article; item Ⅱ名詞1. (指可以一一計算的事物) 2. (文件) letter; correspondence; paper; document
  • 目標 : 1. (對象) target; objective 2. (目的) goal; aim; destination
  • 文件 : 1 (公文、信件等) document; file; papers; instrument 2 [自動化] file; 文件保護 file protection; ...
  1. This paper consists of six chapters, as listed below : chpt i, isagoge : introduces digital coding technology in audio / visual fields, of its significance in application and its developments abroad. chpt ii, standard and application : standard is always the leading edge of digital coding technology, for example mpeg - 4 and mpeg - 7, best understanding the thoughts and advantages of is designation can do much help using the media file formats as examples in application

    第二章視音頻編技術準及其應用:視音頻編的國際表著這一技術的前沿,尤其是前已廣泛應用的mapeg - 4以及成功開發的mpeg - 7準,其精髓之處就是引進了面向對象、基於內容的先進設計思想,視音頻中的各種視音頻格式就是這些先進技術準的應用實例。
  2. Then the thesis presents two peephole optimizations for the c 、 c + + compiler based on the architecture of thump to improve the quality of generated codes. one optimization is on multimedia applications. since thump supports two mmx instructions, the optimized compiler can generate these instructions to improve the performance

    討論了如何利用thump體系結構的特點進一步提高生成質量的優化技術,並實現了兩種窺孔優化,包括針對thump的多媒體指令的優化演算法和基於thump的高速乘除處理部的優化演算法。
  3. A file containing object code. the output of a compiler or assembler

    包含。編譯器或匯編器的輸出。
  4. Vb has the drive combo, dirlist & filelist controls. this bit of code replaces these controls with standard combo and list controls - giving you more flexibility over how they perform

    Vb中有驅動器組合框、錄列表框和列表框控制項。這個使用準的組合框和列表框來取這些控制項,這樣可以給你跨平臺的靈活性。
  5. The target is that it begins with the information of the graph ( based on pdm ) used to directly depict parts, being supported by the currency cad / cam system, receiving the producing information by interact with manual, matching the cutter with expert system, building the data of the cutter location ( cl ) by account, finishing the optimising arrangement, creating the nc program for the numerical control system of the fms - ii of sheet metal by the post system, automatically processing the produce by the nc machine tool according to the cl, and then realizing the opening integration of the system of cad / cam system of the fms - ii for sheet metal, basing on pdm

    為了解決這些問題,需要重新開發fms -的cad cam系統,就是從基於pdm下的通用cad系統提供的圖形信息直接描述零開始,人工交互方式輸入加工信息,由專家系統的推理機實現自動配模,經計算產生刀位,優化排料后,再針對鈑金fms -的數控系統,後置處理生成相應的數控加工程序,數控機床根據加工程序自動完成加工,從而實現鈑金fms -的cad cam系統基於pdm下的開放集成。
  6. A file containing object code that is almost ready for execution on the target

    包含幾乎可以準備好在機上運行的
  7. In another way, we develop a compiler in virtue of gcc ' s intermediate language, rtl ( register transfer language ), but we must rewrite the program of code generation and code optimization

    此外,我們藉助gcc編譯過程中產生的中間rtl ( registertransferlanguage ),重寫生成和優化功能程序,為新的機器開發c語言編譯器。
  8. The highest safety strength of private key per bit in the public - key cryptography systems is the elliptic curve cryptography at present. under similar secure conditions, the ecc has the advantages such as : less computation amounts, shorter length of private key, smaller storing and bandwidth. moreover, it has been declared as standard documents adopted by many international standard institutions and regarded as the most universally used public key system

    橢圓曲線密體制是前公鑰體制中每比特密鑰安全強度最高的一種密體制,在相同安全強度條下,橢圓曲線密體制具有較短的密鑰長度,較少的計算量、存儲量、帶寬等優點,而且橢圓曲線密體制已經被許多國際準化機構作為準化向全球頒布,被認為是下一最通用的公鑰密系統。
  9. When using visual studio. net to create xml web services in managed code, you use a standard deployment model : you compile your project and then you deploy the resulting files to a production server

    當使用visual studio . net創建託管中的xml web services時,您使用準的開發模型:編譯項,然後將最終部署到成品服務器上。項
  10. Copy the resource file and name it with the culture code of the target language

    復制資源,並使用語言的區域性對其命名。
  11. In this paper, how to evolve the action component part of struts framework into black - box framework using java reflection and program generator respectively is discussed, taking the adding, deleting, modifying in a database in struts + ejb - kiatabase three layers architecture as an example. i first present a white - box framework based implementaion that adding, deleting, modifying a database, then how to evolve the action component part of struts framework into black - box framework using java reflection and program generator respectively in the target domain is discussed, thereby all these operations can implement without programmingjust config in a xml file, reach the objective of reducing the duplicate codes, improving the maintainability, cutting down the cost of developing applications

    首先給出了基於白盒struts框架的對數據庫表的增、刪、改操作的一個實現,然後分別採用反射機制和程序生成器技術將struts框架的action組部分在這一領域里進化為黑盒框架,從而使所有對數據庫的增、刪、改不再需要編程,只需在xml中進行相應配置即可,達到減少重復的數量,提高程序的可維護性,降低開發成本的的。
  12. Because the design and implementation of the debugger is concerned with the special object file format and debug information format, this dissertation emphasizes on the elf object file format and the stabs format for debug information, and also provides the data structure for operating the debug information

    由於源級調試器的設計和實現都與具體格式、調試信息格式相關,因此本重點對elf格式和stabs調試信息格式進行了分析,並給出了用於提取加工調試信息的相關數據結構。
  13. Because the design and implementation of the debugger is concerned with the special object file format and debug information format, so this paper put emphasis on introduction of the elf object file format and the stabs format for debug information, and also provided the data struct for operating the debug information

    由於源級調試器的設計和實現都與具體格式、調試信息格式相關,因此重點對elf格式和stabs調試信息格式進行了分析,並給出了用於提取加工調試信息的相關數據結構。
分享友人