What is the translation of " PREPROCESSOR DIRECTIVES " in Chinese?

预处理指令
对预处理器

Examples of using Preprocessor directives in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Swift has a safe subset of preprocessor directives.
Swift有预处理指令的安全子集。
All Preprocessor directives begin with the(hash) symbol.
所有这些预处理程序指令都以(哈希)符号开头。
In source files, we can include preprocessor directives.
在源文件中,我们可以包含预处理器指令
Preprocessor directives tell the compiler to perform a special task.
预处理程序指令告诉编译器执行特殊任务。
Stupid Question 52: What are preprocessor directives?
第40题:什么是preprocessordirectives??
Preprocessor directives are not statements, so they do not end with a semicolon(;).
预处理器指令不是语句,所以它们不以分号(;)结束。
This chapter also covers the C operators,data conversion, and preprocessor directives.
本章还讨论了C操作符、数据转换和预处理器指令
Preprocessor directives are instructions to the C preprocessor..
是条预处理指令(preprocessordirective),是发给C++预处理器的消息。
This chapter also covers the C operators,data conversion, and preprocessor directives.
这一章还讨论了C操作符、数据转换以及预处理指令
Preprocessor directives(those that begin by) are out of this rule since they are not true instructions.
这个规则对预处理器指示行(以号开始的行)并不适用,因为它们并不是真正的语句。
For information about specific keywords, operators and preprocessor directives, see C Reference.
有关特定的关键字、运算符和预处理器指令的信息,请参见C参考。
Preprocessor directives(those that begin by) are out of this general rule since they are not statements.
这个规则对预处理器指示行(以号开始的行)并不适用,因为它们并不是真正的语句。
The preprocessor is responsible to convert preprocessor directives into their respective values.
预处理器负责将预处理指令转换成各自的值。
Preprocessor directives(such as define) give the preprocessor specific instructions on how to modify your source code.
预处理指令是一种命令语句(如define),它指示预处理程序如何修改源代码。
The something_else is not needed, but if you define something as nothing, then outside preprocessor directives, all.
不需要something_else,但是如果你定义的something没什么,那么在预处理器指令之外,所有出现的something都会消失。
All preprocessor directives begin with, and only white-space characters may appear before a preprocessor directive on a line.
所有的预处理指令以开头,只有空格字符可能线路上的预处理器指令之前出现。
The something_else is not needed, but if you define something as nothing, then outside preprocessor directives, all occurrences of something will vanish.
不需要something_else,但是如果你定义的something没什么,那么在预处理器指令之外,所有出现的something都会消失。
Conditional preprocessor directives(such as if), the preprocessor evaluates the condition and modifies your source code accordingly.
如果源代码中包含条件预处理指令(如if),那么预处理程序将先判断条件,再相应地修改源代码。
The preprocessor is a simple program that replaces patterns in the source code withother patterns the programmer has defined(using preprocessor directives).
预处理器(preprocessor)是一个简单的程序,用程序员(利用预处理器指令)定义好的模式代替源代码中的模式。
If your source code contains any conditional preprocessor directives(such as if), the preprocessor evaluates the condition and modifies your source code accordingly.
如果源代码中包含条件预处理指令(如if),那么预处理程序将先判断条件,再相应地修改源代码。
GAS uses assembler directives(also known as pseudo ops),which are keywords beginning with a period that behave similarly to preprocessor directives in the C programming language.
GAS使用汇编器指令(也被称为伪操作),它们作为关键字指示开始一个时期,与C语言中的预处理指令表现相同。
Define is a preprocessor directive.
Define是预处理指令
Include is a preprocessor directive.
Include是一个预处理器指示
Here include is a preprocessor directive.
Include是一个预处理器指示
The first line of our program is a preprocessor directive:.
程序的第一行是一个预处理指示:.
A preprocessor directive is a statement(such as define) that gives the preprocessor specific instructions on how to modify your source code.
预处理指令是一种命令语句(如define),它指示预处理程序如何修改源代码。
A preprocessor directive is a statement(such as define) which gives the preprocessor particular directions regarding how to modify the source code.
预处理指令是一种命令语句(如define),它指示预处理程序如何修改源代码。
The C++ standard provides two methods to test assertions:the macro assert and the preprocessor directive error.
C++提供了两种方法测试assertion(声明):宏assert以及预处理器指令error。
It must be the first nonblank character, and for readability, a preprocessor directive should begin in the first column.
它必须是第一个非空字符,为了增强可读性,预处理器指令应从第一列开始。
Results: 29, Time: 0.0299

Word-for-word translation

Top dictionary queries

English - Chinese