看词语>英语词典>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 server opens and compiles the correct LZX file, generates the output, and saves it in a temporary directory.
    服务器打开和编译适当的LZX文件,生成输出,并将它保存在一个临时目录中。
  • Java technology compiles its libraries, and otherwise emphasizes information hiding.
    Java技术编译它的库,并强调信息隐藏。
  • The Groovy interpreter compiles the source code in-memory before handing it off to the JVM.
    Groovy解释器将先在内存中编译源代码,然后再将其转到JVM中。
  • Compiles the code in all pages in the site.
    编译站点中所有页中的代码。
  • The rake rawr: jar task compiles this code and packages up your files into a JAR.
    rakerawr:jar任务编译该代码,并将文件打包到一个JAR中。
  • Code compiles& builds, all unit tests pass.
    代码完成编译和构建,并通过所有的单元测试。
  • Hong Kong is the only city in the world for which Forbes compiles a unique rich list.
    香港是全球唯一一个《福布斯》单独为其编制了富豪榜的城市。
  • Code compiles with no errors or warning messages using the project's standard compiler switches.
    代码已经使用项目标准编译转换器编译过,并且没有错误和警告信息。
  • 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 JVM typically compiles Java methods to native code while the program executes.
    JVM通常在执行程序时把Java方法编译为原生代码。