N头条>英语词典>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.
      一份由联邦储备银行的费城分部汇编的报告说经济不景气。

双语例句

  • The editor compiles this book with the intent of helping Chinese students of English overcome many difficulties which they may come across in reading.
    编者编纂这本书的目的在于帮助学英语的中国学生解决阅读时可能遇到的许多困难。
  • Javassist uses a simplified version of Java source code, which it then compiles into bytecode.
    Javassist使用Java源代码的简化版本,然后再把代码编译成字节码。
  • Code compiles with no errors or warning messages using the project's standard compiler switches.
    代码已经使用项目标准编译转换器编译过,并且没有错误和警告信息。
  • Upon startup, the platform loads the manifests of all installed plug-ins and compiles a registry.
    在启动时,平台装入所有已安装的插件的清单,然后编译一个注册表。
  • It compiles on any system with a C compiler, the standard C libraries, and the UNIX make utility.
    它可以在任何系统上使用C编译器、标准C库和UNIXmake实用程序进行编译。
  • This is permissible and compiles without warning, but no interesting action occurs when the script runs.
    尽管这是允许的方法且在编译的时候没有任何警告,但是在脚本运行的时候没有任何引人注意的行为发生。
  • Right now it compiles its own list of changes, which in effect duplicates the project management by Eclipse.
    目前,它只编译自己的更改列表,这个列表实际上复制了Eclipse的项目管理。
  • LESS is a CSS-like language that compiles seamlessly into CSS either on the client side or through server-side preprocessing.
    LESS是一种类似CSS的语言,可在客户端或通过服务器端预处理无缝地编译到CSS中。
  • A cross-compiler runs on one type of processor, but compiles instructions for another.
    交叉编译器运行在某一种处理器上,却可以编译另一种处理器的指令。
  • A JVM typically compiles Java methods to native code while the program executes.
    JVM通常在执行程序时把Java方法编译为原生代码。