precompiled header file的意思|示意
预编译头文件
precompiled header file的网络常见释义
先行编译标头档案 ... precompiled header directive 先行编译标头指示词 precompiled header file 先行编译标头档案 precompiled header 先行编译标头 ...
先行编译标头文件 ... precompiled header directive 先行编译标头指示词 precompiled header file 先行编译标头文件 precompiled header 先行编译标头 ...
先行编译标头档 在建立一个不含任何函式定义的先行编译标头档 (Precompiled Header File) 时,指定 /Yl 并传入任一自订字串的名称。这样便可引导编译器在先行编译目的档中建立一个符号,并在每个使用与先行编译目的档相...
使用先行编译标头档 专案不使用先行编译标头档 (Precompiled Header File) (只有静态程式库专案才能使用这个选项)。
precompiled header file相关例句
Pragmas processed during the compilation of a precompiled header usually affect the file in which the precompiled header is subsequently used.
在对预编译头进行编译的过程中所处理的杂注通常会影响后面使用此预编译头的文件。
The first compilation — the one that creates the precompiled header file — takes a bit longer than subsequent compilations.
用于创建预编译头文件的第一次编译所花费的时间比后面的编译稍长一些。
This command specifies a precompiled header file named MYPCH. PCH.
此命令指定名为MYPCH . p ch的预编译头文件。
As it searches for the included file, the compiler looks for a precompiled header in each directory just before it looks for the include file in that directory.
在搜索包含文件的过程中,编译器首先在每个目录中查找预编译头文件,然后再在这些目录中搜索包含文件。
If the precompiled header file can't be used, it is ignored.
如果无法使用这个预编译头文件,那么将忽略它。
As the name suggests, a precompiled header file contains object code in a compiled form that is included before the header stop point.
正如其名称所表示的,预编译头文件在头中止(header stop)点之前,以一种经过编译的形式包含目标代码。