中英
precompiler
/ ˌpriːkəmˈpaɪlə /
  • 简明
  • n.[计] 预编译程序
  • 网络释义
  • 专业释义
  • 1

     预编译器

    ... precompensation,write写入预补偿 precompiler预编译器 precondition预先调校 ...

  • 2

    [计] 预编译程序

    ... precommissioning预投料试车 precompiler预编译程序 precompression预压缩 ...

短语
查看更多
  • 双语例句
  • 1
    The precompiler does three things.
    预编译器要做三件事。
  • 2
    Second, we introduce the precompiler technics for Data Sublanguage.
    第二部分介绍了数据子语言的预编译技术;
  • 3
    I guess that such a situation is also helpful for other compilers supporting some precompiler headers.
    我想这种情况对于支持某些预编译头文件的其他编译器也有帮助。
查看更多
  • 百科
  • Precompiler

    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.

查看更多