解释器:interpreter 逐行运行,需要有解释器才能运行(上面的例子,必须在餐馆吃饭),容易找出错误(debug)并调整错误(上面的例子,随时可以调整菜的口味) 编译器:compiler 一次把整个程序都翻译好,然后生成可执行文件(executable file ) 知识点练习:
must be translated by a compiler or interpreter or assembler into the object code for a particular computer before execution. 必须由汇编程序或解释程序在执行前翻译成特定计算机的目标码。 tr.bab.la 7. A more significant advantage of metadata is the ability for a compiler to use it to perform so...
Interpreter: An interpreter is like Compiler which translates high-level language into low-level machine language. The main difference between both is that interpreter reads and transforms code line by line. Compiler reads the entire code at once and creates the machine code. 解释器就像编译器一样,...
编译器或解释器 Compiler or Interpreter 1.3. 编辑器 Editor ... czug.org|基于2个网页 例句 释义: 全部,编译器或解释器 更多例句筛选 1. must be translated by a compiler or interpreter or assembler into the object code for a particular computer before execution. 必须由汇编程序或解释程序在执行前...
Interpreter (voice) Neon Genesis Evangelion: The End of Evangelion(1997) Andrew Klimko Nachi Igarashi (voice) (version: English) Gasaraki(1998) Hikaru Kotono Girl A / TV Heroine (voice) Compiler(1994) Yayoi Maki Girl A (voice) Robot Carnival(1987) ...
language program. What is the interpreter's name for? Answer: its translation program is called a compiler. 22) what is the fundamental difference between the mode of compilation and the way of interpretation? Answer: the fundamental difference between compiling and ...
Language2 Assembler: Assembly Languages ? Machine Code Compiler : High-level Languages ? Low-level Languages Interpreter Input Program Output -*- 1.2 Compiler and Interpreter Compiler: a program that reads a program written in one language (source language) and translate it into an equivalent ...
Thebasicstageisalsoaccompaniedbytableprocessingand errorhandling 1-02.ifthesourceprogramiswritteninahigh-levellanguage, thetargetprogramisamachinelanguageprogramorassembler, anditsinterpreteriscalledacompiler Thefundamentaldifferencebetweentheway1-03.compilesand ...
Compilers and Interpreters Compiled programs (right) are translated into the machine language of the target computer. Interpreted programs (left and center) are either kept in their original source code or are precompiled into an intermediate form. In both cases, an interpreter is required to transl...
1. class V8_EXPORT_PRIVATE InterpreterAssembler : public CodeStubAssembler { 2. public: 3. //...省略... 4. private: 5. TNode<BytecodeArray> BytecodeArrayTaggedPointer(); 6. TNode<ExternalReference> DispatchTablePointer(); 7. TNode<Object> GetAccumulatorUnchecked(); 8....