• In object-oriented programming, a message is the way that one program object requests an action from another object.

    面向对象编程中,消息程序对象要求个对象完成一个动作方法

    youdao

  • Extended program Object model (which is called EPOM) is a abstract model used to depict the syntax structure of a program.

    可扩展程序对象模型(EPOM)用来具体刻画程序语法结构一种抽象模型。

    youdao

  • 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.

    扩展程序对象模型一种用来刻画高级语言程序抽象模型,利用该模型可以很方便地抽取出程序中各式各样信息

    youdao

  • 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设计人员用来构成分析设计实现工具它们不是使程序面向对象的主要部分。

    youdao

  • However, this definition does not create a new named object in the program and topic namespaces.

    然而这个定义不会程序主题名称空间里创建新的命名对象

    youdao

  • Essentially, type safety means that a program cannot perform an operation on an object unless that operation is valid for that object.

    本质上类型安全性意味着除非程序操作对于类型合法的,否则就无法对象执行操作。

    youdao

  • 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.

    委托对象或者说委托方法简单功能强大模式此模式程序中的对象,其行为代表另一对象,与其一致。

    youdao

  • 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.

    当发生任何需要通知给程序事件时,平台将调用这个消息处理对象的消息处理功能

    youdao

  • First, the program retrieves a queue connection factory by looking up the context object with a queue connection factory name.

    首先这个程序通过查找上下文对象获得一个指定名称队列连接工厂

    youdao

  • The changes become effective only when the object is looked up in JNDI, which typically occurs once, when the program initializes.

    JNDI中查找对象更改有效通常程序初始化才出现一次

    youdao

  • This program demonstrates a basic memory leaking operation involving an unbounded growth in a cache object.

    程序演示基本内存泄漏操作涉及缓存对象中的无限增长

    youdao

  • Once the object is obtained, your program can use its methods in the same way as it does in the remote client mode.

    获取对象程序远程客户端模式下相同方式使用方法

    youdao

  • At run time, a factory object can generate a connection, locate the CICS server, and invoke the CICS program at the server.

    运行工厂对象可以生成连接定位CICS服务器激活服务器CICS程序

    youdao

  • 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.

    华盛顿美国宇航局总部天体计划负责人林德利-约翰逊,如果足球场大小的小行星撞上了地球,其威力可以毁灭大型城市

    youdao

  • This means that all different instances of an object are created during the program initialization phase and reused and referenced later on.

    意味着对象所有不同实例程序初始化阶段创建,将随后重用引用

    youdao

  • The typical solution to a race condition is to ensure that your program has exclusive rights to something while it's manipulating it, such as a file, device, object, or variable.

    竞争条件典型解决方案确保程序使用某个资源(比如文件设备对象或者变量拥有自己的专有权

    youdao

  • 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对象程序内存复制显示内存;您只要更改视频指针,显示就会发生更改。

    youdao

  • 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解释器中的表示

    youdao

  • 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程序中的实体必须一个真的对象但是某些比如整数型直接存储的。

    youdao

  • 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提取关键字打上标签。

    youdao

  • 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应用包,运行其中一个活动向其发送按键事件。

    youdao

  • 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对象一个实例

    youdao

  • Even a simple Hello World program contains a vast array of details when it reaches the object file stage.

    目标文件阶段,即使是一个简单Hello World程序,其中也包含大量细节信息

    youdao

  • It returns a connection object you can use throughout your PHP program. The following code shows an example.

    返回一个可以在整个php程序使用连接对象

    youdao

  • 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对象的程序

    youdao

  • Second, everything in a Python program is an object accessible from within your program, even the code you write.

    第二Python程序中的所有东西都可以程序访问对象即使编写代码也不例外。

    youdao

  • After the program control exits the subscope, the instance of the MyClass object is garbage collected, because there are no references to that instance of the MyClass object outside that subscope.

    程序控制退出子范围MyClass对象实例作为垃圾被收集因为子范围外面没有 MyClass 对象实例任何引用

    youdao

  • 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对象垃圾收集了)。

    youdao

  • Here is a simple monkeyrunner program that connects to a device, creating a MonkeyDevice object.

    以下简单monkeyrunner程序,它将会连接一个设备创建一个MonkeyDevice对象

    youdao

  • Here is a simple monkeyrunner program that connects to a device, creating a MonkeyDevice object.

    以下简单monkeyrunner程序,它将会连接一个设备创建一个MonkeyDevice对象

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定