precompiled header中文,precompiled header的意思,precompiled header翻译及用法

2025-11-01 10:22 浏览次数 9

precompiled header

先行编译标头

precompiled header 例句

英汉例句

  • if you use the precompiled headers options, debugging information for both the precompiled header and the rest of the source code is placed in the pdb.

    如果使用预编译头选项,则预编译头和其他源代码的调试信息都放在pdb 中。

  • 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.

    在搜索包含文件的过程中,编译器首先在每个目录中查找预编译头文件,然后再在这些目录中搜索包含文件。

  • the following command specifies the use of a precompiled header file named mypch. pch.

    以下命令是指定使用名为mypch.pch的先行编译标头档。

  • the first compilation — the one that creates the precompiled header file — takes a bit longer than subsequent compilations.

    用于创建预编译头文件的第一次编译所花费的时间比后面的编译稍长一些。

  • the first command creates the precompiled header precomp.h.gch.

    第一个命令创建了预编译头文件precomp.h.gch。

  • your precompiled header is too small for the amount of data the compiler is trying to put in it.

    预编译头对于编译器尝试放入其中的数据量来说太小。

  • the definition was specified when the precompiled header was generated, but not in this compilation.

    定义是在生成预编译头时指定的,而不是在此编译中指定的。

  • in a solaris build, a precompiled header file is searched for when #include is in the compilation.

    在solaris 中进行编译时,当碰到 #include时,将搜索预编译头文件。

  • the integrated development environment generates code to enhance precompiled header performance.

    集成开发环境会自动生成代码来增强预编译头文件的性能。

  • sets up a project configuration properties when no precompiled header is used.

    当未使用预编译头时,设置项目配置属性。

  • this requires precompiled headers to be disabled for this source file, otherwise the compiler uses the precompiled header that includes the wrong macro expansion.

    这需要预编译头文件对此源文件禁止,否则编译器使用预编译头文件会导致包含错误的宏扩展。

  • call this function to configure the project when the project uses no precompiled header settings.

    当项目未使用预编译头设置时,调用该函数配置项目。

  • yc tells the cl compiler to generate the precompiled header from precomp.h.

    yc通知cl编译器从precomp.h生成预编译头文件。

  • pragmas processed during the compilation of a precompiled header usually affect the file in which the precompiled header is subsequently used.

    在对预编译头进行编译的过程中所处理的杂注通常会影响后面使用此预编译头的文件。

  • as the name suggests, a precompiled header file contains object code in a compiled form that is included before the header stop point.

    正如其名称所表示的,预编译头文件在头中止 (headerstop)点之前,以一种经过编译的形式包含目标代码。

  • create precompiled header files and use the precompiled header options.

    建立先行编译标头档,并且使用先行编译标头选项。

  • this command specifies a precompiled header file named mypch. pch.

    此命令指定名为mypch.pch 的预编译头文件。

  • the compile will fail if the files require a precompiled header that is not available at the time of the build.

    如果这些文件需要一个在生成时不可用的预编译头,编译将失败。

相关热词