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.- ...the compilers of dictionaries and grammars.
词典和语法书的编纂者
- ...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等跨平台编译器的可用,这可能会很容易。 - 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代码中使用。 - It is a software optimization and analysis framework that can be used by other compilers and tools.
Phoenix不仅仅限于一个编译器,它还是一个软件优化和分析框架,能被其他编译器和工具使用。 - The cl compilers in both Visual C++ and GNU g++ come with several options.
VisualC++和GNUg++都为cl编译器提供了一些选项。 - But specifying the suffixes manually improves the code readability and eliminates the possibility of the compilers guessing incorrectly.
但手工指定后缀可以改善代码的可读性,并可以消除编译器猜测不正确的可能性。 - This method is designed to help compilers support value-type arrays; most users do not need this method.
此方法旨在帮助编译器支持值类型数组;多数用户不需要此方法。 - It boasts a solid graphical environment, powerful compilers and debugging environments, easy-to-install packages, and numerous applications.
它引以为傲的有一个坚实的图形环境,强大的编译器和调试环境,易于安装的软件包,以及无数的应用程序。 - To make things more complicated, HotSpot comes with two compilers: the client compiler and the server compiler.
为了让事情变得更复杂,HotSpot提供了两个编译器:客户机编译器和服务器编译器。 - For this reason, JIT compilers do not compile all code with the same degree of optimization.
因此,JIT编译器不会使用相同的优化度来编译所有的代码。 - I have found out the hard way that automated testing is absolutely required when writing compilers.
我已经发现在编写编译器时绝对需要自动化测试,但这种自动化测试的过程是艰难的。