It s the recompilation , where you are reusing previous preprocessor passes , that will make a difference 不同之處在于重新編譯時(shí),在這個(gè)過(guò)程中您會(huì)重用先前的預(yù)處理程序。
Source files in the linux subdirectory could have a code layout with preprocessor directives as follows Linux子目錄中的源文件中可能會(huì)有帶有預(yù)處理程序指示符的代碼形式,如下:
In the process , all preprocessor directives are carried out , macro expansions are performed , and comments are removed 在此過(guò)程中,執(zhí)行所有的預(yù)處理器指令,執(zhí)行宏展開(kāi),并移除注釋。
In this process , all preprocessor directives are carried out , macro expansions are performed , and comments are removed 在此過(guò)程中,將執(zhí)行所有的預(yù)處理器指令,執(zhí)行宏展開(kāi),并移除注釋。
Combining with snort ids , i realize anti syn flood based on anomaly detection method as a preprocessor in snort ids 以預(yù)處理插件的形式,將antisynflood的模塊加入snort入侵檢測(cè)系統(tǒng)中。
Discusses the preprocessor , which prepares source files for the compiler by translating macros , operators , and directives 探討用于通過(guò)翻譯宏、運(yùn)算符以及指令來(lái)為編譯器準(zhǔn)備源文件的預(yù)處理器。
The problem with make and just about any c compiler is the way in which the c preprocessor and header files work Make和所有的c編譯器的問(wèn)題在于c預(yù)處理程序( preprocessor )和頭文件的工作方式。
By default , the mantaweb sample will not send mail through the localhost smtp server unless the following preprocessor defines are set 這些預(yù)處理器定義, mantaweb示例才會(huì)通過(guò)localhost smtp服務(wù)器發(fā)送郵件。
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ù)處理器指令計(jì)算符號(hào)。
Macros created using the preprocessor option must be the same between the compilation that created the pch and the current compilation 使用“預(yù)處理器” ( / d )選項(xiàng)創(chuàng)建的宏在創(chuàng)建pch的編譯與當(dāng)前編譯之間必須相同。
In computer science, a preprocessor is a program that processes its input data to produce output that is used as input to another program. The output is said to be a preprocessed form of the input data, which is often used by some subsequent programs like compilers.