预处理器
...。计算机科学术语,指运行中的程序的调度单位。 5 预处理 预处理一般是指在程序源代码被翻译为目标代码的过程中,生成二进制代码之前的过程。典型地,由预处理器(preprocessor) 对程序源代码文本进行处理,得到的结果再由编译器核心进一步编译。
前处理器
... prefix 前置式、前序式 前置式 preprocessor 前处理器 预处理器 prime 质数 素数 ...
灥
... prelink k 预链接 preprocessor 灥 预处理器 preprocessor 灥 directive 预处理器指令 ...
预处理器指令 ; 前置处理器指示词 ; 预处理指示 ; 预处理指令
超文本预处理器 ; 超文本预处置器 ; 超级文本预处理语言 ; 超文本预处理语言
预处理指令 ; 预处理命令 ; 前端处理程序指令 ; 预处理器指令
[计]预处理器;预处理程序
In computer science, a preprocessor is a program that processes its input data to produce output that is used as input to another program. The output is said to be a preprocessed form of the input data, which is often used by some subsequent programs like compilers. The amount and kind of processing done depends on the nature of the preprocessor; some preprocessors are only capable of performing relatively simple textual substitutions and macro expansions, while others have the power of full-fledged programming languages.A common example from computer programming is the processing performed on source code before the next step of compilation. In some computer languages (e.g., C and PL/I) there is a phase of translation known as preprocessing.