compiles
英 [kəmˈpaɪlz]
美 [kəmˈpaɪlz]
v. 编写(书、列表、报告等); 编纂; 编译
compile的第三人称单数
柯林斯词典
- VERB 汇编;编制;编纂
When youcompilesomething such as a report, book, or programme, you produce it by collecting and putting together many pieces of information.- Councils were required to compile a register of all adults living in their areas...
各地政务委员会被要求编制一份该地区成年居民的名册。 - The book took 10 years to compile...
编这本书花了10年时间。 - A report compiled by the Fed's Philadelphia branch described the economy as weak.
一份由联邦储备银行的费城分部汇编的报告说经济不景气。
- Councils were required to compile a register of all adults living in their areas...
双语例句
- Pig provides a high-level language that compiles to map and reduce applications.
Pig提供可编译map和reduce应用程序的高级语言。 - Make compiles the code, and sudo make install installs the code in system directories.
make编译代码,sudomakeinstall在系统目录中安装代码。 - The editor compiles this book with the intent of helping Chinese students of English overcome many difficulties which they may come across in reading.
编者编纂这本书的目的在于帮助学英语的中国学生解决阅读时可能遇到的许多困难。 - The rake rawr: jar task compiles this code and packages up your files into a JAR.
rakerawr:jar任务编译该代码,并将文件打包到一个JAR中。 - The Groovy interpreter compiles the source code in-memory before handing it off to the JVM.
Groovy解释器将先在内存中编译源代码,然后再将其转到JVM中。 - LESS is a CSS-like language that compiles seamlessly into CSS either on the client side or through server-side preprocessing.
LESS是一种类似CSS的语言,可在客户端或通过服务器端预处理无缝地编译到CSS中。 - Right now it compiles its own list of changes, which in effect duplicates the project management by Eclipse.
目前,它只编译自己的更改列表,这个列表实际上复制了Eclipse的项目管理。 - It accepts a regular expression and compiles it into a Matcher.
它接受一个正则表达式并将它编译成Matcher。 - CSI accepts an input file and compiles the source code on the fly, finally executing the resulting assembly.
CSI接受一个输入文件并即时对源代码进行编译,最后执行生成的程序集。 - The first command in our erl session compiles and loads this module with the built in c function.
在erl代码中,第一条命令是用内建的c函数编译并加载dsl模块。