词语吧>英语词典>compiler翻译和用法

compiler

英 [kəmˈpaɪlə(r)]

美 [kəmˈpaɪlər]

n.  编纂者; 汇编者; 编著者; 编译程序

复数:compilers 

计算机

BNC.9357 / COCA.20822

同义词辨析

editorcompiler【导航词义:编者】

editorn. 编辑,编者
〔辨析〕
指书籍、报刊等的编辑加工者。
〔例证〕
The editor deleted two paragraphs from the article.
编辑删除了文章中的两段内容。
The editor of the magazine is a smart young man.
该杂志的编辑是一位能干的年轻人。
compilern. 编著者,编纂者,汇编者
〔辨析〕
指把不同来源的材料加工汇编成册的人。
〔例证〕
She is the compiler of the best-seller.
她是这本畅销书的编著者。
The two compilers agreed upon a division of the textbook into ten units.
两位编者一致同意把该教材分成10个单元。

牛津词典

    noun

    • 编纂者;汇编者;编著者
      a person who compiles sth
      1. 编译程序
        a program that translates instructions from one computer language into another for a computer to understand

        柯林斯词典

        • N-COUNT 汇编者;编纂者
          Acompileris someone who compiles books, reports, or lists of information.
          1. ...the compilers of dictionaries and grammars.
            词典和语法书的编纂者
        • 编译程序
          Acompileris a computer program which converts language that people can use into a code that the computer can understand.

          英英释义

          noun

          • (computer science) a program that decodes instructions written in a higher order language and produces an assembly language program
              Synonym:compiling program
            1. a person who compiles information (as for reference purposes)

              双语例句

              • What happens if the compiler makes such an optimization, and later a class is loaded that extends Foo?
                如果编译器进行了这样的优化,然后装入了一个扩展了Foo的类,会发生什么?
              • OpenMP is a multi-threading implementation that allows the compiler to generate code for task and data parallelism.
                OpenMP是一个多线程实现,它允许编译器为任务和数据并行生成代码。
              • The reason VB and C# can use different implementations is that anonymous types are a compiler feature.
                VB和C之所以能不同的实现方式是因为匿名类型是一个编译器特性。
              • An assembler or a compiler reads a complete source program and generates a compete object module.
                汇编程序和编译程序都读入一个完整的源程序,并产生一个完整的目标模块。
              • It already provides IDE support for generic types in Java code via the JSR-14 prototype compiler.
                它早已通过JSR-14原型编译器为Java代码中的泛型类型提供了IDE支持。
              • Programming the Create command module's processor requires a true C compiler and other development tools.
                对Create命令模块的处理器进行编程,要求一个真正的C编译器和其他的开发工具。
              • Used to specify a file that contains compiler options and source code files to compile.
                用于指定一个文件,该文件包含着编译器选项和要编译的源代码文件。
              • With WPO, the compiler can inline functions from any source file in the program.
                有了WPO,编译器就可以从程序中的所有源文件内联函数。
              • String types can be mixed in assignments and expressions; the compiler automatically performs required conversions.
                翻译:字符串可以在任务和表达式中混合,编译器自动执行所需转换。
              • The g++ compiler, by default, has exception handling enabled.
                在缺省情况下,g++编译器启用了异常处理。