单词 | conditional compilation |
释义 | 例句释义: 条件编译,条件式编译,条件编译参数,宏条件编译 1. Conditional compilation variables can be used to determine the version information of the engine interpreting a script. 条件编译变量可用于确定解释脚本的引擎的版本信息。 technet.microsoft.com 2. Conditional compilation variables and statements can hide JScript code from engines that do not support conditional compilation. 条件编译的变量和语句可以将来自不支持条件编译的引擎的JScript代码隐藏起来。 msdn2.microsoft.com 3. Lists and discusses the statements that control compilation of a script depending on the values of the conditional compilation variables . 列出并讨论根据条件编译变量的值控制脚本编译的语句。 www.bing.com 4. Discusses how the compiler uses conditional-compilation to select particular sections of code to compile, while excluding other sections. 讨论编译器如何使用条件编译选择特定的代码节进行编译,而排除其他代码节。 msdn2.microsoft.com 5. Conditional compilation constants determine whether tracing and debugging statements should be compiled into the assembly. 条件编译常量确定是否应当将跟踪和调试语句编译到程序集中。 technet.microsoft.com 6. These conditional compilation directives can "hide" code by turning off the emission of debug symbols and resetting the line position. 这些条件编译指令可以通过关闭调试符号的显示并重置行位置来“隐藏”代码。 207.46.16.251 7. Adding, removing, or changing the evaluation expression of a conditional compilation statement. 加入、移除,或变更条件式编译陈述式的评估运算式。 msdn.microsoft.com 8. Specifies symbols on which to perform conditional compilation. 指定要对其执行条件编译的符号。 msdn2.microsoft.com 9. Consequently, hosts that do not support conditional compilation can ignore it. 因此,不支持条件编译的宿主可以忽略该代码。 technet.microsoft.com 10. Conditional compilation is typically used to compile the same program for different platforms. 条件编译通常用来编译不同平台上的同一个程序。 msdn2.microsoft.com 1. This enables hosts that do not support conditional compilation to ignore this code. 如此便可让不支援条件式编译的主机忽略这段程式码。 technet.microsoft.com 2. You can use these constants only for conditional compilation; they cannot be used in executable code. 这些常数只能用于条件编译;它们不能用在可执行代码中。 msdn2.microsoft.com 3. Conditional compilation statements are designed to run during compile time, not at run time. 条件编译语句被设计为在编译时(而不是在运行时)运行。 msdn2.microsoft.com 4. Conditional compilation constant to determine whether to compile certain statements . 条件编译常数确定是否编译某些语句。 www.bing.com 5. This allows hosts that do not support conditional compilation to ignore it. 这样,不支持条件编译的宿主就可以忽略该代码。 technet.microsoft.com 6. Conditional compilation allows you to easily control at compile time what code to include in your program. 条件编译使您在编译时可以容易地控制在程序中包含哪些代码。 msdn2.microsoft.com 7. A preprocessing step performs macro substitution on program text, inclusion of other source files, and conditional compilation. 编译的预处理阶段对程序文本进行宏替换,包含进其他源文件,并进行条件编译。 hi.baidu.com 8. When writing a script for a Web page, always place conditional compilation code in comments. 当编写用于网页的脚本时,始终将条件编译代码放在注释中。 technet.microsoft.com 9. Lists predefined constants available for conditional compilation. 列出条件编译可用的预定义常数。 msdn2.microsoft.com 10. Describes prohibited edits of conditional compilation directives. 描述禁止对条件编译指令进行的编辑。 msdn2.microsoft.com 1. When you write a script for a Web page, always put conditional compilation code in comments. 当编写用于网页的脚本时,始终将条件编译代码放入注释中。 technet.microsoft.com 2. Lists the predefined variables available for conditional compilation. 列出条件编译可用的预定义变量。 msdn2.microsoft.com 3. Conditional compilation constants have a special scope and cannot be accessed from standard code. 条件编译常数具有特殊的范围并且不能从标准代码访问。 msdn.microsoft.com 4. You can use conditional compilation to select particular sections of code to compile, while excluding other sections. 可以使用条件编译选择特定的代码节进行编译,而排除其他代码节。 msdn2.microsoft.com 5. Use the project settings for defining conditional compilation constants. 使用项目设置定义条件编译常量。 www.cnblogs.com 6. Indicates to compilers that a method call or attribute should be ignored unless a specified conditional compilation symbol is defined. 指示编译器应忽略方法调用或属性,除非已定义指定的条件编译符号。 msdn2.microsoft.com 7. In most cases, even this tiny change will be totally automatic thanks to the wonders of conditional compilation. 在大多数情况下,甚至这个微小的变动完全都可以通过奇妙的条件编译来自动实现。 blog.163.com 8. Most changes to conditional compilation directives are not allowed while in Edit and Continue mode. 处于[编辑后继续]模式时,大多数对条件式编译指示词的变更都不被允许。 msdn.microsoft.com 9. Defines symbols for conditional compilation. 定义用于条件编译的符号。 msdn2.microsoft.com 10. The scope of a conditional compilation constant is dependent on the way it is set. 条件编译常数的范围取决于它的设置方式。 msdn2.microsoft.com 1. Conditional -compilation constant is set to for several project types . 此表显示为几种项目类型设置的。 www.bing.com 2. Conditional compilation statements can appear almost anywhere in your source file. 条件编译语句几乎可出现在源文件中的任何位置。 msdn2.microsoft.com 3. To achieve this mapping, you may include conditional compilation #ifdef in places where you access the registers. 要实现这种映射,在访问这些寄存器中的地方可以使用条件编译#ifdef语句。 www.ibm.com 4. Conditional compilation is also useful for server-side scripts and command-line programs. 条件编译对于服务器端脚本和命令行程序也很有用。 technet.microsoft.com 5. You must set the _MYTYPE conditional-compilation constant to the string "Empty" to remove the My object. 必须将_MYTYPE条件编译常数设置为字符串“Empty”,以移除My对象。 msdn2.microsoft.com 6. In the Conditional Compilation Symbols text box, add OPTIMIZED_EXPORTDATA. 在“条件编译符号”文本框中,添加OPTIMIZED_EXPORTDATA。 msdn2.microsoft.com 7. A program can also contain conditional compilation statements. 程序还可以包含条件编译语句。 msdn2.microsoft.com 8. Visual Basic introduces a new conditional compilation constant, VBC_VER, for all projects. VisualBasic为所有项目引入了新的条件编译常数VBC_VER。 msdn2.microsoft.com 9. The meaning of the conditional-compilation directives used in the above examples is as follows 以上示例所使用的条件编译指令具有如下含义 msdn2.microsoft.com 10. Explains what conditional compilation is used for, and discusses the 解释条件编译的用途,并讨论 msdn2.microsoft.com 1. You can set conditional compilation constants in one of three ways 可用如下三种方式之一设置条件编译常数 msdn2.microsoft.com 2. TRUE By default, undefined conditional-compilation constants resolve to 默认情况下,未定义的条件编译常数将解析为 msdn2.microsoft.com 3. You can use the following techniques to define conditional compilation symbols 可以使用下面的技术来定义条件编译符号 msdn2.microsoft.com 4. With the help of conditional compilation, you can use a macro that inserts braces only when they are needed 在条件编译的帮助下,我们可以使用一个宏来控制只在需要的地方插入大括号 www.8594.net 5. Visual Basic introduces the following new conditional-compilation constants for all projects VisualBasic引入了下列适用于所有项目的新条件编译常数 msdn2.microsoft.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。