英文字典中文字典


英文字典中文字典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英翻中〔查看〕





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


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

































































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


  • history - Why was the first compiler written before the first . . .
    The first compiler was written by Grace Hopper in 1952 while the Lisp interpreter was written in 1958 by John McCarthy's student Steve Russell Writing a compiler seems like a much harder problem t
  • 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 doesnt Python need a compiler? - Software Engineering Stack Exchange
    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
  • assembly - How does a JIT compiler actually emit and then call the . . .
    7 Assuming that a VM runs a JIT compiler on otherwise "interpreted" code, such as a line by line interpreter or some form of bytecode IL code and determines that it can create optimised native code for some part of what is running, what mechanism is actually used to "emit" and then call the emitted code?
  • 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
  • Understanding the differences: traditional interpreter, JIT compiler . . .
    I'm trying to understand the differences between a traditional interpreter, a JIT compiler, a JIT interpreter and an AOT compiler An interpreter is just a machine (virtual or physical) that execu
  • 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
  • Why does Python need both a compiler and an interpreter?
    I can understand the fact that Java needs both a compiler and an interpreter It compiles source code to bytecode and then a virtual machine (on Windows, on Linux, on Android, etc ) translates that bytecode to machine code for the current architecture
  • What is the history of the C compiler? - Software Engineering Stack . . .
    The first C compiler written by Dennis Ritchie used a recursive descent parser, incorporated specific knowledge about the PDP-11, and relied on an optional machine-specific optimizer to improve the assembly language code it generated The first C compiler was also written by him, in assembly This page from bell-labs answers most of your questions





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