preprocessor
美 [?pri?prɑses?r]
英 [pri??pr??ses?(r)] 
- n.【計】預(yù)處理程序
- 網(wǎng)絡(luò)預(yù)處理器;前處理器;前置處理器
詞形變化
復(fù)數(shù):preprocessors
英漢解釋
英英解釋
例句
That is, a variable name should not be passed to a preprocessor directive and a symbol can only be evaluated by a preprocessor directive.
即,不應(yīng)將變量名傳遞到預(yù)處理器指令,并且只能用預(yù)處理器指令計算符號。
and a compiler is, in some sense, just a very fancy preprocessor.
從某種意義上講,編譯器就是一個非常奇妙的預(yù)處理器。
The preprocessor can extract clock information from NRZ data stream, which consists of a delay cell, a multiplier and a narrow-band filter.
預(yù)處理器主要有延遲單元、乘法器和窄帶濾波電路構(gòu)成,可以從NRZ數(shù)據(jù)中得到時鐘信號。
Xcode needs to be configured to tell the preprocessor to search this directory when processing #include directives.
需要通過配置Xcode讓預(yù)處理器在處理#include指令時搜索這個目錄。
A preprocessor token can be a header name, identifier, number, character literal, string literal, symbol, or miscellaneous character.
一個預(yù)處理記號可以是頭文件名、標識符、數(shù)字、字符類型、字符串類型、元素或者混合字符。
The C preprocessor allows only a fixed number of arguments to its macros.
C預(yù)處理器對于自己的宏只允許使用有限數(shù)目的參數(shù)。
Hypertext Preprocessor (PHP) is cross-platform scripting language used to compose dynamic Web pages and server-side application software.
超文本預(yù)處理器(PHP)是一種跨平臺的腳本語言,用于編寫動態(tài)網(wǎng)頁和服務(wù)器端應(yīng)用程序軟件。
A preprocessor directive must be the only instruction on a line.
預(yù)處理器指令必須是行上的唯一指令。
As a result, the specialized preprocessor is at least 10 times faster than any solution with XML parsing.
所以,這個專業(yè)的預(yù)處理器比其他任何的XML解析方案都要快至少10倍。
The -a option, requiring no argument, instructs NASM to replace its powerful preprocessor with a stub preprocessor which does nothing.
a選項不要求任何參數(shù),通知NASM的強大的預(yù)處理器不進行任何處理。
The inclusion of the precompiled header must be the first thing in a source file, before any code or preprocessor directives.
預(yù)編譯頭文件的包含必須是源文件中的第一件事,在任何代碼或預(yù)處理指令之前。
Additionally there is implemented a IDL lexer, which allows to use the preprocessor library as the lexing component of a IDL oriented tool.
此外還實現(xiàn)了一個IDLlexer,允許將預(yù)處理器庫用作某個面向IDL的工具的lexing組件。
The contents of an entire OMG IDL file, along with any files brought in through preprocessor directives, form a naming scope.
整個OMGIDL內(nèi)容和通過預(yù)處理器偽指令傳入的所有文件共同組成了命名作用域。
Use a source-code scanner or other preprocessor that discards input that uses questionable code constructs.
使用源代碼掃描程序或其他預(yù)處理程序,刪除含有可疑代碼構(gòu)造的輸入。
The assembly language programmers had a preprocessor-based solution to this problem.
匯編語言程序員對這個問題有一個基于預(yù)處理器的解決方法。
So this lexer does not recognize any keywords (except true and false, which are needed by the preprocessor itself).
因此,這個lexer不識別任何關(guān)鍵字(除了true和false,因為預(yù)處理器本身需要它們)。
Discusses the preprocessor, which prepares source files for the compiler by translating macros, operators, and directives.
探討用于通過翻譯宏、運算符以及指令來為編譯器準備源文件的預(yù)處理器。
Using one aspect of OpenMP, code is annotated with areas in which parallelism should occur using preprocessor directives.
OpenMP的一種用法是,使用預(yù)處理程序指令注釋其中應(yīng)該發(fā)生并行的代碼。
More information about C preprocessor macro programming is available in the CPP manual (see the Resources section for a link).
更多有關(guān)C預(yù)處理器宏編程的內(nèi)容可以在CPP手冊中看到(請參閱參考資料一節(jié)中的鏈接)。
Property, the property page will not display any preprocessor definitions at the project level.
屬性,則屬性頁將不在項目級別顯示任何預(yù)處理器定義。
A preprocessor translates these statements into calls to a runtime library.
預(yù)處理器將這些語句翻譯為對運行時庫的調(diào)用。
Remember, the preprocessor knows nothing about the C language and is just doing text substitutions.
記住,預(yù)處理器并不了解C語言的任何內(nèi)容,它只是簡單地進行文本替換。
PHP: Hypertext Preprocessor (PHP) is a popular server-side scripting language for creating dynamic Web content.
PHP:HypertextPreprocessor(超文本預(yù)處理器,PHP)是一種流行的服務(wù)器端腳本語言,用于創(chuàng)建動態(tài)Web內(nèi)容。
New Term: The preprocessor runs before your compiler each time the compiler is invoked.
新術(shù)語:每次調(diào)用編譯器時,預(yù)處理器都會在編譯器之前運行。
On the C++ tab, in the General category, add W32 as a preprocessor definition.
在C++標簽上的General類目中,添加W32作為預(yù)處理器定義。
A symbol that was not defined was used with a preprocessor directive.
未定義的符號與預(yù)處理器指令一起使用。
The code is then run through a preprocessor before compiling.
然后,代碼在編譯之前通過預(yù)處理器處理。
Partition the source into preprocessor tokens separated by whitespace and comments.
用以空格和注釋分割的記號劃分源代碼。
Therefore, in chapter seven we build a small preprocessor to create the boilerplate required.
為了創(chuàng)建樣板文件的需要,我們在第七章構(gòu)建一個小型預(yù)處理器。
This section lists messages generated by the SQL preprocessor.
本節(jié)列出了由SQL預(yù)處理器生成的消息。
Was used to define a preprocessor symbol.
用來定義預(yù)處理器符號。
For the above reasons, a study on more efficient preprocessor of radar signal in VTS is very valuable and practicable.
因此,研究更有效的VTS雷達信號預(yù)處理系統(tǒng)是一項很有價值和實際意義的工作。
The two most widely used textual macro systems are the C preprocessor and the M4 macro processor.
兩個最廣泛使用的文本宏系統(tǒng)是C預(yù)處理器和M4宏處理器。
The problem with make and just about any C compiler is the way in which the C preprocessor and header files work.
make和所有的C編譯器的問題在于C預(yù)處理程序(preprocessor)和頭文件的工作方式。
in this process , all preprocessor directives are carried out , macro expansions are performed , and comments are removed.
在此過程中,將執(zhí)行所有的預(yù)處理器指令,執(zhí)行宏展開,并移除注釋。
The preprocessor is available for download (see Download).
此預(yù)處理器也可以下載(參見下載)。
The SQL preprocessor generates calls to functions in the interface library or DLL.
SQL預(yù)處理器生成對接口庫或DLL中的函數(shù)的調(diào)用。
Causes the preprocessor to process the specified header file.
此選項使預(yù)處理器處理指定的頭文件。
Writes preprocessor output to a file.
將預(yù)處理器輸出寫入文件。
Click the Resources tab, and in the Preprocessor definitions field, add AFX_RESOURCE_DLL.
單擊“資源”選項卡,然后在“預(yù)處理器定義”字段中,添加AFX_RESOURCE_DLL。