intermediate language
常见例句
- NET code is compiled not into native code, but into an intermediate language imaginatively called CIL (Common Intermediate Language).
NET代码不会被编译成本地代码,而是转换成为一种可以称为CIL(公共中间语言)中间语言。 - The .NET Framework uses its Microsoft intermediate language (MSIL) layer and common language runtime (CLR) to provide the unifying glue.
NET框架使用微软的中间语言(MSIL)层和公共语言运行时(CLR)来提供统一的粘合。 - This model is used by modern compilers to provide flexibility in porting compilers to new target architectures (separating the front-end and the back-end by an intermediate language).
现代编译器所使用的这种模型为将编译器移植到新目标体系结构上提供了很大的灵活性(通过一种中间语言将前端和后端分隔开来)。 - In a compiled language, you have an intermediate step, in which you take the source code, it runs through what's called a checker or a compiler or both, and it creates what's called object code.
而在编译语言里,你就会经过一个中间的步骤,在这种语言里输入源码后,先经过过滤器,或者编译器检查后,它会创建一个叫做目标代码的东西。
麻省理工公开课 - 计算机科学及编程导论课程节选 返回 intermediate language