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

    双语例句

    • 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代码中使用。
    • Both compilers and interpreters generate machine-level instructions, but the process is different.
      编译程序和解释程序两者都产生机器指令,但过程是不同的。
    • JIT compilers selectively compile the most frequently executing methods to native code while programs are running.
      程序运行时,JIT编译器选择将最频繁执行的方法编译成本地代码。
    • The output of compilers, assemblers, linkers, and locators are files containing object code.
      编译器、汇编器、连接器和定位器的输出文件都含有目标代码。
    • GCC, in short, is the Swiss Army knife of compilers and redefines the meaning of flexibility.
      简言之,GCC是编译器中的瑞士军刀,它重新定义了灵活性的含义。
    • The parsers behave more like interpreters and are not compilers.
      解析器的行为更像解释器,而不是编译器。
    • Instead, the translation process is fully automated by tools such as assemblers, compilers, and linkers.
      相反,翻译过程由例如汇编程序、编译器,和连接器的工具完全的自动化了。
    • I have found out the hard way that automated testing is absolutely required when writing compilers.
      我已经发现在编写编译器时绝对需要自动化测试,但这种自动化测试的过程是艰难的。
    • But JIT compilers have only a limited compile-time budget and can impact the program's run-time performance.
      但是JIT编译器具有一个有限的编译时预算,而且会影响程序的运行时性能。
    • This method is designed to help compilers support value-type arrays; most users do not need this method.
      此方法旨在帮助编译器支持值类型数组;多数用户不需要此方法。