macro definition
宏定义:在计算机编程中
常用释义
英式发音
美式发音
基本释义
- 宏定义:在计算机编程中,宏定义是一种预处理指令,用于将标识符替换为特定的代码片段。
例句
-
1·Listing 9 provides the macro definition.清单9给出宏定义。
-
2·A macro definition is ended with line break, so you need to escape it.宏定义了线的突破,所以你需要逃避它。
-
3·Listing 7 shows the macro definition to define math symbols using these functions.清单7给出的宏定义使用这些函数定义了算术符号。
-
4·The character is used incorrectly in the formal parameter list of a macro definition.这个字元在巨集定义的型式参数清单中的使用不正确。
-
5·Comes with a variety of colors macro definition, has achieved a dynamic flow of rainbow effect.自带多种颜色宏定义,已经实现了彩虹流的动态效果。
-
6·The action taken by the assembler when it replaces a variable symbol with a value , for example , during the expansion of a macro definition.汇编程序采用的一种动作,例如在宏定义展开时,它用一个值来代替一个变量符号。
-
7·To produce assembler language statements from the model statements of a macro definition when the definition is called by a macroinstruction.当用宏指令调用定义时,从宏定义的模型语句中产生汇编语言语句。
-
8·Supports RGB and YUY2 (4:2:2) output format camera with a resolution of 176x144 or 352x288 two kinds of support (you can modify the macro definition).支持RGB和YUY2(4:2:2)格式输出的摄像头,分辨率支持176x144或352x288两种(修改宏定义即可)。
-
9·When this macro executes, it will match the my-if expression up to the template like this (in other words, matching a macro invocation to a macro definition pattern).在这个宏执行时,它按照以下形式将my - if表达式与模板进行匹配(换句话说,将宏调用与宏定义模式进行匹配)。
-
10·Listing 10 is what the macro definition for the previous macro invocation might look like (all functions prefixed with webserver: are hypothetical functions provided by the web server).清单10是前面的宏调用的宏定义(所有带webserver:前缀的函数是web服务器提供的假想函数)。