网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 Interpreted language
释义

Interpreted language

中文百科

直译语言

直译语言英语:Interpreted language),又称直译式语言,是一种编程语言。这种类型的编程语言,会将代码一句一句直接运行,不需要像编译语言(Compiled language)一样,经过编译器先行编译为机器码,之后再运行。这种编程语言需要利用解释器,在运行期,动态将代码逐句直译(interpret)为机器码,或是已经预先编译为机器码的的子程序,之后再运行。

理论上,任何编程语言都可以是编译式,或直译式的。它们之间的区别,仅与程序的应用有关。许多编程语言同时采用编译器与解释器来实作,其中包括Lisp,Pascal,C,BASIC 与 Python。JAVA及C#采用混合方式,先将代码编译为bytecode,在运行时再进行直译。

英语百科

Interpreted language 直译语言

An interpreted language is a programming language for which most of its implementations execute instructions directly, without previously compiling a program into machine-language instructions. The interpreter executes the program directly, translating each statement into a sequence of one or more subroutines already compiled into machine code.

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/18 6:36:31