Ksplice更容易处理这种“模块化”对象代码。
Such "modular" object code is more easily manipulated by Ksplice.
客户端的点击操作源对象代码得到了更新,如列表3所示。
The Client-Side Click-to-Action source object code is updated, as shown in Listing 3.
清单7显示了修复后的ApplicationUtil对象代码。
Listing 7 shows the fixed code of the ApplicationUtil object.
通过一个编译过程,该高级代码被编译成一个名为对象代码 的中间表示。
Through a compilation process, this high-level code is compiled into an intermediate representation called object code.
的输出汇编程序称为对象代码或对象程序相对于输入的源程序。
The output of the assembler program is called the object code or object program relative to the input source program.
实际上,整个内核没有变,只是增加了新的对象代码和几个函数调用重定向指令。
Virtually the entire kernel remains unchanged, save for the new object code and a few instructions to redirect the function calls.
VM的对象代码也称为bytecode,特别定义解释程序执行的一个指令集。
The object code for a VM is also called bytecode, specifically defining an instruction set that an interpreter executes.
但是在一个应用程序虚拟化环境中,对象代码在一个抽象机器内经过解译,以便于执行。
But in an application virtualization environment, the object code is interpreted within an abstract machine to provide the execution.
如果只有业务对象代码直接访问适当的Notes文档,那么只能执行保证业务对象一致性的语句。
The statement to guarantee the consistency of the business objects can only be fulfilled if no other code than the business object code accesses the appropriate Notes documents directly.
在业务对象代码中,很难了解要操作的业务数据结构的格式(也就是,对业务代码隐藏了数据模型)。
In the business object code, it is very difficult to understand the format of the business data structure that is being manipulated (that is, the data model is hidden from the business code.).
尽管BCPL是一种高级语言(类似于c),编译器生成的中间代码叫做o - code(对象代码)。
Although BCPL was a high-level language (similar to c), the intermediate code that the compiler generated was called O-code (Object code).
这里的主要优势在于,可以在支持抽象机器(interpreter)的任何硬件平台上执行同样的对象代码。
The key advantage here is that the same object code can be executed on any hardware platform that supports the abstract machine (the interpreter).
如果花大量时间研究Jena,您将会认识到普通的面向对象代码和与Jena API交互的客户端代码之间存在差异。
If you spend much time with Jena, you'll begin to realize that a gap exists between what's considered to be normal object-oriented code and your client code that interacts with the Jena API.
注意平台特有模型与代码之间的区别在于代码仅仅是程度的区别(我们可以将编程语言考虑成对象代码使用的一个平台特有模型)。
Note that the difference between a platform-specific model and code is merely a difference of degree (think of a programming language as a platform-specific model for its object code).
前一个命令生成tarball 文件ksplice-8c4o6u.tar.gz,其中包含要应用于内核的补丁对象代码。
The former command generates a tarball of object code, ksplice-8c4o6u.tar.gz, to be patched into the kernel.
为了让替换生效,工具在正在运行的内核映像中添加新的函数对象代码,然后在每个现有函数的开头注入一个跳转,从而调用函数的新实现。
To effect the substitution, the tool amends a running kernel image with the new functions' object code and injects a jump at the head of each existing function to call its new counterpart.
HI - TECHPRO编译器能够自动保存对象代码和原始c代码之间的所有关系,从而实现对最优化代码快速且简单的调试。
HI-TECH's PRO compiler automatically preserves all the relationships between the object code and the original C-code, enabling the quick and simple debugging of optimized code.
另外,生成了spe代码之后,将它嵌入一个ELF (Executable and Linking Format)对象代码文件,并通过fib_spe_handle合并进主程序。
Furthermore, once the spe code has been generated, it is embedded into an ELF (Executable and Linking Format) object code file and incorporated into the main program through the fib_spe_handle.
下面的示例代码假设此对象存在。
接着您希望执行使用这个对象模型的代码文件。
You then want to execute files of code that consume that object model.
清单4显示了测试用例对象的完整代码。
清单3给出模拟设备对象的代码。
如果模板期望获得对象,则代码不应当提供列表。
If a template expects an object, code shouldn't provide a list.
他们习惯于将所有处理放在对象的代码中完成,事后才添加数据库。
They are used to putting all the processing in their object code. The database is an afterthought.
椭圆表示数据或对象,矩形表示代码或组件的位。
The ovals represent data or objects, and the rectangles represent bits of code or components.
当定义其中所存储的对象的代码发生改变时,OODBMS会怎样?
What happens to an OODBMS when the code that defines the objects it stores changes?
只有创建缓存对象的代码需要了解新的缓存类型。
Only the code creating the cache object needs to know about the new kind of cache.
创建此对象的代码如清单14所示。
在上面的示例中,我们发现数据对象的代码比业务逻辑需要的代码多得多。
In the above example we find that the code for the data objects is exponentially more than the code needed for the business logic.
在上面的示例中,我们发现数据对象的代码比业务逻辑需要的代码多得多。
In the above example we find that the code for the data objects is exponentially more than the code needed for the business logic.
应用推荐