中英
compiled
/ kəmˈpaɪld /
  • 简明
  • 柯林斯
  • v.汇编,编纂;编译(电脑程式);收集,搜集(信息,资料)(compile 的过去式和过去分词)
  • CET6/考研/IELTS/TOEFL/GRE/GMAT/商务英语/
  • 网络释义
  • 专业释义
  • 英英释义
  • 1

     编成

    简单地说,就是让我们(We)老百姓自由选择海外上市的几十家中国品牌公司然后编成(Compiled)指数,将来发行的基金就跟踪这个自己编制的指数,实现收益与品牌价值共同成长。你要欣赏自己的价值,就得给世界增添价值。

  • 2

     编译

    虽然大多数的语言可以既可被编译(Compiled)又可被解译(interpreted),但大多数只在一种情况下能够良好运行。

  • 3

     编辑

    ... strand一缕(头发) compiled编辑,汇编 legacy遗产 ...

  • 4

     的目录

    ... ┃ ┣ caches 的目录 ┃ ┗ compiled 的目录 ┃ ┗ admin 的目录 ...

短语
查看更多
  • 双语例句
  • 原声例句
  • 权威例句
  • 1
    The album was compiled from live recordings from last year's tour.
    这套唱片选辑由去年巡回演出的实况录音汇编而成。
    《牛津词典》
  • 2
    To do this, the team used data from the British Household Panel Survey compiled by the University of Essex.
    为了做到这一点,研究小组使用了英国家庭成员追踪调查的数据,该数据由埃塞克斯大学编制。
  • 3
    She had compiled pages of notes, but she had not yet got down to doing the actual writing.
    她已辑录了多篇笔记,但她还没有着手实际的写作。
    《柯林斯英汉双解大词典》
查看更多
  • 词典短语
  • 同近义词
  • 百科
  • Compiled

    A compiler is a computer program (or set of programs) that transforms source code written in a programming language (the source language) into another computer language (the target language, often having a binary form known as object code). The most common reason for converting a source code is to create an executable program.The name "compiler" is primarily used for programs that translate source code from a high-level programming language to a lower level language (e.g., assembly language or machine code). If the compiled program can run on a computer whose CPU or operating system is different from the one on which the compiler runs, the compiler is known as a cross-compiler. More generally, compilers are a specific type of translators.A program that translates from a low level language to a higher level one is a decompiler. A program that translates between high-level languages is usually called a source-to-source compiler or transpiler. A language rewriter is usually a program that translates the form of expressions without a change of language. The term compiler-compiler is sometimes used to refer to a parser generator, a tool often used to help create the lexer and parser.A compiler is likely to perform many or all of the following operations: lexical analysis, preprocessing, parsing, semantic analysis (Syntax-directed translation), code generation, and code optimization. Program faults caused by incorrect compiler behavior can be very difficult to track down and work around; therefore, compiler implementors invest significant effort to ensure compiler correctness.

查看更多