It has offered a new method to build modular object-oriented model to protocol.
给出了建立网络协议的模块化面向对象模型的一个方法。
At last UML was used to build an object-oriented model of a version management system.
最后使用UML建立了一个版本管理系统的面向对象模型。
A methodology of this type business rule-driven object-oriented model is also proposed.
提出了此类业务规则驱动的面向对象建模方法。
A constraint is a restriction on one or more values of an object-oriented model or system.
一个约束就是对一个面向对象模型或者系统的一个或者一些值的限制。
The object-oriented model defines a system as a collection of sets of interacting active and passive objects.
面向对象的模型将系统定义为一组交互的主动和被动对象的集合。
Supported by DAMS, it can be according to object-oriented model to modeling of the data, and the persistent is finished by DAMS.
在DAMS的支持下,上层应用模块可以按照面向对象模型对数据建模,对象数据的持久化由DAMS完成。
Then base on the object-oriented theory of software engineering & PDM theory, one object-oriented model of LED lamp is presented.
然后根据面向对象的思想和产品数据库管理理论,提出了面向对象的LED灯具建模解决方案。
The object-oriented model includes many of the concepts of the entity-relationship model, but represents executable code as well as data.
物件定向的模型含实质- 联系的模型许多观念,但是表现可运行的码和数据。
Through topic granularity and topic type specialization, DITA brings the following benefits of the object-oriented model to information sets.
通过主题粒度和主题类型专门化,DITA为信息集带来了面向对象模型的以下优点。
As a result, developers often find their code departing from the object-oriented model and diving instead into a procedural programming style.
因此,开发人员常常发现他们的代码偏离了面向对象模型的轨道,反而陷入了过程编程模型的泥潭。
The Semantic Web in Linked Data format is a perfect way to represent knowledge on the Web because the object-oriented model is simple to understand.
Linkeddata格式的语义Web是在Web上呈现知识的理想方式,原因是面向对象的模型很容易理解。
Expert system of transformer fault diagnosis based on knowledge base is posed and general structure of system and object-oriented model are discussed in the paper.
提出了基于知识库的变压器故障诊断专家系统。文中给出系统总体结构模型和面向对象模型。
I don't like WSDL that much, because it offers an almost object-oriented model of a Web service with operations, interfaces, etc., which doesn't fit well with SOAP.
我不太喜欢WSDL,因为它提供了一个几乎是面向对象的WebService模型,包含操作、接口等等,它不太适合SOAP。
The mental picture presented in the previous paragraph describing Python's object-oriented model is actually a fairly good approximation of how Python actually works.
上一段描述Python的面向对象的模型图像是对Python的实际工作方式很好的模拟。
Firstly, the paper reviewed the study achievements on power system object-oriented modeling concisely. A new power system object-oriented model was founded subsequently.
首先对目前国内外取得的研究成果作了简要综述,随后提出了一种新的电力系统面向对象模型。
In this paper, borrowing some concepts from the object-oriented model, writers put forward the idea of semantic object model, and describe an integration architecture based on the model.
该文借鉴面向对象建模方法的思想,提出了语义对象模型的概念,并基于该模型描述了一个集成应用系统的体系结构。
In object-oriented model base management system, properties, method, data interface and metadata of model are encapsulated as model object. Model metadata are used to assist model management.
在面向对象的资源环境模型库管理系统中,模型的属性、方法、数据接口和元数据被封装为模型对象,模型元数据用于资源环境模型的辅助管理。
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.
提出了一种面向对象的抽象电力网络拓扑的模型,并用此模型实现了用系统矢量图的坐标关系自动生成原始拓扑的方法。
You can keep the code object oriented by encapsulating the actual model knowledge within the model itself.
您可以通过将实际的模型知识封装到模型中来保证代码是面向对象的。
When you apply OOP (object Oriented Programming) principles to the domain model, it gets the object flavor.
将面向对象的编程(OOP)原理应用到领域模型时,就与处理对象时有些类似。
Inheritance is an important feature in Object Oriented Programming, and UML provides a way to model it.
继承在面向对象编程中是一个重要的特性,UML为它的建模提供了方法。
The fundamental beauty of object-oriented design lies in its ability to model real-world domain entities and their respective behavior as abstract objects.
面向对象设计最根本的魅力在于,它能够将真实世界领域中的实体及各自的行为建模为抽象的对象。
Imparting transactional semantics to object-oriented components required an extension of the TPM model, in which transactions are instead defined in terms of invoking methods on transactional objects.
将事务性语义告知面向对象的组件要求对TPM模型进行扩展—在这个模型中事务是按照事务性对象的调用方法定义的。
In fact, many have used its object model to create surprisingly sophisticated, well-designed, object-oriented software.
事实上,很多人都使用过其对象模型创建过极为复杂、设计良好的面向对象软件。
The road to SOAP starts with RPC, which is an entirely different model from what you may be used to using if you've been doing object-oriented programming for a while.
SOAP之路以RPC开始,如果您一直在做面向对象编程,那么它是与您可能习惯使用的完全不同的模型。
UML diagrams allow you to model both object-oriented and non object-oriented elements such as modules.
UML图允许您建模面向对象和非面向对象的元素,如模块。
It is the model we look to for an understanding of object-oriented programming today.
它是我们今天理解面向对象编程的范例。
This article has focused on applying basic object-oriented principles to a domain model using Hibernate features.
本文主要关注使用Hibernate特性在领域模型上应用基本的面向对象原则。
A more expressive and reusable domain model can emerge when you transfer common object-oriented concepts such as inheritance and polymorphism to the database via a framework like Hibernate.
通过Hibernate等框架把继承和多态性等面向对象概念应用于数据库,就能够产生表现力和可重用性更强的领域模型。
A more expressive and reusable domain model can emerge when you transfer common object-oriented concepts such as inheritance and polymorphism to the database via a framework like Hibernate.
通过Hibernate等框架把继承和多态性等面向对象概念应用于数据库,就能够产生表现力和可重用性更强的领域模型。
应用推荐