In object-oriented programming, a message is the way that one program object requests an action from another object.
在面向对象编程中,消息是一个程序对象要求另一个对象完成一个动作的方法。
Extended program Object model (which is called EPOM) is a abstract model used to depict the syntax structure of a program.
可扩展程序对象模型(EPOM)是用来具体刻画程序语法结构的一种抽象模型。
EPOM (extended program object model) is an abstract model used to characterize advanced language program. We can distill all kinds of information of program using EPOM.
可扩展程序对象模型是一种用来刻画高级语言程序的抽象模型,利用该模型可以很方便地抽取出程序中各式各样的信息。
These are tools that the oo designer puts to use in order to structure the analysis, the design, and the implementation, but they aren't central to what makes an oo program object-oriented.
这些是OO设计人员用来构成分析、设计和实现的工具,但它们并不是使程序面向对象的主要部分。
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.
委托对象或者说委托方法是一个简单且功能强大的模式,在此模式中,程序中的一个对象,其行为代表另一对象,或与其一致。
I saw another example of confusion over object life cycle in a chat program.
我曾在一个聊天程序中看到过另一个受惑于对象生命周期的例子。
A data queue object is used to send data from one program to another.
一个数据队列对象用于将数据从一个程序发送到另一个程序。
This can occur if the program ends prior to the garbage collector freeing the 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.
获取对象后,您的程序可与在远程客户端模式下相同的方式使用它的方法。
If you are not careful, this can be the lifetime of your program — such as when you place an object in a global collection.
如果不小心,那么它可能就与程序的生命周期一样——如果将一个对象放入一个全局集合中的话。
At run time, a factory object can generate a connection, locate the CICS server, and invoke the CICS program at the server.
在运行时,工厂对象可以生成连接、定位CICS服务器和激活服务器上的CICS程序。
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.
在华盛顿的美国宇航局总部的近地天体计划负责人林德利-约翰逊说,如果一颗足球场大小的小行星撞上了地球,其威力可以毁灭一座大型城市。
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程序中的每一个实体必须是一个真的对象,但是某些值比如整数型是直接存储的。
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对象被垃圾收集了)。
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对象被垃圾收集了)。
应用推荐