英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

compiler    音标拼音: [kəmp'ɑɪlɚ]
n. 编辑者

编辑者

compiler
编译程式; 编译器


compiler
另一种编译程式的编译程式 YACC

compiler
编译器 编译程式

compiler
n 1: a person who compiles information (as for reference
purposes)
2: (computer science) a program that decodes instructions
written in a higher order language and produces an assembly
language program [synonym: {compiler}, {compiling program}]

Compiler \Com*pil"er\ (k[o^]m*p[imac]l"[~e]r), n. [OE.
compiluor; cf. OF. compileor, fr. L. compilator.]
1. One who compiles; esp., one who makes books by
compilation.
[1913 Webster]

2. (Computers) a computer program that decodes instructions
written in a higher-level computer language to produce an
assembly-language program or an executable program in
machine language.
[WordNet 1.5 PJC]

A program that converts another program
from some {source language} (or {programming language}) to
{machine language} (object code). Some compilers output
{assembly language} which is then converted to {machine
language} by a separate {assembler}.

A compiler is distinguished from an assembler by the fact that
each input statement does not, in general, correspond to a
single machine instruction or fixed sequence of instructions.
A compiler may support such features as automatic allocation
of variables, arbitrary arithmetic expressions, control
structures such as FOR and WHILE loops, variable {scope},
input/ouput operations, {higher-order functions} and
{portability} of source code.

{AUTOCODER}, written in 1952, was possibly the first primitive
compiler. {Laning and Zierler}'s compiler, written in
1953-1954, was possibly the first true working algebraic
compiler.

See also {byte-code compiler}, {native compiler}, {optimising
compiler}.

(1994-11-07)


请选择你想看的字典辞典:
单词字典翻译
compiler查看 compiler 在百度字典中的解释百度英翻中〔查看〕
compiler查看 compiler 在Google字典中的解释Google英翻中〔查看〕
compiler查看 compiler 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • programming languages - Why doesnt Python need a compiler? - Software . . .
    Just wondering (now that I've started with C++ which needs a compiler) why Python doesn't need a compiler? I just enter the code, save it as an exec, and run it In C++ I have to make builds and a
  • compiler - What exactly is a compile target? - Software Engineering . . .
    Multi-target compilers also offer compiler switches to support multiple target architectures So, a compiler target is simply the output of the compile operation
  • How do I create my own programming language and a compiler for it
    A "compiler" is any device that translates from one programming language to another One of the nice things about having a C# compiler that turns C# into IL, and an IL compiler (the "jitter") that turns IL into machine code, is that you get to write the C# compiler to IL (easy!), and put the processor-specific optimizations in the jitter
  • Why are there so few C compilers?
    The question is based upon a false premise Analog Devices, armcc, Bruce's C Compiler, the Bare-C Cross Compiler, the Borland compiler, the clang compiler, the Cosmic C compiler, the CodeWarrior compiler, the dokto compiler, the Ericsson compiler, and I'm not even out of the first five letters of the alphabet yet There is an insanely large number of C compilers The question is "why are there
  • compiler - Does an interpreter produce machine code? - Software . . .
    A Java compiler produces code for the JVM So the target machine of a compiler can be a virtual machine that is not executed directly by the hardware The main difference between interpreter and compiler is that a compiler first checks and translates the whole source code into a target machine language This compiled code is then executed by the machine it was meant for On the other hand, an
  • Compiler Warnings - Software Engineering Stack Exchange
    Many compilers have warning messages to warn the programmers about potential runtime, logic and performance errors, most times, you quickly fix them, but what about unfixable warnings? How do you
  • c - What is the Ken Thompson Hack? - Software Engineering Stack Exchange
    Reflections on Trusting Trust is a lecture by Ken Thompson in which he explains the hack Briefly: he hacked bin login to introduce a backdoor he did this by hacking the compiler to introduce the backdoor into a binary whenever it detected that it was compiling the login source code he also hacked the compiler to introduce the backdoor-producing code into the compiler whenever it detected
  • How Does A Compiler Work? - Software Engineering Stack Exchange
    A compiler is a computer program (or set of instructions) 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)
  • programming languages - Is Python Interpreted or Compiled? - Software . . .
    It's worth noting that languages are not interpreted or compiled, but rather language implementations either interpret or compile code You noted that Ruby is an "interpreted language", but you can compile Ruby à la MacRuby, so it's not always an interpreted language Pretty much every Python implementation consists of an interpreter (rather than a compiler) The pyc files you see are byte





中文字典-英文字典  2005-2009