看词语>英语词典>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.

    双语例句

    • Certainly with the availability of such cross-platform compilers as MinGW or Cygwin, this could be easy.
      当然,随着MinGW或Cygwin等跨平台编译器的可用,这可能会很容易。
    • JIT compilers selectively compile the most frequently executing methods to native code while programs are running.
      程序运行时,JIT编译器选择将最频繁执行的方法编译成本地代码。
    • Many compilers can generate more efficient code for this by putting the tables in read-only memory.
      很多编译器通过将表放入只读内存中可以生成更高效的代码。
    • Some of the students who came to his celllater flourished as interpreters and compilers of dictionaries.
      他的学生中有一些后来成为了优秀的翻译家和字典的编撰者。
    • 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代码中使用。
    • GCC is a set of compilers for the C language, in which most of Samba is written.
      GCC是C语言的一个编译器集合,大多数Samba都是用C语言编写的。
    • To make things more complicated, HotSpot comes with two compilers: the client compiler and the server compiler.
      为了让事情变得更复杂,HotSpot提供了两个编译器:客户机编译器和服务器编译器。
    • Instead, the translation process is fully automated by tools such as assemblers, compilers, and linkers.
      相反,翻译过程由例如汇编程序、编译器,和连接器的工具完全的自动化了。
    • Modern C compilers combine the compile and assemble steps into one step.
      最新的C编译器将编译和汇编步骤组合成一个步骤。
    • Both compilers and interpreters generate machine-level instructions, but the process is different.
      编译程序和解释程序两者都产生机器指令,但过程是不同的。