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...
双语例句
- Our knowledge database compiles every project done and is assessable anytime.
我们的知识管理数据库汇编了每一个已完成的项目并且随时可以进行检索。 - This is permissible and compiles without warning, but no interesting action occurs when the script runs.
尽管这是允许的方法且在编译的时候没有任何警告,但是在脚本运行的时候没有任何引人注意的行为发生。 - CSI accepts an input file and compiles the source code on the fly, finally executing the resulting assembly.
CSI接受一个输入文件并即时对源代码进行编译,最后执行生成的程序集。 - Java technology compiles its libraries, and otherwise emphasizes information hiding.
Java技术编译它的库,并强调信息隐藏。 - Make compiles the code, and sudo make install installs the code in system directories.
make编译代码,sudomakeinstall在系统目录中安装代码。 - The previous procedure steps demonstrated how to just create a basic windows form that compiles and runs.
前面的过程步骤演示了如何创建可编译和运行的基本windows窗体。 - Please wait while wmic compiles updated MOF files.
wmic正在编译更新的mof文件,请等待。 - Code compiles& builds, all unit tests pass.
代码完成编译和构建,并通过所有的单元测试。 - It accepts a regular expression and compiles it into a Matcher.
它接受一个正则表达式并将它编译成Matcher。 - Using this, you can code# ifdef statements for conditional compiles.
可以使用这个宏编写条件编译所需的ifdef语句。