抽象机 meaning in English
abstract machine
Examples
- For compilation , we design a target abstract machine - hsecd machine and discuss the structure , instruction , principle and optimization of hsecd machine in detail
为实现编译目的,设计了一个目标抽象机hsecd机,详细讨论了hsecd机的结构、指令、工作原理和指令优化方法。 - The gcc compiler scales very well - from simple batch utility programs to multimillion - line systems . it is the clear syntax tree front end , the highly recapitulative intermediate language and the concise machine description back end that help gcc port to kinds of platforms
其清晰的前端语法树结构、高度概括的抽象机中间语言、简洁有力的后端机器描述等三部分为快速实现多语种开发、多平台移植提供了有力的支持。 - 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的技术路线,设计一个目标抽象机,通过程序翻译的方法将源程序翻译为目标抽象机代码,然后再将抽象机代码转换为汇编代码,汇编装配连接执行。