x
uploads/preprocessor.jpg

preprocessor n.【計算機】預處理程序。

prepster

The catch is that both declarations must contain identical component declarations and this is difficult to maintain without a preprocessor 巧妙的地方在于上面的兩種聲明都必須包含完全相同的成員聲明,而這在沒有專門的預處理的情況下很難處理。

Each time you compile a file , the c preprocessor parses and then includes each of these files and any files that are in turn referenced 每一次編譯一個文件時, c預處理程序( cpp )都會解析并引入每個頭文件以及這些頭文件引用到的任何文件。

Provides detailed reference information on c keywords , operators , preprocessor directives , compiler switches , and compiler error and warnings 提供有關c #關鍵字、運算符、預處理器指令、編譯器開關以及編譯器錯誤和警告的詳細參考信息。

The compilation specified by such preprocessor directives must be the same as the compilation used for the create precompiled header file option 由這些預處理器指令指定的編譯必須與用于“創建預編譯頭文件” ( / yc )選項的編譯相同。

The schematron processor performs a preprocessor pass during which it does a literal string substitution of the parameter with the given value Schematron處理程序在用給定的值對參數進行文字串置換時,要執行一次預處理程序。

A program that examines the source program for preprocessor statements which are then executed resulting in the alteration of the source program 檢查源程序中是否有預處理語句的一種程序。這些語句的執行導致對源程序的修改。

Beginning in chapter 7 we will use a simple preprocessor to simplify coding , but even then linkage switching is error - prone 從第7章開始,我們會介紹一個簡單的預處理程序用來簡化編碼,然而即便如此,鏈接的改變一樣是易錯的。

Discusses the various . lib files that comprise the c run - time libraries as well as their associated compiler options and preprocessor directives 討論構成c運行時庫的各種. lib文件,以及它們的關聯編譯器選項和預處理器指令。

At w3pop we demonstrate server - side scripting by using active server pages ( asp ) and php : hypertext preprocessor ( php ) 在w3pop的有關服務器端腳本教程中,我們重點介紹了動態服務器頁面( asp )以及超文本預處理程序( php ) 。

Macros created using the preprocessor option must be the same between the compilation that created the pch and the current compilation 使用“預處理器” ( / d )選項創建的宏在創建pch的編譯與當前編譯之間必須相同。

That is , a variable name should not be passed to a preprocessor directive and a symbol can only be evaluated by a preprocessor directive 即,不應將變量名傳遞到預處理器指令,并且只能用預處理器指令計算符號。

By default , the mantaweb sample will not send mail through the localhost smtp server unless the following preprocessor defines are set 這些預處理器定義, mantaweb示例才會通過localhost smtp服務器發送郵件。

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預處理程序( preprocessor )和頭文件的工作方式。

Discusses the preprocessor , which prepares source files for the compiler by translating macros , operators , and directives 探討用于通過翻譯宏、運算符以及指令來為編譯器準備源文件的預處理器。

Combining with snort ids , i realize anti syn flood based on anomaly detection method as a preprocessor in snort ids 以預處理插件的形式,將antisynflood的模塊加入snort入侵檢測系統中。

In this process , all preprocessor directives are carried out , macro expansions are performed , and comments are removed 在此過程中,將執行所有的預處理器指令,執行宏展開,并移除注釋。

In the process , all preprocessor directives are carried out , macro expansions are performed , and comments are removed 在此過程中,執行所有的預處理器指令,執行宏展開,并移除注釋。

Source files in the linux subdirectory could have a code layout with preprocessor directives as follows Linux子目錄中的源文件中可能會有帶有預處理程序指示符的代碼形式,如下:

It s the recompilation , where you are reusing previous preprocessor passes , that will make a difference 不同之處在于重新編譯時,在這個過程中您會重用先前的預處理程序。