• Clustering is the process of grouping the physical or the abstract object set into classes or clusters.

    所谓聚类就是物理抽象对象集合划分成为由类似对象组成的多个过程

    youdao

  • It should be noted that the option object itself is an abstract object and is only used to define properties for other objects to inherit.

    应当注意option对象本身一个抽象对象,用于定义其他对象继承属性

    youdao

  • In analogy to algebraic data type theory, this paper proposed the mathematical model of objects, object types and abstract object types.

    类似代数数据类型理论本文提出对象对象类型抽象对象类型代数模型

    youdao

  • The fundamental beauty of object-oriented design lies in its ability to model real-world domain entities and their respective behavior as abstract objects.

    面向对象设计根本魅力在于能够真实世界领域中的实体各自行为建模抽象的对象。

    youdao

  • An abstract object-oriented model for power network topology is built up and an automatic generation method of primary topology is introduced, which applies the model and system vector coordinates.

    提出一种面向对象抽象电力网络拓扑模型并用此模型实现了用系统矢量图的坐标关系自动生成原始拓扑的方法

    youdao

  • Use a Data Access Object (DAO) to abstract and encapsulate all access to the data source.

    使用数据访问对象抽象封装对数据源所有访问。

    youdao

  • But in an application virtualization environment, the object code is interpreted within an abstract machine to provide the execution.

    但是应用程序虚拟化环境中对象代码在一个抽象机器经过解译以便执行。

    youdao

  • Because the requirements will differ according to context, the advice to set up the worker object is best contained in each sub-aspect rather than in the abstract base aspect.

    因为要求根据上下文而不同,所以设置工人对象建议最好包含每个方面中,不是在抽象方面中。

    youdao

  • By breadth, I mean the features that were beyond the scope of this article, such as abstract classes, interfaces, the iterator interface, reflection, exceptions, and object cloning.

    广度超出本文范围那些特性比如抽象接口迭代接口反射异常对象复制

    youdao

  • There are three types of object classes: abstract, structural, and auxiliary.

    对象三种类型抽象结构性辅助性

    youdao

  • The first level consists of the performance object, which is a unit that can model a physical device or abstract component in a system.

    一级包括性能对象可以物理设备建模或者抽象系统组件单元

    youdao

  • The business object editor has a new option to mark an business object as abstract.

    业务对象编辑器现在有业务对象标记抽象业务对象的选项

    youdao

  • A close up of an object such as this feather against a pillow makes for a nice abstract piece of art.

    枕头映衬下,羽毛的特写足以构成幅很棒抽象艺术作品

    youdao

  • It is very difficult to observe any abstract negativity, abstract emotion, divorced from the external object which originally caused it to arise.

    因此观察抽象负面情绪、抽象的情绪很难的事,必须先外在的情境中脱离出来。

    youdao

  • But these are still the object of sense, although the sensible is abstract and idealised.

    数学上抽象还是感性东西虽然没有特定存在的抽象的感性东西。

    youdao

  • The general or abstract idea of beauty is thus a radically different kind of thing than an individual beautiful object.

    于是,美的普遍抽象理念和美丽个体有着根本区别

    youdao

  • We'll discuss overriding abstract and concrete members in detail in Chapter 6, Advanced Object-Oriented Programming in Scala.

    我们第6-Scala高级面向对象编程详细讨论重写抽象具体成员

    youdao

  • We’ll discuss abstract types in more detail in Chapter 5, Basic Object-Oriented Programming in Scala.

    我们第5Scala基础面向对象编程详细讨论抽象类型

    youdao

  • In this case we do not define an instance variable in the injectee, but an abstract method returning the required object. The method may be public or protected

    这个例子中我们没有在被注入者定义实例变量而是定义了一个返回所需对象抽象方法

    youdao

  • Figure 19 shows an abstract business object (AbstractBO) before and after you select a concrete type (ExtensionBO).

    19显示了选择具体类型(ExtensionBO)之前之后抽象业务对象(AbstractBO)。

    youdao

  • Now, any attempt to instantiate an object of type Configuration results in an error because the class is considered abstract and incomplete.

    现在所有要将configuration类型对象实例化的尝试都会出错因为系统认为该类抽象并且不完整

    youdao

  • At this point, you may be tempted to go one step further and replace the factory method with a full-fledged abstract factory object, as detailed in Design Patterns by Erich Gamma, et al.

    此时可能更进一步并用成熟抽象工厂对象替换工厂方法ErichGamma等人设计模式详细描述的那样。

    youdao

  • Knowing this, you can note that the top object class is abstract, which means it only exists so that other object classes can extend it.

    了解了这点注意top对象抽象的,意味着的存在只是为了其他对象能够扩展它。

    youdao

  • The key advantage here is that the same object code can be executed on any hardware platform that supports the abstract machine (the interpreter).

    这里主要优势在于可以支持抽象机器(interpreter)的任何硬件平台执行同样对象代码

    youdao

  • Typically this is implemented by having an abstract class that has a static create method that returns a concrete object implementing the abstract class.

    这种模式的典型实现方式创建抽象,其中具有静态方法create,这个方法返回的是实现了这个抽象类的一个具体对象

    youdao

  • Because you have defined this extension to be invoked when the transformation is processing a UML class, you can safely type the target object to an Abstract Syntax Tree (AST) TypeDeclaration object.

    因为转换处理UM l时,已经定义调用扩展,所以您可以安全地AbstractSyntaxTree (ast)TypeDeclaration对象输入目标对象。

    youdao

  • Our abstract action class will need to change to get the User object that WebSphere Portal maintains.

    我们抽象操作需要改成获取WebSpherePortal维护User对象

    youdao

  • The top level object is the Order, an abstract class that is inherited by FoodOrder and BoxOrder.

    顶层对象Order,是FoodOrderBoxOrder继承一个抽象

    youdao

  • The findResourcesByQuery method is passed an abstract representation of the query in the form of a com.ibm.websphere.query.base.Query object.

    以 com.ibm.websphere.query.base.Query 对象形式,向 findResourcesByQuery方法传递查询抽象表示

    youdao

  • You open the file by calling the in function of the DL_Dxf object and passing a pointer to a class that inherits from the DL_CreationAdapter abstract class.

    通过调用 DL_Dxf对象in函数并将指针传递给一个继承 DL_CreationAdapter抽象打开文件

    youdao

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

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

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