为了实现这种映射,您可以在访问寄存器的位置包括条件编译#指令。
To achieve this mapping, you may include conditional compilation #ifdef in places where you access the registers.
指定要对其执行条件编译的符号。
Specifies symbols on which to perform conditional compilation.
使用项目设置定义条件编译常量。
Use the project Settings for defining conditional compilation constants.
如何:使用跟踪和调试进行条件编译。
它是可能的参考条件编译符号从另一个项目?
Is it possible to reference conditional compilation symbol from another project?
这样,不支持条件编译的宿主就可以忽略该代码。
This allows hosts that do not support conditional compilation to ignore it.
这样,不支持条件编译的宿主就可以忽略该代码。
This enables hosts that do not support conditional compilation to ignore this code.
在使用条件编译变量之前,必须先打开条件编译。
Before using a conditional compilation variable, conditional compilation must be turned on.
条件编译变量可用于确定解释脚本的引擎的版本信息。
Conditional compilation variables can be used to determine the version information of the engine interpreting a script.
有关更多信息,请参见通过跟踪和调试进行条件编译。
For more information, see Compiling Conditionally with Trace and Debug.
条件编译常数具有特殊的范围并且不能从标准代码访问。
Conditional compilation constants have a special scope and cannot be accessed from standard code.
列出并讨论根据条件编译变量的值控制脚本编译的语句。
Lists and discusses the statements that control compilation of a script depending on the values of the conditional compilation variables.
当编写用于网页的脚本时,始终将条件编译代码放在注释中。
When writing a script for a Web page, always place conditional compilation code in comments.
当编写用于网页的脚本时,始终将条件编译代码放入注释中。
When you write a script for a Web page, always put conditional compilation code in comments.
条件编译常量确定是否应当将跟踪和调试语句编译到程序集中。
Conditional compilation constants determine whether tracing and debugging statements should be compiled into the assembly.
当与不支持该功能的浏览器之间保留兼容性时,语法3和4用来支持条件编译。
Syntaxes 3 and 4 are used to support conditional compilation while retaining compatibility with browsers that do not support that feature.
编译的预处理阶段对程序文本进行宏替换,包含进其他源文件,并进行条件编译。
A preprocessing step performs macro substitution on program text, inclusion of other source files, and conditional compilation.
这是一个有条件编译的标志,设置它表示OS会提供详细的调试信息来帮助调试。
If set, the OS doesn't output debug messages. If not set, the OS provides verbose debug messages to aid debugging.
不支持条件编译的脚本引擎显示一则消息,建议需要使用新的脚本引擎,而不会产生错误。
Scripting engines that do not support conditional compilation display a message advising of the need for a new scripting engine without generating errors.
注:如果我们没有启用这个条件编译标志,那么就可以得到一个可以在目标环境中使用的驱动程序对象文件。
Note: If you do not enable this conditional compilation flag, you will get the release version of the driver object that will be used in the target environment.
条件编译时被排除的代码在最终的可执行文件中被完全忽略,所以不会对大小或性能有任何影响。
Code excluded during conditional compilation is completely omitted from the final executable file, so it has no effect on size or performance.
指令添加到输出中,位于每个包含文件的开头和结尾以及被条件编译预处理器指令移除的行的周围。
Directives to the output, at the beginning and end of each included file and around lines removed by preprocessor directives for conditional compilation.
详细说明:本文档详细的总结介绍了条件编译的使用场合及其技巧,适合对这几个条件编译不太明白的朋友看看。
This document is a detailed summary of the conditions of the use of the compiler and its skills, suitable for the compilation of these conditions do not understand a few friends to see.
继续与两个单独的解决方案,只是分享源代码,如果必要的话,使用条件编译来反映sp2010和2013的API之间的变化。
Keep going with two separate solutions, just share the source code and if necessary, use conditional compilation to reflect changes between SP2010's and 2013's APIs.
为了能切身体会,您可以设计一个小测试程序,这个程序当且仅当期望的条件得到满足时才可以编译。
To see this yourself, design a small test program that will compile if and only if the desired condition is true.
在这个示例中,我要捕获源代码编译时的错误条件。
In this example, I've attempted to capture an error condition when compiling source code.
可能更加典型的情况是在顶级定义类中使用decorator,这些类只依赖于编译时可用的条件(这通常就足够了)。
Probably more typical is using decorators on top-level defined classes, which depend only on conditions available at compile-time (which are often adequate).
部署TXSeries应用程序作为Web服务的先决条件是使用8字节的边界进行编译。
The pre-requisite to deploy TXSeries applications as a Web services is to compile them with 8 byte boundary.
他举出了大量的例子告诉你如何巧妙地处理那些表达式树和编译你的带自定义条件的lambda表达式。
He has a great example of how you can manipulate the expression trees and build custom conditions in your lambda expressions.
他举出了大量的例子告诉你如何巧妙地处理那些表达式树和编译你的带自定义条件的lambda表达式。
He has a great example of how you can manipulate the expression trees and build custom conditions in your lambda expressions.
应用推荐