pragma

美 [p'ræɡmə]英 [p'ræɡmə]
  • n.〔计〕杂注
  • 网络编译指示;显示编译指示;特殊指令

pragmapragma

pragma

编译指示

未分类 - - Nicolas’ Blog - Upholstery ... practice n. 实习,实践 pragma 编译指示 pragmatics 语用学 ...

杂注

软件开发常用名词中英文对照 - Leo Liu - 博客园 ... post-processor 处理器后 pragma 杂注 precedence 优先 ...

显示编译指示

显示编译指示( Pragma )Tayang Makro KDE 剩余磁盘空间工具 Kemudahan ruang cakera Bebas KDE 键盘映射工具Name Jala…

特殊指令

《apach... ... 14.31 Max-Forwards (最大化向前传送) 489 14.32 Pragma特殊指令) 490 14.33 Proxy-Authenticate (代 …

编译器指挥模组

编译器指挥模组 (pragma) 提供了更精细的控制。好奇宝宝们应该翻翻 perl5-porters 邮件论坛的档案库以获得更详细的说明。

Pacific Rim Application Grid Middleware Assembly

...d … e-Science的发展及现状 亚太地区 PRAGMA (Pacific Rim Application Grid Middleware Assembly) APGrid (Asia Pacific G…

实际型

4. 实际型 (Pragma) 分数偏高之人,其特质为:「看重外在物质条件,要求能与自己匹配。」所以又称为「门当户对型」,这类 …

编译附注

iccavr使用 ... ... .dbg ImageCraft 调试命令文件 #pragma 编译附注 ICCAVR 可以使多个中断向量共用一个中断处理函数 ...

1
This pragma allows you to set a given optimization level on a function-by-function basis. 通过该杂注,可以对每个函数设置一个给定优化级别。
2
Pragma in an optimized build, the pragma has no effect. 杂注,则该杂注无效。
3
Pragma to turn off optimization for that section. 杂注对该代码节关闭优化。
4
By default, environment access is disable for the fp: precise mode, though it may be explicitly enabled using this pragma. 默认情况下,对fp:precise模式禁用环境访问,尽管可以使用该杂注显式启用它。
5
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. 在“杂注:非缓存”头告诉服务器不要返回一个缓存拷贝,而是要确保信息是尽可能新鲜的。
6
The fp_contract pragma specifies whether floating-point expressions can be contracted. fp_contract杂注规定了是否可以化简浮点表达式。
7
The name of a recognized pragma . 可识别杂注的名称。
8
The contraction optimization can be independently controlled using the fp_contract compiler pragma. 该化简优化可以使用fp_contract编译器杂注单独进行控制。
9
Latina insurance campaign entitled "Crosswalks are safer. " Agency: Pragma DDB, Lima, Peru. 拉丁保险公司的广告标题是“人行道更安全。”广告商是秘鲁利马的PragmaDDB公司。
10
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语句定义不同的链接。
11
To disable these semantics, use either the "-fp: except-" switch or introduce a float_control(except, off) pragma. 要禁用这些语义,请使用“-fp:except-”开关,或者引入float_control(except,off)杂注。
12
Pragma warning may be used to enable or disable certain warnings. pragmawarning可用于启用或禁用某些警告。
13
Pragma init_seg only affects the order of initialization within the managed and unmanaged categories. pragmainit_seg仅影响托管和非托管类别中的初始化顺序。
14
When this option is selected, automatic outlining for pragma directives is enabled. 当选定此选项时,启用对杂注指令的自动大纲显示。
15
Refresh that includes sending a "pragma: no cache" header to the server (HTTP URLs only). 重新整理,其中包括派遣一个“杂注:非缓存”头到服务器(HTTP的网址只)。
16
That indicates the end of the line pragma to generate code for. 指示要为其生成代码的行杂注结尾。
17
However, if your HLASM program is LE compliant, then this #pragma statement isn't needed. 但是,如果HLASM程序是LE兼容的,就不需要这个#pragma语句。
18
See all module and pragma documentation with the perldoc command. 请使用perldoc命令来察看所有模块和编译指示文档。
19
Learn to use warning pragma to enable and disable code analysis warnings. 了解如何使用警告杂注来启用和禁用代码分析警告。
20
That indicates the start of the line pragma to generate code for. 指示要为其生成代码的行杂注起始。
21
Although you can view constants as just another Perl pragma, they deserve their own section. 虽然可以作为另一个Perl编译指示来查看常量,但是它们应该有自己的节。
22
This lets you expand or collapse pragma region blocks in outlining mode. 这使您可以在大纲模式中展开或折叠杂注区域块。
23
Represents a code checksum pragma code entity. 表示代码校验和杂注代码实体。
24
You can specify some linker options via the comment pragma. 可以通过comment杂注指定一些链接器选项。
25
To compile a function to native code, use the unmanaged pragma. 若要将函数编译为本机代码,请使用unmanaged杂注。
26
Create named data sections using the data_seg pragma. 使用data_seg杂注创建命名数据节。
27
You do this using the #pragma export statement in your C code, or by specifying the EXPORTALL C compiler option. 这需要在C代码中使用#pragmaexport语句,或者指定EXPORTALLC编译器选项。
28
pragma vector is used for specifying that the next declared function is an interrupt service routine. Example: #pragma 矢量用来指明接下来的声明函数是一个中断服务程序。例如:
29
Tells all about the strict pragma - what it does, how to use it, and so on. 说明了有关strict编译指示的所有信息它可以做什么,如何使用,等。
30
To modify the warning state, use the pragma warning-specifier in a. Cpp file, as shown in the following code 若要修改警告状态,请在.cpp文件中使用pragma警告说明符,如下面的代码所示