中英
preprocessor
/ ˌpriːˈprəʊsesə /
  • 简明
  • n.预处理器;[计] 预处理程序
  • 网络释义
  • 英英释义
  • 1

     预处理器

    ...。计算机科学术语,指运行中的程序的调度单位。 5 预处理 预处理一般是指在程序源代码被翻译为目标代码的过程中,生成二进制代码之前的过程。典型地,由预处理器(preprocessor) 对程序源代码文本进行处理,得到的结果再由编译器核心进一步编译。

  • 2

     前处理器

    ... prefix 前置式、前序式 前置式 preprocessor 前处理器 预处理器 prime 质数 素数 ...

  • 3

     灥

    ... prelink k 预链接 preprocessor 预处理器 preprocessor directive 预处理器指令 ...

短语
查看更多
  • 双语例句
  • 原声例句
  • 1
    PHP stands for PHP: Hypertext Preprocessor.
    PHP代表超文本预处理器。
  • 2
    Also, it gives us some preprocessor capabilities.
    而且,它提供给我们一些程序预处理的能力。
  • 3
    Today, PHP has come to mean PHP: Hypertext Preprocessor.
    现在,PHP 是指:PHP 超文本预处理器。
查看更多
  • 同近义词
  • 词源
  • 百科
  • Preprocessor

    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.

查看更多