compilers

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

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



柯林斯词典

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

    双语例句

    1. For this reason, JIT compilers do not compile all code with the same degree of optimization.
      因此,JIT编译器不会使用相同的优化度来编译所有的代码。
    2. JIT compilers selectively compile the most frequently executing methods to native code while programs are running.
      程序运行时,JIT编译器选择将最频繁执行的方法编译成本地代码。
    3. These small benchmarks also illustrate the challenge of interpreting performance results in the presence of dynamic compilers.
      这些小基准测试也阐明了存在动态编译器的情况下解释性能结果所面临的挑战。
    4. Instead, the translation process is fully automated by tools such as assemblers, compilers, and linkers.
      相反,翻译过程由例如汇编程序、编译器,和连接器的工具完全的自动化了。
    5. GCC is a set of compilers for the C language, in which most of Samba is written.
      GCC是C语言的一个编译器集合,大多数Samba都是用C语言编写的。
    6. Certainly with the availability of such cross-platform compilers as MinGW or Cygwin, this could be easy.
      当然,随着MinGW或Cygwin等跨平台编译器的可用,这可能会很容易。
    7. Even though these two compilers produce similar output, their implementation is completely different.
      尽管这两个编译器产生类似的输出,但是他们的实现却完全不同。
    8. I have found out the hard way that automated testing is absolutely required when writing compilers.
      我已经发现在编写编译器时绝对需要自动化测试,但这种自动化测试的过程是艰难的。
    9. GCC, in short, is the Swiss Army knife of compilers and redefines the meaning of flexibility.
      简言之,GCC是编译器中的瑞士军刀,它重新定义了灵活性的含义。
    10. Compilers and assemblers automatically translate representations all the way down to efficient machine code.
      编译器和汇编程序自动地将表示一直向下翻译为有效的机器代码。
    11. Modern C compilers combine the compile and assemble steps into one step.
      最新的C编译器将编译和汇编步骤组合成一个步骤。
    12. The parsers behave more like interpreters and are not compilers.
      解析器的行为更像解释器,而不是编译器。
    13. Plug-ins extend the IDE with support for new languages, compilers, and other development tools.
      插件扩展了IDE,以支持新的语言、编译器以及其它开发工具。
    14. It boasts a solid graphical environment, powerful compilers and debugging environments, easy-to-install packages, and numerous applications.
      它引以为傲的有一个坚实的图形环境,强大的编译器和调试环境,易于安装的软件包,以及无数的应用程序。
    15. To make things more complicated, HotSpot comes with two compilers: the client compiler and the server compiler.
      为了让事情变得更复杂,HotSpot提供了两个编译器:客户机编译器和服务器编译器。
    16. Many compilers can generate more efficient code for this by putting the tables in read-only memory.
      很多编译器通过将表放入只读内存中可以生成更高效的代码。
    17. But JIT compilers have only a limited compile-time budget and can impact the program's run-time performance.
      但是JIT编译器具有一个有限的编译时预算,而且会影响程序的运行时性能。
    18. The cl compilers in both Visual C++ and GNU g++ come with several options.
      VisualC++和GNUg++都为cl编译器提供了一些选项。
    19. But specifying the suffixes manually improves the code readability and eliminates the possibility of the compilers guessing incorrectly.
      但手工指定后缀可以改善代码的可读性,并可以消除编译器猜测不正确的可能性。
    20. All XLC and XLF compilers need to be installed.
      必需安装所有的XLC和XLF编译器。
    21. Instead, VLIW chips shift more of that burden onto compilers.
      相反,VLIW芯片将此负担的大部分转交给了编译器。
    22. 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代码中使用。
    23. Compilers and interpreters are a necessary part of any computer system.
      编译程序和解释程序是任何计算机系统的一个必要组成部分。
    24. This method is designed to help compilers support value-type arrays; most users do not need this method.
      此方法旨在帮助编译器支持值类型数组;多数用户不需要此方法。
    25. Compilers require some time before an executable program emerges.
      编译器在可执行程序形成前需要一段时间。
    26. Some of the students who came to his celllater flourished as interpreters and compilers of dictionaries.
      他的学生中有一些后来成为了优秀的翻译家和字典的编撰者。
    27. Both compilers and interpreters generate machine-level instructions, but the process is different.
      编译程序和解释程序两者都产生机器指令,但过程是不同的。
    28. The output of compilers, assemblers, linkers, and locators are files containing object code.
      编译器、汇编器、连接器和定位器的输出文件都含有目标代码。
    29. Compilers without OCG compile each code module independently, without information from the other parts of the program.
      没有OCG功能的编译器独立编译每个代码模块,对来自程序其它部分的信息一无所知。
    30. It is a software optimization and analysis framework that can be used by other compilers and tools.
      Phoenix不仅仅限于一个编译器,它还是一个软件优化和分析框架,能被其他编译器和工具使用。