编译技术,compile technology
1)compile technology编译技术
1.Exploration and practice on layered teaching for compile technology编译技术课程的分层次教学
2.It was presented,how to introduce the compile technology into the development of a NC code interpreter of NC system platform,using special compile tools——LEX&YACC to design the lexical analyzer and parser of the interpreter.这种方法在NC代码解释器中引入编译技术,使用编译工具LEX与YACC构造解释器的词法分析与语法分析模块,并引入动态链接库技术开发专用的G指令函数动态链接库,从而使得所开发的NC代码解释器具有功能可扩充、代码可重用、易于二次开发等特点。
英文短句/例句

1.Analysis and Evaluation about Dynamic Compiling Technology of Jikes RVMJikes RVM动态编译技术分析与性能评测
2.The Extensible Curriculum Design Reform for Compiler Technology编译技术可扩展式课程设计改革研究
3.Shared-memory Multiple SIMD Architecture and Compiler Techniques共享主存多SIMD结构及编译技术研究
4.Research on Static Single Assignment Optimization Technique Based on GCC;基于GCC的静态单一赋值优化编译技术的研究
5.JIT (Just-In-Time)运行时编译执行的技术
6.China Commission for Editing, Translating andPublishing of Scientific and Technical Information中国科学技术情报编译出版委员会
7.Low-Power Techniques for Architecture and Compiler Optimization;低功耗技术研究—体系结构和编译优化
8.Research on Turbo Channel Encoding and Decoding Technologies in Deep Space Communication;深空通信中Turbo码编译码技术的研究
9.Research on LDPC Channel Encoding and Decoding Technologies in Deep Space Communication;深空通信中的LDPC编译码技术的研究
10.VHDL Compiling System Design Methods and Studies on the Key Techniques;VHDL编译系统设计方法及关键技术研究
11.Research and Design of Encoder/Decoder in Petroleum Seismography Technology;石油地震勘探技术中的编译码器研制
12.Research on 64-QAM PTCM and Its Implementation Based on FPGA;64-QAMPTCM编译码技术的研究及FPGA实现
13.Research on Compiler Optimization Technologies for THUMP;基于THUMP的编译优化技术研究
14.Research on Compiled-Typed NC System and Its Core Technology;编译型数控系统及其关键技术的研究
15.Simulation Researches on the Space-Time Coding and Decoding Technology of MIMO-OFDM SystemMIMO-OFDM系统空时编译码技术仿真研究
16.Research on LDPC Encoding and Decoding Technologies and FPGA DesignLDPC编译码技术研究和FPGA设计
17.Recovery technique of n-conditional branch statements in IA-32 decompilationIA-32反编译中的多分支语句恢复技术
18.Technical Note: Evaluated variables are compiled on every invocation, the compiled versions are not saved!技术要点:待求值处理的变量每次调用时被重编译,不保存编译版本!
相关短句/例句

compiling technology编译技术
1.In this paper,a sort of satellite test and operation language and design of its compiling and execution environment based on object-oriented paradigm,compiling technology and design-pattern are presented in detail.结合面向对象方法学、编译技术、设计模式等思想理念,成功设计和实现了一个比较通用的卫星测试操作工具软件,该软件具有时间精度高、实时性强、可靠性高、自动判读、适应差异较大的不同任务等特点。
3)Compiling Technique编译技术
4)compilation technology编译技术
1.The deep analysis of the NMEA0183 protocol structure and the compilation technology characteristic leads to the method for parsing NMEA0183 protocol using the compilation technology.经过深入分析NMEA0183协议的结构和编译技术的特点,提出了一种利用编译技术解析NMEA0183协议的方法。
2.This paper comprehensively reviews low power/energy compilation technology related researches from two a.本文从如何对软件的功耗进行评估和如何实现低功耗的编译两大方面对低功耗编译的相关研究进行了广泛介绍,着重评述了专门的低功耗编译技术
5)compiling technic编译技术
1.It designs structure of Bridge Federate and realizes the key technic--FOM mapping by compiling technic.具体设计出了桥接成员的结构图并对其中的关键技术既FOM映射采用编译技术给予实现。
6)Parallelizing compilation technology并行编译技术
延伸阅读

编译程序的编译程序编译程序的编译程序compiler-compiler b Ianyi ehengxu de blanyi chengxu编译程序的编译程序《compile卜伪mpiler》产生编译程序的编译程序。它接受用某一适当的表示体系描述的某一语言类中任一语言A的词法规则、语法规则、语义规则和(或)代码生成规则,并从这些描述产生出用目标语言B写的关于语言A的编译程序的全部或部分。编译程序的编译程序又称为偏译租序的生成租序。 通常,编译程序分成词法分析程序、语法分析程序、语义分析程序、代码生成程序等若干部件。这些部件可以用一个总的编译程序的编译程序的不同部分来生成,也可以分别用不同的专用生成程序来生成。这些专用生成程序包括词法分析程序的生成程序,语法分析程序的生成程序和代码生成程序的生成程序等。 词法今析租序的生成粗序接受以正则文法或其它类似文法描述的单词,构造一个有限状态自动机,由此生成一个词法分析程序。 语法介析程序的生成程序接受以上下文无关文法的形式描述的源语言的语法,生成一个语法分析程序。各种语法分析程序的生成程序随实现语言、语法分析算法的原理以及源程序中语法错误处理能力的不同而异。如采用LR的语法分析程序的生成程序YACC和采用递归下降法的语法分析程序的生成程序L比en。 语义分析程序、中间代码生成程序和目标代码生成程序的生成程序的设计与实现与形式化的语义描述紧密相关。语义描述形式化技术相当困难,目前大多数生成程序中语义描述还是采用非形式化,它们的基本思想是为源语言的上下文无关文法的语法符号或产生式配以翻译子程序(语义动作或语义子程序)。 现有不少性能很好的编译程序的编译程序,如词法分析程序的生成程序LEX,语法分析程序的生成程序yACC和LLgen,它们都显著提高了编译程序的开发效率。