语言程序 meaning in English
basic
Examples
- A program that decodes instructions written as pseudocodes and produces a machine language program to be executed at a latter time
一种实现以下功能的程序:对写成伪码形式的指令进行译码,产生一种机器语言程序以供需要时执行。 - In computer programming , a statement in a high level language program to inform the translator that the end of the source program has been attained
在计算机程序设计中,高级语言程序中的一种语句,用于通知翻译程序已到达源程序末端。 - In this case , the high - level program is called the [ b ] source code [ / b ] , and the translated program is called the [ b ] object code [ / b ] or the [ b ] executable [ / b ]
在此意义下,高级语言程序被称为源代码,编译后的程序称为目标代码或者可执行程序。 - The process whereby a digital computer translates the instructions of a program written in a high - level language into their machine language equivalents
数字计算机借此把高级语言编写的程序中的指令翻译成与其等价的机器语言程序的处理过程。 - A program that translates from machine language to assembly language , often to decipher existing machine language programs by generating symbolic code listings
将机器语言翻译成汇编语言的程序,一般通过产生符号代码的清单来翻译已有的机器语言程序。