您要查找的是不是:
- 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.