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