object code
object code什么意思,object code翻译
基本解释
n.: 目的码
网络: 对象;目的程式
权威解释
(编译或汇编程序的)目标码,目标代码:
the language into which a program is translated using a compiler or an assembler
英汉解释
目的码
例句
In contrast, when aninlined function is invoked, the compiler inserts the object code for that function at the point-of-call.
相反,当内联函数被调用的时候,编译器会把对象源代码插入到引用函数之处。
Allowing outsiders to have access to the source or object code for these assets would be extremely damaging to the company.
允许外人访问这些属于公司资产的原码和目标码将对公司产生极大的危害。
Virtually the entire kernel remains unchanged, save for the new object code and a few instructions to redirect the function calls.
实际上,整个内核没有变,只是增加了新的对象代码和几个函数调用重定向指令。
must be translated by a compiler or interpreter or assembler into the object code for a particular computer before execution.
必须由汇编程序或解释程序在执行前翻译成特定计算机的目标码。
The source code text of a piece of software and its object code text should be seen as one work.
同一程序的源文本和目标文本应当视为同一作品。
To translate all the source code of a program from a high-level language into object code prior to execution of the program.
在程序运行前,把用高级语言编写的程序源代码翻译成目标代码。
But in an application virtualization environment, the object code is interpreted within an abstract machine to provide the execution.
但是在一个应用程序虚拟化环境中,对象代码在一个抽象机器内经过解译,以便于执行。
A set of processor-readable opcodes and data. The output of compilers, assemblers, linkers, and locators are files containing object code.
处理器能读的操纵码和数据。编译器、汇编器、连接器和定位器的输出文件都含有目标代码。
Through a compilation process, this high-level code is compiled into an intermediate representation called object code.
通过一个编译过程,该高级代码被编译成一个名为对象代码的中间表示。
The statements generated by initializers are placed in object code before the body of your constructors.
在对象代码里面,初始化器生成的表达式,放置在构造函数体的前面。