52词语>英语词典>compiles翻译和用法

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.
    1. Councils were required to compile a register of all adults living in their areas...
      各地政务委员会被要求编制一份该地区成年居民的名册。
    2. The book took 10 years to compile...
      编这本书花了10年时间。
    3. A report compiled by the Fed's Philadelphia branch described the economy as weak.
      一份由联邦储备银行的费城分部汇编的报告说经济不景气。

双语例句

  • Make compiles the code, and sudo make install installs the code in system directories.
    make编译代码,sudomakeinstall在系统目录中安装代码。
  • A cross-compiler runs on one type of processor, but compiles instructions for another.
    交叉编译器运行在某一种处理器上,却可以编译另一种处理器的指令。
  • 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接受一个输入文件并即时对源代码进行编译,最后执行生成的程序集。
  • Code compiles& builds, all unit tests pass.
    代码完成编译和构建,并通过所有的单元测试。
  • Our knowledge database compiles every project done and is assessable anytime.
    我们的知识管理数据库汇编了每一个已完成的项目并且随时可以进行检索。
  • Javassist uses a simplified version of Java source code, which it then compiles into bytecode.
    Javassist使用Java源代码的简化版本,然后再把代码编译成字节码。
  • Pig provides a high-level language that compiles to map and reduce applications.
    Pig提供可编译map和reduce应用程序的高级语言。
  • Please wait while wmic compiles updated MOF files.
    wmic正在编译更新的mof文件,请等待。
  • A JVM typically compiles Java methods to native code while the program executes.
    JVM通常在执行程序时把Java方法编译为原生代码。