intermediate language信息详情

intermediate language发音

意思翻译

[计]中间语言;[计]媒介语

相似词语短语

intermediate───v.充当调解人,起媒介作用;adj.中间的,过渡的;中级的,中等的;n.中级生;(化合物)中间体,中间物;中介,媒介

intermediate fasting───中间禁食

intermediate color───过渡色

intermediate good───中间货物

intermediate filaments───[医]中间丝;中间纤丝;中间丝;中间纤维

language───n.语言;语言文字;表达能力

pre intermediate───中间前

intermediate goods───半成品,半制成品;中间产品;半成品

intermediate product───[工经]中间产品;半成品;中间乘积;中间体; 中间产物; 半制品; 半成品

双语使用场景

Typed intermediate language is an important approach to code safety.───类型化中间语言是提高代码安全性的一类重要方法。

NET code is compiled not into native code, but into an intermediate language imaginatively called CIL (Common intermediate language).───NET代码不会被编译成本地代码,而是转换成为一种可以称为CIL(公共中间语言)中间语言。

Microsoft Intermediate Language generated for code statements.───针对代码生成的微软中间语言。

The symbolic information normally includes at least one Microsoft intermediate language (MSIL) offset for each source line.───符号信息中的每个源行通常至少对应一个Microsoft中间语言(MSIL)偏移量。

The old Microsoft intermediate language MSIL offset relative to the beginning of the function.───相对于函数开头的旧的Microsoft中间语言偏移量。

Creates the body of the method using a supplied byte array of Microsoft intermediate language (MSIL) instructions.───使用所提供的Microsoft中间语言(MSIL)指令的字节数组创建方法体。

Intermediate Language (IL) is a new language designed to be efficiently converted into native machine code on different types of devices .───中间语言(IL)是一种旨在不同类型设备上高效转换为本机代码的新语言。

The name of the Microsoft intermediate language (MSIL) instruction.───Microsoft中间语言(MSIL)指令的名称。

Specifies that the method implementation is in Microsoft intermediate language (MSIL).───指定此方法实现是用Microsoft中间语言(MSIL)编写的。

英语使用场景

Assembler code program containing library function name is firstly translated into intermediate language program and then into high level language program to reduce complexity of decompilation.