intermediate language
常見例句
- NET code is compiled not into native code, but into an intermediate language imaginatively called CIL (Common Intermediate Language).
NET代碼不會被編譯成本地代碼,而是轉(zhuǎn)換成為一種可以稱為CIL(公共中間語言)中間語言。 - The .NET Framework uses its Microsoft intermediate language (MSIL) layer and common language runtime (CLR) to provide the unifying glue.
NET框架使用微軟的中間語言(MSIL)層和公共語言運(yùn)行時(CLR)來提供統(tǒng)一的粘合。 - 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).
現(xiàn)代編譯器所使用的這種模型為將編譯器移植到新目標(biāo)體系結(jié)構(gòu)上提供了很大的靈活性(通過一種中間語言將前端和后端分隔開來)。 - 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.
而在編譯語言里,你就會經(jīng)過一個中間的步驟,在這種語言里輸入源碼后,先經(jīng)過過濾器,或者編譯器檢查后,它會創(chuàng)建一個叫做目標(biāo)代碼的東西。
麻省理工公開課 - 計(jì)算機(jī)科學(xué)及編程導(dǎo)論課程節(jié)選 返回 intermediate language