This paper deals with the static automatic relocation of Z-80 object program.
本文讨论Z- 80目标程序的静态自动重定位问题。
Automatic code generation is using existing program to generate object program automatically.
自动代码生成是指使用已有程序自动生成目标程序的过程。
Compiler is a program that translate a source program into an executable program (an object program).
编译程序是把源程序翻译成可执行程序(即目标程序)的程序。
The output of the assembler program is called the object code or object program relative to the input source program.
的输出汇编程序称为对象代码或对象程序相对于输入的源程序。
Object program and source program belong to the same works. Reverse engineering also belong to the areas of Rational Use of Copyright Law.
目标代码与原代码属于同一作品,反向工程属于版权法合理使用制度的范畴。
By judging the event sequence when running a program and the event constrains described by E-CSPE, we can test the correctness of a CORBA distributed object program.
通过判断程序执行时所产生的事件序列和E -CSPE描述的事件约束,可以检测被测CORBA分布式对象程序的正确性。
Lindley Johnson, head of the near-Earth object program at NASA headquarters in Washington, D.C., says an asteroid the size of a football field could wipe out a major city.
在华盛顿的美国宇航局总部的近地天体计划负责人林德利-约翰逊说,如果一颗足球场大小的小行星撞上了地球,其威力可以毁灭一座大型城市。
However, this definition does not create a new named object in the program and topic namespaces.
然而,这个定义不会在程序和主题名称空间里创建新的命名的对象。
Essentially, type safety means that a program cannot perform an operation on an object unless that operation is valid for that object.
本质上,类型安全性意味着,除非程序的操作对于类型是合法的,否则就无法在对象上执行操作。
A delegate object or delegation is a simple and powerful pattern in which one object in a program ACTS on behalf of, or in coordination with, another object.
委托对象或者说委托方法是一个简单且功能强大的模式,在此模式中,程序中的一个对象,其行为代表另一对象,或与其一致。
The platform calls the message handling function of this message processing object whenever any event occurs that your program might possibly want to be notified about.
当发生任何需要通知给您的程序的事件时,平台将调用这个消息处理对象的消息处理功能。
First, the program retrieves a queue connection factory by looking up the context object with a queue connection factory name.
首先,这个程序通过查找上下文对象获得一个指定名称的队列连接工厂。
The changes become effective only when the object is looked up in JNDI, which typically occurs once, when the program initializes.
仅当在JNDI中查找对象时更改才有效,这通常在程序初始化时才出现一次。
This program demonstrates a basic memory leaking operation involving an unbounded growth in a cache object.
此程序演示的基本内存泄漏操作涉及缓存对象中的无限增长。
Once the object is obtained, your program can use its methods in the same way as it does in the remote client mode.
获取对象后,您的程序可与在远程客户端模式下相同的方式使用它的方法。
At run time, a factory object can generate a connection, locate the CICS server, and invoke the CICS program at the server.
在运行时,工厂对象可以生成连接、定位CICS服务器和激活服务器上的CICS程序。
This means that all different instances of an object are created during the program initialization phase and reused and referenced later on.
这意味着对象的所有不同实例在程序初始化阶段创建,将在随后重用和引用。
The display changes when you swap memory pages so you need not copy an Image object from program memory to video memory; you merely change video Pointers and the display changes.
当交换内存页时显示就发生更改,所以您不需要将Image对象从程序内存复制到显示内存;您只要更改视频指针,显示就会发生更改。
In the Python language, everything is an object a program can access, including simple types that hold integers, as well as the actual code you write and its representation in the Python interpreter.
在Python语言中,所有事物都是程序可以访问的对象,其中包括保存整数的简单类型,以及您编写的实际代码和这些代码在Python解释器中的表示。
For example, every entity in a Ruby program should be a true object, but certain values such as integers are stored as immediate values.
例如Ruby程序中的每一个实体必须是一个真的对象,但是某些值比如整数型是直接存储的。
We filter out duplicate content, structure data into a unified object model, and then use our natural language processing program, SiLCC, to extract keywords and apply them as tags.
我们过滤掉重复的内容、对数据进行结构化改造,变成统一的对象模型然后使用我们的自然语言处理程序SiLCC,提取关键字和打上标签。
Using the MonkeyDevice object, the program installs an Android application package, runs one of its activities, and sends key events to the activity.
使用MonkeyDevice对象,程序将安装一个Android应用包,运行其中一个活动,并向其发送按键事件。
This would require ensuring that we only use a single instance of the integer object corresponding to a particular integer value throughout our program.
这要求确保在我们的整个程序中,只能使用对应于特定整数值的Integer对象的一个实例。
Even a simple Hello World program contains a vast array of details when it reaches the object file stage.
在目标文件阶段,即使是一个简单的Hello World程序,其中也包含了大量的细节信息。
It returns a connection object you can use throughout your PHP program. The following code shows an example.
它返回一个您可以在整个php程序中使用的连接对象。
In the case of the tree object, Listing 11 shows a program to add a node to a tree object captured as verification point.
在tree对象中,列表11显示了一个添加节点到作为验证点获取的tree对象的程序。
Second, everything in a Python program is an object accessible from within your program, even the code you write.
第二,Python程序中的所有东西都是可以从程序访问的对象,即使是您编写的代码也不例外。
But as a result, the buffer is never released because it is always reachable by the program (unless the LeakyChecksum object is garbage collected).
但是结果是,缓冲区永远不会被释放,因为它对程序来说总是可及的(除非leakychecksum对象被垃圾收集了)。
Here is a simple monkeyrunner program that connects to a device, creating a MonkeyDevice object.
以下为一个简单的monkeyrunner程序,它将会连接到一个设备,创建一个MonkeyDevice对象。
Here is a simple monkeyrunner program that connects to a device, creating a MonkeyDevice object.
以下为一个简单的monkeyrunner程序,它将会连接到一个设备,创建一个MonkeyDevice对象。
应用推荐