precompiled headers的意思|示意
先行编译标头
precompiled headers的网络常见释义
先行编译标头 ... precompiled header 先行编译标头 precompiled headers 先行编译标头 precompiled 先行编译 ...
预编译头文件 标准头文件不太可能成为编译的瓶颈,特别是在你的构建环境允许你利用 precompiled headers(预编译头文件)时。如果解析标准头文件真的成为一个问题。
预编译头 在该选项卡菜单中的Category(类别)列表框中选择Precompiled Headers(预编译头)项,于是出现对应选项。
预编译的头文件 ...法,让VC自动帮你加入这个头文件的编译,在VC++的工程设置中,选择C/C++选项卡,然后选择预编译的头文件(Precompiled headers),在下面选择自动使用预补偿页眉(Automatic use of Precompiled headers),在文本框内写入stdafx.h即可。
precompiled headers相关短语
1、 precompiled headers cache path 预编译头缓存路径
precompiled headers相关例句
You can use it to reduce the amount of disk space used by precompiled headers.
你可以用它来减少因为预编译头文件而占用的磁盘空间。
Currently, the compiler dynamically grows the heaps as necessary up to a total heap size limit, and requires a fixed-size buffer only to construct precompiled headers.
当前,编译器可根据需要动态增加堆,最多可增加到总堆大小限制,并且只需要固定大小的缓冲区即可构造预编译头。
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.
如果使用预编译头选项,则预编译头和其他源代码的调试信息都放在PD b中。
Precompiled headers are a performance feature that certain compilers, such as cl in Visual Studio, provide to help speed up compilation.
预编译头文件是某些编译器(如Visual Studio中的cl)的一项性能特性,它可以帮助提高编译的速度。
If this amount is greater than the size of your precompiled headers, Edit and Continue should have no problem.
如果此数量大于预编译头的大小,则“编辑并继续”应没有问题。
The "Generated Classes" page lets you tweak the names of your project files, choose the base class, add a default application icon or choose to use precompiled headers.
生成的类页面让你调整你的项目文件的名字,选择基础类,增加一个缺省程序图标或选择使用预编译的头文件。