解释程序英文解释翻译、解释程序的近义词、反义词、例句
英语翻译:
【计】 interpretation program; interpreter program; interpretive program
相关词条:
1.interpreters 2.interpretiveroutine 3.interpretaterroutine分词翻译:
程序的英语翻译:
formality; ground rule; procedure; proceeding; process; program【计】 P; problem determination aid; PROC; program; related channel program
【化】 sequence
【经】 program; sequence
网络扩展解释
解释程序(jiě shì chéng xù)
解释程序,常见于计算机编程领域,是指将计算机能理解的指令翻译成人类可读的语言。以下是该词的详细解释:
中文拼音
解释程序,拼音为 jiě shì chéng xù。
英文解释翻译
Interpreter program,翻译为“解释器程序”。在计算机编程领域,解释程序通常特指将高级语言中的代码逐行转换为机器语言并直接执行的程序。
英文读音
Interpreter program,在美式英语中的发音为 [ɪnˈtərprətər ˈproʊɡræm]。
英文的用法(中文解释)
Interpreter program通常用于将高级语言代码转换为机器指令。然而,由于解释器程序逐行编译并且不需要完整的编译过程,因此它速度较慢。
英文例句(包含中文解释)
-
Python的解释器程序可以直接运行.py文件。
Interpreter programs of Python can execute .py files directly.
-
由于解释程序需要不断解释和转换代码行,其运行速度通常较慢。
Because interpreter programs need to constantly interpret and convert code line by line, their running speed is usually slower.
英文近义词(包含中文解释)
-
编译器程序(Compiler program),将高级语言转换为机器指令的程序。
-
解析器程序(Parser program),会将代码进行语法分析和逻辑判断,以确定代码的行为。
英文反义词(包含中文解释)
Compile program,翻译为“编译程序”。编译程序和解释程序的不同点在于,编译程序会将整个高级语言代码转换成机器指令后再执行,因此执行速度较快,但也需要更长的时间来完成编译过程。
英文单词常用度
根据数据显示,Interpreter program的使用频率在计算机编程领域较为常见,因此算是一个常用词汇。