编译器,compiler
1)compiler[英][k?m'pa?l?(r)][美][k?m'pa?l?]编译器
1.Implementation of NC Code Compiler Based on LEX and YACC Language;用LEX与YACC研制数控加工程序编译器
2.Design and Implementation of QMCL Ⅱ Compiler;QMCLⅡ语言及其编译器的设计与实现
3.The Application of the MATLAB Compiler;MATLAB编译器及其应用
英文短句/例句

1.&Program Compiler程序编译器(&P)
2.What compiler do I need to build the SDK code?我需要用什么编译器来编译sdk代码?
3.Show &compiler progress显示编译器过程(&C)
4.Clear C&ompiler Messages清除编译器消息(&O)
5.Loading compiler symbols...正在装载编译器符号...
6.Text after final 'END.' - Ignored by compiler编译器忽略END.后的文本
7.Design and Implementation of IDL to WSDL Compiler;IDL2WSDL编译器的设计与实现
8.OCCL Compiler for Linux;OCCL编译器——基于Linux系统
9.Implementing Micro C compiler by using YACC;应用YACC实现Micro C编译器
10.VC++ is used to call the assembly compiler to compile the assembler.并给出了利用VC+调用汇编编译器编译汇编源文件的方法。
11.compiler options have changed, all functions will be recompiled编译器选项已更改,将重新编译所有的函数
12.How much faster is application compiled with the new Delphi2.0compiler?使用新Delphi2.0编译器编译的应用程序快了多少?
13.How much faster be application compiled with the new delphI 2.0 compiler使用新 Delphi 2.0 编译器编译的应用程序快了多少
14.Based on MATLAB and the MATLAB Compiler VC Hybrid Programming基于MATLAB编译器的VC与MATLAB混合编程
15.The assembler gave birth to the compiler. Now there are ten thousand languages.汇编器生编译器,最后产生上万种高级语言。
16.A file containing object code. The output of a compiler or assembler.包含目标代码的文件。编译器或汇编器的输出。
17.Realization of the complier of graphical robot special software study system一种图形化编程机器人系统的编译器的实现
18.Resource source file, for input to the resource compiler or the application information file compiler.资源源文件,作为资源编译器或应用程序信息文件编译器的输入。
相关短句/例句

Complier[英][k?m'plai?][美][k?m'pla??]编译器
1.Realization of the complier of graphical robot special software study system一种图形化编程机器人系统的编译器的实现
2.This paper introduces EP (Easy Program), which is an advanced language adopting C-like structure for motion control, and its complier system.其编译系统由上位机编译器和下位机解释器两部分组成,使EP语言具有很强的可移植性和通用性,实现也比较简便。
3.This paper will study the semantic analyzer technology of SQL complier base on Linux system.文中主要讲解了基于Linux系统的SQL语言编译器语义分析方法。
3)compiler vs. interpreter编译器对编译器
4)assemble compiler汇编编译器
1.A simplified method for USB(Universal Serial Bus)interface programming for em- bedded devices was proposed by adding some new functions(“head file”,“macro”and“code gen- erator”)in the assemble compiler.提出了一种简化嵌入式通用串行总线USB(Universal Serial Bus)接口应用程序设计的方法,其要点是在汇编编译器里增加处理“头文件”、“宏”和“代码生成器”的功能;以基于ET44M210微控制器的带USB接口的模拟信号采集器为应用实例,说明这一方法的优点和可行性。
5)compiler[英][k?m'pa?l?(r)][美][k?m'pa?l?]编译器;编译程序
6)compiler[英][k?m'pa?l?(r)][美][k?m'pa?l?]编译器 编译程序
延伸阅读

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