网站首页  词典首页

请输入您要查询的英文单词:

 

单词 abstract class
释义

abstract class

  • 网络抽象类;抽象类别;抽象体
1.
抽象类
抽象类:如果一个类中至少有一个纯虚函数,那么这个类被成为抽象类abstract class)。抽象类中不仅包括纯虚函数,也可 …
hi.baidu.com
2.
抽象类别
表示抽象类别 (Abstract Class),所有遮罩产生器演算法 (Mask Generator Algorithm) 必须从它衍生。MD5 表示抽象类别 (Abstra…
msdn.microsoft.com
3.
抽象体
接口应有两类:第一类是对一个体的抽象,它可对应为一个抽象体(abstract class);第二类是对一个体某一方面的抽象,即形成 …
baike.baidu.com
4.
抽象類别
并不是抽象類别(abstract class)而是介面(interface)。
thuir.thu.edu.tw
5.
抽像类别
  关於抽像类别(abstract class)在「物件设计」一节中,曾经提及它的性质,在这节中将看看C 是如何表示一个抽像类别。
www.dk101.com

例句

释义:
1.
Used to describe a class which implements the behaviour defined by an abstract class.
用来描述一个实现了由抽象类定义的行为的类。
bbs.bjgamecollege.cn
2.
The purpose of an abstract class is to provide a common definition of a base class that multiple derived classes can share.
抽象类的用途是提供多个派生类可共享的基类的公共定义。
msdn2.microsoft.com
3.
Do provide at least one concrete type that inherits from each abstract class that you ship.
对于您提供的每个抽象类,至少应提供一个具体的继承类型。
msdn2.microsoft.com
4.
Members marked as abstract, or included in an abstract class, must be implemented by classes that derive from the abstract class.
标记为抽象或包含在抽象类中的成员必须通过从抽象类派生的类来实现。
msdn2.microsoft.com
5.
Is an abstract class, designed to be extended by JSP engine vendors to provide implementation-specific types.
是一个抽象类,设计用来供JSP引擎供应商加以扩展以提供特定于实现的类型。
www-128.ibm.com
6.
an abstract class , will contain all of the methods that you could conceivably implement in your connector.
是一个抽象类,包含在连接器中可能要实现的所有方法。
www.ichacha.net
7.
Allows specific implementations of this abstract class to be instantiated.
允许实例化此抽象类的特定实现。
msdn2.microsoft.com
8.
ValidationRule is an abstract class for a rule engine used to validate and format ViewController field content.
ValidationRule是规则引擎的抽象类,用来验证并格式化ViewController字段内容。
www.ibm.com
9.
Cannot create an instance of an abstract class or this member was invoked with a late-binding mechanism.
无法创建抽象类的实例或者用后期绑定机制调用了该成员。
msdn2.microsoft.com
10.
If a virtual method is declared abstract, it is still virtual to any class inheriting from the abstract class.
如果将虚方法声明为抽象方法,则它对于从抽象类继承的所有类而言仍然是虚的。
msdn2.microsoft.com
1.
Allows specific implementations of this abstract class to be created.
允许创建此抽象类的特定实现。
msdn2.microsoft.com
2.
Binding is now an abstract class representing a binding between two Property instances (typically associated with two objects).
Binding目前已经成为一个表示两个Property实例之间绑定关系的抽象类(通常关联着两个对象)。
www.infoq.com
3.
In the later framework, MD5 is defined as an abstract class which can be extended, but its implementation is not trivial.
在Silverlight2的框架中,MD5被定义为抽象类,可对其进行扩展,但实现起来非常繁琐。
www.infoq.com
4.
The XmlResolver is an abstract class that resolves external XML resources that have been named by a URI.
XmlResolver是一个抽象类,解析已由URI命名的外部XML资源。
technet.microsoft.com
5.
You can declare standard and abstract methods in an abstract class, as shown in Listing 5.
可以在抽象类中声明标准和抽象方法,如清单5所示。
www.ibm.com
6.
Abstract class is parsed and a design-time version of the control is created on the design surface.
抽象类派生的控件的标记源代码进行分析,并在设计图面上创建控件的设计时版本。
msdn2.microsoft.com
7.
Class is an abstract class used as the base class for provider-specific exception class implementations.
类是一个抽象类,用作提供程序特定的异常类实现的基类。
msdn2.microsoft.com
8.
Hibernate returns a collection of the matching heterogeneous concrete subclasses automatically when an abstract class is queried.
当查询抽象类时,Hibernate会自动返回一个集合,由匹配的具体异构子类构成。
www-128.ibm.com
9.
By extending the abstract class org. restlet. Filter and attaching it to an existing router, it's possible to intercept calls to routers.
通过扩展抽象类org.restlet.Filter并将其附加到一个现有路由器,可以侦听对路由器的调用。
www.ibm.com
10.
This abstract class models the addresses in a message. Subclasses provide specific implementations.
该抽象类模拟消息中的地址,子类提供具体的实现。
www.51goushu.com
1.
I could just add default implementations to the abstract class as shown in Figure 5 .
像代码5这样,我可以仅仅向抽象类中添加一些默认的实现。
www.cnblogs.com
2.
This abstract class requires filters to be organized in a linear chain.
这个抽象类要求把过滤器组织为线性链。
www-128.ibm.com
3.
Class is an abstract class that cannot be instantiated.
类是一个不能进行实例化的抽象类。
msdn2.microsoft.com
4.
The class of the object must be structural ; you cannot instantiate an abstract class .
对象的类别必须是有结构的;您不能范例化一个抽象类别。
www.bing.com
5.
An abstract class that our Action classes extend has also been created, to hold common code needed for all our Action class implementations.
操作类继承的抽象类也已被创建以保存所有的操作类实现所需的共同代码。
www.ibm.com
6.
Layer A Layer is an abstract class representing a visual element of a game.
Layer是一个抽象类,它用于描述一个基本的游戏可视单位。
code173.com
7.
Class is an abstract class and cannot be instantiated.
类是一个抽象类,不能进行实例化。
msdn2.microsoft.com
8.
A child class that extends an abstract class must implement all abstract methods in its parent or itself be declared abstract.
继承抽象类的子类必须实现在其父类或自身中声明为抽象的所有抽象方法。
www.ibm.com
9.
The same could have been accomplished by adding a special abstract class with empty callbacks.
通过添加带有空回调的特定抽象类同样可以完成该操作。
www.ibm.com
10.
An abstract class is a class which may have the usual flavors of class members (private, protected, etc. ), but has some abstract methods.
抽象类是一个可以包括通常类成员(私有,保护,等)的类,但有一些抽象方法。
blog.163.com
1.
An extender control is a Web server control that inherits the ExtenderControl abstract class in the System. Web. UI namespace.
扩展程序控件是继承了System.Web.UI命名空间中的ExtenderControl抽象类的Web服务器控件。
msdn2.microsoft.com
2.
Abstract class defines the common set of properties that all mask descriptors must implement.
抽象类定义一组通用属性,所有掩码说明符都必须实现这些属性。
msdn2.microsoft.com
3.
An instance of an abstract class cannot be created.
不能创建抽象类的实例。
msdn2.microsoft.com
4.
Class is an abstract class that represents a directory partition in a domain.
类是一个抽象类,表示域中的一个目录分区。
msdn2.microsoft.com
5.
The abstract class is the base class in an inheritance relationship with another class.
抽象类是与另一个类有关的继承关系中的基类。
msdn2.microsoft.com
6.
Represents the abstract class from which all implementations of Hash-based Message Authentication Code (HMAC) must derive.
表示基于哈希的消息验证代码(HMAC)的所有实现必须从中派生的抽象类。
msdn2.microsoft.com
7.
This syntactical decision gives you a degree of flexibility in the implementation of abstract-class derivatives.
这种句法决策使您在抽象类继承的实现方面有一定的灵活性。
www.ibm.com
8.
Class is an abstract class used as a base for request and response elements.
类是抽象类,用作请求元素和响应元素的基础。
msdn2.microsoft.com
9.
Just as in the Person mapping file in Listing 2, in Listing 9 we map the abstract class (Right) and all its attributes.
正如清单2所示的Person映射文件,在清单9中,我们映射了抽象类(Right)及其所有属性。
www.ibm.com
10.
An abstract class need not declare public constructor, consider declaring it as package access or protected.
一个抽象类不需要声明公有构造体,考虑将它作为包获取或保护来声明。
blog.csdn.net
1.
For this reason, it cannot also be an abstract class.
因此,它也不能是抽象类。
msdn2.microsoft.com
2.
Do choose carefully between an abstract class and an interface when designing an abstraction.
在设计抽象时,则要在抽象类与接口之间谨慎选择。
msdn2.microsoft.com
3.
Abstract class defines a reference to a member of the multicast group.
抽象类定义了对多播组成员的引用。
www-128.ibm.com
4.
The two mechanisms of abstract class and interface are supported for the abstract class in JAVA language.
抽象类和接口是Java语言中支持抽象类的两种机制,是Java程序设计使用多态性的基础。
lib.cqvip.com
5.
The abstract class java. security. Policy is used to represent a security policy for an application.
抽象类java.security.Policy被用于表示应用程序的安全性策略。
www.ibm.com
6.
This abstract class provides methods and properties that are common to authenticated streams.
此抽象类提供经过身份验证的流所共有的方法和属性。
msdn2.microsoft.com
7.
Class is an abstract class that represents an Active Directory server or ADAM instance.
类是一个表示ActiveDirectory服务器或ADAM实例的抽象类。
msdn2.microsoft.com
8.
This abstract class is provided as the base class for all cryptographic random number generators.
此抽象类作为所有加密随机数生成器的基类提供。
msdn2.microsoft.com
9.
This indicates that the BankAccount class is an abstract class and the withdrawal method is an abstract operation.
这表示,BankAccount类是一个抽象类,而withdrawal方法是抽象的操作。
www-128.ibm.com
10.
Classes derived from the abstract class must implement the pure virtual member function or they, too, are abstract classes.
由抽象类别衍生出来的类别必须实作纯虚拟成员函式,否则它们也是抽象类别。
msdn.microsoft.com
1.
In this example, two classes, Cube and Square, implement an abstract class, Shape, and override its abstract Area property.
在此例中,Cube和Square这两个类实现抽象类Shape,并重写它的抽象Area属性。
msdn2.microsoft.com
2.
abstract class that when implemented represents security token parameters.
表示安全对话安全令牌的参数。
technet.microsoft.com
3.
These are the respective implementations of each abstract class and interface in the message queue framework interface package.
它们分别是消息队列框架接口包中每个抽象类和接口的实现。
www-128.ibm.com
4.
The following table lists members of the ExtenderControl abstract class that you must implement in an extender control.
下表列出了必须在扩展程序控件中实现的ExtenderControl抽象类的成员。
msdn2.microsoft.com
5.
The Quantification abstract class is a special case, in a way.
在某种程度上,Quantification抽象类是个特殊的例子。
www.ibm.com
6.
Class is an abstract class from which concrete text-based controls are derived.
基类是一个抽象类,基于文本的具体控件都从该类派生。
msdn2.microsoft.com
7.
Represents the abstract class from which all implementations of keyed hash algorithms must derive.
显示所有加密哈希算法实现均必须从中派生的抽象类。
msdn2.microsoft.com
8.
If anyone tries to make an object of an abstract class, the complier prevents them.
如果有人想要创建一个抽象类的对象,编译器就会阻止它。
www.douban.com
9.
Abstract class and overrides its members with implementations specific to the data store.
抽象类并使用特定于数据存储区的实现重写其成员。
msdn2.microsoft.com
10.
This practice helps library designers locate problems or oversights in the abstract class design.
这样有助于库设计者在设计抽象类时找到问题所在。
msdn2.microsoft.com
1.
Derived classes of the abstract class must implement all abstract methods.
抽象类的派生类必须实现所有抽象方法。
msdn2.microsoft.com
2.
The TemplateControl class is an abstract class that provides common properties and methods for the Page class and the UserControl class.
TemplateControl类是一个抽象类,它为Page类和UserControl类提供通用属性和方法。
msdn2.microsoft.com
3.
Is an abstract class that contains common behavior for the.
类的通用行为的抽象类。
msdn2.microsoft.com
4.
Figure 3 presents the SQL Model table objects, where Table is an abstract class and can have one to many columns.
图3显示了SQLModel表对象,其中Table是一个抽象类,它可以有1到多个列,或者0到多个用户定义类型。
www.ibm.com
5.
Response is an abstract class that represents an HTTP response.
Response是个抽象类,代表了HTTP响应。
www.infoq.com
6.
To implement this, you extend this abstract class and supply code to create your database in its onCreate method.
要完成这一操作,您需要扩展这个抽象类并提供代码通过使用onCreate方法创建您的数据库。
www.ibm.com
7.
Class is an abstract class to construct or manipulate a DSML document.
类是构造或操作DSML文档的抽象类。
msdn2.microsoft.com
8.
The generated delegation class is a concrete class instead of an abstract class.
生成的委托类是具体类而不是抽象类。
errorfun.blogchina.com
9.
Class is an abstract class that identifies the target to connect to.
类是标识要连接到的目标的抽象类。
msdn2.microsoft.com
10.
Extends design-time behavior for controls that implement the Part abstract class.
扩展实现Part抽象类的控件的设计时行为。
msdn2.microsoft.com
1.
An abstract class must provide implementation for all interface members.
抽象类必须为所有接口成员提供实现。
msdn2.microsoft.com
2.
It provides an abstract class which must be subclassed to create portlets.
它提供了抽象子类来创建portlet。
www.ibm.com
3.
This is an abstract class that cannot be instantiated.
这是一个不能进行实例化的抽象类。
msdn2.microsoft.com
4.
The javax. security. auth. Policy abstract class is used to represent the JAAS security policy.
Policy抽象类被用于表示JAAS安全性策略。
www.ibm.com
5.
In its main, indexer contains an abstract class called GenericIndexer.
从大体上说,indexer包含一个被称为GenericIndexer的抽象类。
www.ibm.com
6.
Based on integrity, we discuss the change of the cluster order after induct adding information and abstract class.
基于完整性考虑,还讨论了加入附加信息的重要作用以及引入附加信息和抽象类后,测试次序的变化。
word.hcbus.com
7.
Class is an abstract class inherited by the.
类继承而来的抽象类。
msdn2.microsoft.com
8.
Notice that an abstract class is denoted by italicized text, as are abstract methods.
注意,抽象类和抽象方法用斜体表示。
www.ibm.com
9.
For those familiar with java, this is the difference between an interface and an abstract class, a nuance I don't yet fully appreciate.
对于那些熟悉爪哇,这是区别界面和一个抽象类,一个细微的我还没充分欣赏。
blog.sina.com.cn
10.
The abstract class ColorModel has the API to translate between color components and primitive red, green, blue, and alpha components.
ColorModel抽象类具有能在颜色组件和基本的红、绿、蓝以及alpha组件之间进行转换的API。
www.ibm.com
1.
An abstract class that represents the location where index files are stored.
表示索引文件存储位置的抽象类。
www.ibm.com
2.
You cannot create an instance of an abstract class.
无法创建抽象类的实例。
msdn2.microsoft.com
3.
In this way, an abstract class can force derived classes to provide new method implementations for virtual methods.
在此情况下,抽象类可以强制派生类为虚方法提供新的方法实现。
msdn2.microsoft.com
4.
An abstract class is good as well.
抽象类的方式也很好。
www.bing.com
5.
The abstract class contains abstract members.
抽象类包含抽象成员。
msdn2.microsoft.com
6.
To simplify coding, I have provided an abstract class DefaultMoverImpl, available through the source repository (see Resources).
要简化编码,我已经提供了一个抽象类DefaultMoverImpl,可以在源码库中找到这个类(请参阅参考资料)。
www.ibm.com
7.
A non-abstract class derived from an abstract class must include actual implementations of all inherited abstract methods and accessors.
衍生自抽象类别的非抽象类别必须包含所有继承抽象方法和存取子的实作。
technet.microsoft.com
8.
Value that indicates whether this is an instrumented event, instance, or abstract class.
值,该值指示这是检测事件、实例还是抽象类。
msdn2.microsoft.com
9.
Food Order is another abstract class inherited by the three food types actual order classes: Doughnut, Pasty, and IcedBun.
而FoodOrder则是由这三种食品类型实际订单类(Doughnut、Pasty和IcedBun)继承的另一个抽象类。
www.ibm.com
10.
In fact, an abstract class gives you more flexibility when it comes to evolution.
实际上,抽象类在具体实现时提供了更好的灵活性。
www.bing.com
1.
Abstract class for all facets that are used when simple types are derived by restriction.
当简单类型由限制派生时,使用所有方面的抽象类。
msdn2.microsoft.com
2.
Abstract class for defining numeric facets.
用于定义numeric方面的抽象类。
msdn2.microsoft.com
3.
For your convenience, PDE has an abstract class, OptionTemplateSection, that can save you a lot of time.
为方便起见,PDE提供了一个抽象类OptionTemplateSection,使用它可以为您节省大量时间。
www.ibm.com
4.
Things get a little trickier when we query an abstract class.
当我们查询抽象类时,事情变得有些复杂。
www-128.ibm.com
5.
This abstract class is the base class for all Joomla! data access objects.
所有数据访问类的抽象基类。
blog.sina.com.cn
6.
Abstract class for simple type content classes.
简单类型内容类的抽象类。
msdn2.microsoft.com
7.
A ListEditor is an abstract class that represents a list of data.
ListEditor是一个抽象类,表示一个数据列表。
www.ibm.com
8.
We' ve examined the long-running task framework and seen how to create new tasks based on its abstract class.
我们已经检查了长时间运行任务框架,并且看到怎样通过从创建一个基于它的抽象类的任务。
www.lupaworld.com
9.
CodeDomDesignerLoader is an abstract class that provides a full designer loader based on the Code Document Object Model (CodeDOM).
CodeDomDesignerLoader是一个抽象类,它提供基于代码文档对象模型(CodeDOM)的完整设计器加载程序。
msdn2.microsoft.com
10.
Class, which forms the abstract class for all other streams.
类来表示,该类构成了所有其他流的抽象类。
msdn2.microsoft.com
1.
Although Package itself is an abstract class, the ZipPackage derived class is used as default by the Open method.
虽然Package本身为抽象类,但ZipPackage派生类由Open方法使用为默认值。
msdn2.microsoft.com
2.
Think and dont't implement it, like define an abstract class.
思考它而不去实现它,就像定义一个抽象类一样。
alee.blog.phpchina.com
3.
Contains a procedure that demonstrates how to use the Class Designer to implement an abstract class.
包含如何使用类设计器实现抽象类的演示过程。
msdn2.microsoft.com
4.
You can use Class Designer to implement an abstract class.
您可以使用类设计器实现抽象类。
msdn2.microsoft.com
5.
In this case, you can modify just the abstract class and the code will compile.
在这种情况下,您仅需修改抽象类,代码将完成编译。
www.ibm.com
6.
An abstract class for XmlSchemaAll, XmlSchemaChoice, or XmlSchemaSequence.
XmlSchemaAll,XmlSchemaChoice的一个抽象类,或XmlSchemaSequence。
msdn2.microsoft.com
7.
Create an abstract class named BP3Form by extending org. apache. struts. action. ActionForm.
通过扩展org.apache.struts.action.ActionForm创建一个名为BP3Form的抽象类。
www.ibm.com
8.
The WebRequest class is an abstract class.
WebRequest类是一个abstract类。
msdn2.microsoft.com
9.
Abstract class for that is the base class for all particle types (e. G. XmlSchemaAny).
所有粒子类型的基类(例如,XmlSchemaAny)的抽象类。
msdn2.microsoft.com
10.
This is an abstract class that can only be inherited.
这是一个只能被继承的抽象类。
msdn2.microsoft.com
1.
An abstract class for schema content.
架构内容的抽象类。
msdn2.microsoft.com
2.
A PackagePart ( "part" ) is the abstract class that represents an object that is stored in a Package.
PackagePart(“部件”)是一个抽象类,表示Package中存储的对象。
msdn2.microsoft.com
3.
Does nothing, because this is an abstract class.
不做任何事,因为这是一个抽象类。
blog.sina.com.cn
4.
Explains how to use the Class Designer to implement an Abstract Class.
介绍如何使用类设计器实现抽象类。
technet.microsoft.com
5.
How to: Implement an Abstract Class (Class Designer).
如何:实现抽象类(类设计器)。
technet.microsoft.com
6.
Node is an abstract class that is the base class of all graphical objects in JavaFX.
Node是一个抽象类,是JavaFX中所有图形对象的基类。
www.ibm.com
7.
That is, no special distinction is made via separate definitions among concepts such as class, abstract class, and an interface.
即没有通过独立的定义对概念进行区分,比如类、抽象类和接口。
www.ibm.com
8.
The XmlResolver class is an abstract class that resolves XML resources such as entities, import or export elements, and so on.
XmlResolver类是一个抽象类,用于解析实体、导入或导出元素等XML资源。
msdn2.microsoft.com
9.
Suppose you have an abstract class Vehicle, defined as follows in Listing 5.
假设您有一个名为Vehicle的抽象类,其定义如清单5所示。
www.ibm.com
10.
In the preceding example, if you attempt to instantiate the abstract class by using a statement like this
在上面的示例中,如果试图通过使用下面的语句将抽象类实例化
msdn2.microsoft.com
1.
Abstract class serves as a base class for components that provide design-time support for controls that are derived from the
抽象类用作组件的基类,该组件在设计器宿主中为
msdn2.microsoft.com
2.
In the Java 2 platform security architecture, all access permissions are typed and arranged in a hierarchy rooted at the abstract class
在Java2平台安全体系结构中,所有访问权限都是类型化的并且有层次结构,其根是抽象类
www-128.ibm.com
3.
Convert Abstract Class to Interface Encapsulate Field Make Method Static (Shared)
使方法为静态(共享)
www.cnblogs.com
4.
Class is an abstract class used as the base class for all
类是一个抽象类,用作所有
msdn2.microsoft.com
5.
Class is used to draw lines and curves, while classes derived from the abstract class
类用于绘制直线和曲线,而从抽象类
msdn2.microsoft.com
6.
Class, an abstract class that implements the
类,这是一个抽象类,它实现了
www-128.ibm.com
7.
The basic idea how to solve this task is to have an abstract class
解决这个问题的基本想法是有一个抽象类
wdxinren.cnblogs.com
8.
Is derived from an abstract class,
类是从抽象类,
msdn2.microsoft.com
9.
An abstract class that is the base class for
一个抽象类,是
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/12/25 2:26:01