您要查找的是不是:
- Otherwise, the compiler generates an error. 否则,编译器产生一个错误。
- Normally we would use the compiler generator tools lex and yacc to build that part of the program which recognizes an arithmetic expression. 一般说来,我们将要通过规定的编译工具和另外的某编译器来生成能计算这个算术运算的目标程式。
- This can be achieved by “lifting” the local variable into a field of a compiler generated class. 这可以通过将局部变量“提升”到一个编译器生成的类的域中来完成。
- The JIT compiler generates machine code for each method (or group of methods, when inlining is involved), as needed. JIT编译器为每个方法(或者,如果涉及到内联的话,就是一组方法)生成必需的机器码。
- In the following example, the compiler generates IL code in which the WriteLine statements do not contain debugging information. 在下面的示例中,编译器生成了IL代码,其中的WriteLine语句不包含调试信息。
- These keywords act like functions, but the compiler generates the code inline, so execution is slightly faster than with a function call. 这些关键字的行为像函数,但编译器生成内联代码,所以执行速度比使用函数调用要稍微快一些。
- Learn assembly code, check how compiler generates code, learn how virtual function works, learn to debug at assembly code level. 了解汇编代码,检查编译器是如何产生代码的,了解虚函数是如何工作的,学习在汇编代码一级调试程序。
- When you declare a simple property, the compiler generates the get and set accessor methods, and those names are present in the scope of your program. 当声明一个简单的属性时,编译器生成get和set访问器方法,并且那些名称存在于程序范围内。
- The compiler generates code at the beginning of each constructor to execute all the initializers you have defined for your instance member variables. 每个构造函数中一开始执行你定义的所有初始化,编译器就会为所有的实例成员变量生成了代码。
- Some of you might wonder what code the compiler generates and whether there is any change to the CLR to support dynamic lookup or not. 你们中的一些想知道编译器将产生什么代码,是否对于CLR做了改变以支持动态查找。
- C-language header file a p c k e t.H and a resource document p c k e t.R c through D D K for the b u l d i compiler generation tools driver executable file a p c k e t.S y s. C语言头文件p a c k e t .;h和资源文件p a c k e t
- Although this usually works as expected, the compiler generates a warning message and makes the access through the class or structure name instead of the variable. 虽然这通常会按预期设想起作用,但编译器会生成一条警告消息,并使访问通过类或结构名称而不是变量来进行。
- For string constants and literals, the compiler generates a memory block with the same layout as a dynamically allocated string, but with a reference count of -1. 对于串常量和串文本,编译器产生一个与上述动态分配串布局相同的内存块,但引用计数被置为 -1。
- If a class does not define a default constructor, the compiler generates one automatically, initializing each data member to the default value of its associated type. 如果一个类没有定义默认构造函数,则编译器会自动生成一个,同时将每个数据成员初始化为相关类型的默认值。
- The compiler generally can't find many errors at this stage.Syntax errors, such as forgetting a semicolon or misspelling a variable name, can be detected. 在这个阶段中编译器一般不能发现许多错误,可以检测到诸如漏掉分号或变量名拼写错误一类的语法错误。
- None of us had ever set eyes on a generator before. 我们过去谁也没看见过发电机。
- multipass compiler 多次编译程序
- The generator shuts off automatically. 这台发动机能自动停止运转。
- The Optimizing Compiler Generator for Embedded Systems 面向嵌入式系统的优化编译器生成器设计
- Among them, morphology is based on LEX format editing, grammar form is written by YACC format, we can use the LEX and YACC tools various compiler generation programming language analyzer. 现将本人搜集常用的程序设计语言的词法和形式文法提供给大家。其中,词法是按LEX格式编辑,形式文法是按YACC格式书写,大家可直接用LEX和YACC工具编译生成各类程序设计语言的分析器。-commonly used programming language syntax and grammar forms to the public.