The construction of learning-oriented class is an important way to establish a good atmosphere among classes, schools and the styles of learning.
建设学习型班级是创建优良班风、学风、校风,全面推进素质教育、构建和谐校园的重要途径。
In order to reduce ulteriorly retrieving range for spatial information query and to raise query speed, the retrieving technology oriented class objects in two lev…
为了便于缩小空间范围,快速地进行空间查询检索,引入了面向类对象的分级查询技术,有效地提高了空间查询的速度。
In discussing the response-based testing technologies, the C/S test pattern is put forward in the interact test of Object-Oriented class according to the C/S system idea.
在讨论基于响应的测试技术时,根据C/S系统的思想,本文提出了面向对象类之间交互测试的C/S测试模式。
We'll explore this class in greater detail in Chapter 5, Basic Object-Oriented Programming in Scala.
我们会在《第5章-Scala基础面向对象编程》中来探索这个类的更多细节。
The class and object can have the same name, as we will see in the section called "Companion Objects" in Chapter 6, Advanced Object-Oriented Programming in Scala.
类和object可以使用同样的名字,就像我们会在《第6章-Scala高级面向对象编程》的“伴随实体”章节中看到的那样。
But then there's the object-oriented interface concept, and every class has that object-oriented interface concept.
不过这有着面向对象的接口概念,而每个类都有面向对象的接口概念。
The use of the class as the primary means of abstraction is key to object-oriented framework design.
作为抽象的主要方法,类的使用在面向对象框架设计中是很关键的。
In an object-oriented system, a class is a collection of data and methods that operate on that data.
作为一个面向对象系统,类是以数据和对数据进行操作的方法的集合。
If you aren't familiar with the concepts of object-oriented programming, a class is simply a blueprint for building and interacting with a particular thing.
如果您对面向对象的编程的概念不太熟悉,那么可以将类想像成只是一个用于构建特殊事物并与之交互的蓝图。
For a good object-oriented approach, you will create a specific class to manage all the necessary status key values.
对于一个良好的面向对象的方法来说,您将创建一个特定的类来管理所有必要的状态键值。
However, from the standpoint of an object-oriented approach, data modeling is very similar to class modeling.
然而,从面向对象方法的角度来看,数据建模非常类似于类建模。
If you are familiar with the basics of object-oriented programming, you will know that when an object is instantiated, the class constructor function is automatically called.
如果您对面向对象编程语言基本原理比较熟悉,您就知道当一个对象被实例化时,类构造函数被自动调用。
The OOAD class focuses upon the technical details of developing object-oriented systems.
OOAD 课程关注于开发面向对象系统的技术细节。
It is also important that you understand basic object-oriented paradigms, such as inheritance, class, interface, and so on.
而且,理解基本的面向对象概念(如继承、类、接口等)也很重要。
The SignHandler class is oriented toward processing incoming and outgoing messages.
signhandler类是面向处理传入消息和传出消息的。
Object-Oriented is a kind of technology basing on the concept of object, class, instance and inheritance, etc. It deals with problems according to the connected objects.
面向对象是依据问题中涉及的对象来看问题,是一种基于对象、类、实例和继承等概念的技术。
To reuse object-oriented code, you extract the target code into another class, then use inheritance to access it.
要重用面向对象的代码,您要将目标代码提取(extract)到另一个类中,然后再用继承来访问它。
Business Object model (FS-BOM) provides use case definitions and an integrated class model of all financial services concepts to support requirements definition and business-oriented solution design.
业务对象模型(Business Object Model,FS - BOM)为所有金融服务概念提供用例定义和集成类模型,以支持需求定义和面向业务的解决方案设计。
These constructs support the object-oriented form of encapsulation, where only the essential public abstraction of a class or trait is exposed and implementation information is hidden from view.
这些结构支持面向对象式的封装,即本质上只有类或者Trait的公共抽象会被暴露出来,内部实现则被隐藏于视界之下。
Scala lets you nest class declarations, like many object-oriented languages.
Scala和许多面向对象语言一样,允许你嵌套声明类。
The object-oriented approach was convenient, but since calls for low-level Win32 functions are encapsulated by class, it is insufficient for learning about the essence of the Services.
面向对象的方法固然方便,但由于用类对底层Win32函数调用进行了封装,它不利于学习服务程序的基本知识。
We can extend the JRubyInterpreter class to avoid rewriting the JRuby-oriented code.
我们可以扩展JRubyInterpreter类来避免重写面向JRuby的代码。
I fear the the new object-oriented systems may suffer the fate of LISP, in that they can do many things, but the complexity of the class hierarchies may cause them to collapse under their own weight.
我担心新的面向对象系统会遭到LISP相似的命运。
IBM Research is also focusing on subject-oriented programming, which offers subjects — collections of classes or class fragments that have a unique "view" of a system.
IBMResearch还致力于面向主题(subject)的编程,它提供主题—具有唯一系统“视图”的类或类片段的集合。
This is where almost every object-oriented programming textbook starts: you have a Person class with fields like Name and Age.
这就是几乎每一个面向对象的编程教材开始的地方:您具有包含类似Name和 Age 字段的Person类。
The beautiful thing about Scala is that it's both functional and object-oriented, so you can keep a traditional eye on class design, even while you learn to enjoy Scala's functional types.
Scala的优点是它兼具函数性和面向对象特性,因此,您可以在享受Scala的函数类型的同时,继续像以前一样关注类设计。
It's reasonable to follow common object-oriented programming practices and have getters and setters in the public interface, but within a class you should always access fields directly.
通常根据面向对象语言的实践,在公共接口中使用Getters和Setters是有道理的,但在一个字段经常被访问的类中宜采用直接访问。
A simulation model of the three-phase rectifier is described, and a CSimulateBase class and a CRectifier class are designed by the means of Object-Oriented method.
该文描述了三相整流桥的一种仿真模型,并采用面向对象的方法建立了一个仿真基类和整流桥类。
Terracotta for Spring USES aspect-oriented technologies to adapt the application at class load time.
Terracotta forSpring使用aspect - oriented技术来在类载入时适配应用。
Terracotta for Spring USES aspect-oriented technologies to adapt the application at class load time.
Terracotta forSpring使用aspect - oriented技术来在类载入时适配应用。
应用推荐