Pragma
英音[ pˈræɡmə ] 美音[ ˈpræɡmə ]

杂注

常用释义

词性释义

n.

编译指示;杂注
例句
  • 全部
通过该杂注,可以对每个函数设置一个给定优化级别。
Pragma in an optimized build, the pragma has no effect.
杂注,则该杂注无效。
杂注对该代码节关闭优化。
默认情况下,对fp:precise模式禁用环境访问,尽管可以使用该杂注显式启用它。
The "pragma: no cache" header tells the server not to return a cached copy but to ensure that the information is as fresh as possible.
在“杂注:非缓存”头告诉服务器不要返回一个缓存拷贝,而是要确保信息是尽可能新鲜的。
The fp_contract pragma specifies whether floating-point expressions can be contracted.
fp_contract杂注规定了是否可以化简浮点表达式。
可识别杂注的名称。
The contraction optimization can be independently controlled using the fp_contract compiler pragma.
该化简优化可以使用fp_contract编译器杂注单独进行控制。
Latina insurance campaign entitled "Crosswalks are safer. " Agency: Pragma DDB, Lima, Peru.
拉丁保险公司的广告标题是“人行道更安全。”广告商是秘鲁利马的PragmaDDB公司。
So when defining your HLASM program in your C code, you will have to include a #pragma statement defining the different linkage.
因此,在用C代码定义HLASM程序时,必须用#pragma语句定义不同的链接。
To disable these semantics, use either the "-fp: except-" switch or introduce a float_control(except, off) pragma.
要禁用这些语义,请使用“-fp:except-”开关,或者引入float_control(except,off)杂注。
pragmawarning可用于启用或禁用某些警告。
Pragma init_seg only affects the order of initialization within the managed and unmanaged categories.
pragmainit_seg仅影响托管和非托管类别中的初始化顺序。
当选定此选项时,启用对杂注指令的自动大纲显示。
Refresh that includes sending a "pragma: no cache" header to the server (HTTP URLs only).
重新整理,其中包括派遣一个“杂注:非缓存”头到服务器(HTTP的网址只)。
指示要为其生成代码的行杂注结尾。
However, if your HLASM program is LE compliant, then this #pragma statement isn't needed.
但是,如果HLASM程序是LE兼容的,就不需要这个#pragma语句。
请使用perldoc命令来察看所有模块和编译指示文档。
了解如何使用警告杂注来启用和禁用代码分析警告。
指示要为其生成代码的行杂注起始。
虽然可以作为另一个Perl编译指示来查看常量,但是它们应该有自己的节。
这使您可以在大纲模式中展开或折叠杂注区域块。
表示代码校验和杂注代码实体。
可以通过comment杂注指定一些链接器选项。
若要将函数编译为本机代码,请使用unmanaged杂注。
使用data_seg杂注创建命名数据节。
You do this using the #pragma export statement in your C code, or by specifying the EXPORTALL C compiler option.
这需要在C代码中使用#pragmaexport语句,或者指定EXPORTALLC编译器选项。
矢量用来指明接下来的声明函数是一个中断服务程序。例如:
说明了有关strict编译指示的所有信息它可以做什么,如何使用,等。
若要修改警告状态,请在.cpp文件中使用pragma警告说明符,如下面的代码所示