词语吧>英语词典>compilers翻译和用法

compilers

英 [kəmˈpaɪləz]

美 [kəmˈpaɪlərz]

n.  编纂者; 汇编者; 编著者; 编译程序
compiler的复数

柯林斯词典

  • N-COUNT 汇编者;编纂者
    Acompileris someone who compiles books, reports, or lists of information.
    1. ...the compilers of dictionaries and grammars.
      词典和语法书的编纂者
  • 编译程序
    Acompileris a computer program which converts language that people can use into a code that the computer can understand.

    双语例句

    • Compilers and assemblers automatically translate representations all the way down to efficient machine code.
      编译器和汇编程序自动地将表示一直向下翻译为有效的机器代码。
    • Many compilers can generate more efficient code for this by putting the tables in read-only memory.
      很多编译器通过将表放入只读内存中可以生成更高效的代码。
    • Both compilers and interpreters generate machine-level instructions, but the process is different.
      编译程序和解释程序两者都产生机器指令,但过程是不同的。
    • Instead, the translation process is fully automated by tools such as assemblers, compilers, and linkers.
      相反,翻译过程由例如汇编程序、编译器,和连接器的工具完全的自动化了。
    • These small benchmarks also illustrate the challenge of interpreting performance results in the presence of dynamic compilers.
      这些小基准测试也阐明了存在动态编译器的情况下解释性能结果所面临的挑战。
    • GCC is a set of compilers for the C language, in which most of Samba is written.
      GCC是C语言的一个编译器集合,大多数Samba都是用C语言编写的。
    • Compilers and interpreters are a necessary part of any computer system.
      编译程序和解释程序是任何计算机系统的一个必要组成部分。
    • But JIT compilers have only a limited compile-time budget and can impact the program's run-time performance.
      但是JIT编译器具有一个有限的编译时预算,而且会影响程序的运行时性能。
    • LESS and Sass tools ( compilers, APIs) can be installed as Gems and bring command line tools for compilation, but can also be used from Ruby code.
      LESS和Sass工具(编译器和API)能够作为Gems安装,使用命令行工具进行编译,但是也可以在Ruby代码中使用。
    • Modern C compilers combine the compile and assemble steps into one step.
      最新的C编译器将编译和汇编步骤组合成一个步骤。