程序翻译 meaning in Chinese
program tra lation
program translation
Examples
- Channel program translation
信道程序翻译 - To translate a computer program expressed in a problem oriented language into a computer oriented language
把一个用面向问题的语言所表示的计算机程序翻译成面向计算机的语言所表示的程序。 - However , high - level languages must be translated into machine language by another program called a compiler before a computer can understand them
然而,在计算机能够理解之前,高级语言必须被称之为编译器的另外一种程序翻译成机器语言。 - The solution is that we design a target machine , and translate the source codes into the target machine codes by program translation , then generate the assembly codes from the target machine codes , assemble and link the assembly codes into exe file , at last execute the exe file to get the result of program
在实现方面,提出了编译lfc的技术路线,设计一个目标抽象机,通过程序翻译的方法将源程序翻译为目标抽象机代码,然后再将抽象机代码转换为汇编代码,汇编装配连接执行。