单词 | abstract base class | ||||||||||||||
释义 | abstract base class
更多释义 收起释义 例句释义: 抽象基类,抽象基底类别,抽象基础类别 1. Serves as the abstract base class for HTML server controls that map to HTML elements that are required to have an opening and a closing tag. 用作映射到需要具有开始标记和结束标记的HTML元素的HTML服务器控件的抽象基类。 msdn2.microsoft.com 2. An interface is like an abstract base class: any non-abstract type that implements the interface must implement all its members. 接口是一个抽象基类,如:实现接口的任何非抽象类型必须实现它的所有成员。 technet.microsoft.com 3. Provides the abstract base class for creating formats that can be applied to a custom Web server control at design time. 为创建设计时可应用于自定义Web服务器控件的格式提供抽象基类。 msdn2.microsoft.com 4. Represents the abstract base class from which all classes that derive byte sequences of a specified length inherit. 表示抽象基类,导出指定长度字节序列的所有类都从该基类继承。 msdn2.microsoft.com 5. Provides the abstract base class for a collection whose keys are embedded within the values. 为键嵌入在值中的集合提供抽象基类。 msdn2.microsoft.com 6. Represents the abstract base class from which all implementations of the Advanced Encryption Standard ( AES ) must inherit . 表示高级加密标准(AES)的所有实现都必须从中继承的抽象基类。 www.bing.com 7. Represents the abstract base class from which all implementations of the Digital Signature Algorithm (DSA) must inherit. 表示所有数字签名算法(DSA)的实现都必须从中继承的抽象基类。 msdn2.microsoft.com 8. Class is the abstract base class for button fields and contains the methods and properties that are common to all button fields. 类是按钮字段的抽象基类,包含所有按钮字段公用的方法和属性。 msdn2.microsoft.com 9. Abstract base class for the channel dispatcher that accepts channels and associates them with a service. 接受通道并可将通道与服务相关联的通道调度程序的抽象基类。 msdn2.microsoft.com 10. Class is an abstract base class that you must inherit from to create your own protected-configuration provider. 是一个抽象基类,必须继承该类才可以创建自己的自定义受保护的配置提供程序。 msdn2.microsoft.com 1. The XmlWriter class is an abstract base class that provides a forward-only, write-only, non-cached way of generating XML streams. XmlWriter类是一个抽象基类,提供只进、只写、非缓存的方式来生成XML流。 msdn2.microsoft.com 2. The customer class can be an abstract base class for a family of different customer types, such as private or business customer. 客户类可以是用于许多不同客户类型的抽象基类,比如说私有客户或业务客户。 www.ibm.com 3. An interface is similar to an abstract base class: any non-abstract type inheriting the interface must implement all its members. 接口类似于抽象基类:继承接口的任何非抽象类型都必须实现接口的所有成员。 msdn2.microsoft.com 4. Serves as the abstract base class that defines the properties, methods, and events common for all list-type controls. 用作定义所有列表类型控件通用的属性、方法和事件的抽象基类。 msdn2.microsoft.com 5. The Image class is an abstract base class that provides methods for working with raster images (bitmaps) and vector images (metafiles). Image类是抽象基类,它提供了处理光栅图像(位图)和矢量图像(图元文件)的方法。 msdn2.microsoft.com 6. An abstract base class imposes unnecessary restrictions on application-oriented development of the class hierarchy. 抽象基类给面向应用的开发的类结构强加了不必要的约束。 www.bing.com 7. Serves as the abstract base class for validation controls that perform typed comparisons. 充当执行类型化比较的验证控件的抽象基类。 msdn2.microsoft.com 8. Provides the abstract base class for a collection whose keys are embedded in the values. 为内嵌在值之索引键的集合,提供抽象基底类别。 msdn.microsoft.com 9. The abstract base class for proxies to well-known objects that were generated by the Soapsuds Tool (Soapsuds. Exe). 由Soapsuds工具(Soapsuds.exe)生成的已知对象的代理的抽象基类。 msdn2.microsoft.com 10. Represents the abstract base class from which all implementations of asymmetric algorithms must inherit. 表示所有不对称算法的实现都必须从中继承的抽象基类。 msdn2.microsoft.com 1. Class is an abstract base class that provides non-cached, forward-only, read-only access to XML data. 类是一个提供对XML数据的非缓存、只进只读访问的抽象基类。 msdn2.microsoft.com 2. This is commonly used to access custom members of the profile provider that are not part of the ProfileProvider abstract base class. 这通常用于访问配置文件提供程序的不属于ProfileProvider抽象基类的自定义成员。 msdn2.microsoft.com 3. Each service or proxy that supported an interface was required to inherit from the abstract base class that defined the interface. 支持接口的每项服务或代理必须继承定义该接口的抽象基类。 www.ibm.com 4. Page acts as an abstract base class for all pages and can contain any arbitrary tree of Components. Page充当所有页面的抽象基类并可包含Component的任意树。 www.ibm.com 5. Is an abstract base class that allows multiple implementations. 是允许多个实现的抽象基类。 msdn2.microsoft.com 6. Represents the abstract base class from which all isolated storage implementations must derive. 表示所有独立存储实现都必须从其派生的抽象基类。 msdn2.microsoft.com 7. Represents the abstract base class from which all implementations of asymmetric signature deformatters derive. 表示所有不对称签名反格式化程序实现均从中派生的抽象基类。 msdn2.microsoft.com 8. Represents the abstract base class from which all implementations of code groups must derive. 表示抽象基类,必须从该基类中导出代码组的所有实现。 msdn2.microsoft.com 9. Abstract base class provide design-time support for controls that are derived from the. 类派生的控件提供设计时支持。 msdn2.microsoft.com 10. An abstract base class that represents a member of a type. 表示类型成员的抽象基类。 msdn2.microsoft.com 1. Serves as the abstract base class for validation controls. 用作验证控件的抽象基类。 msdn2.microsoft.com 2. This class is the abstract base class for the CommonObjectSecurity and DirectoryObjectSecurity classes. 此类为CommonObjectSecurity和DirectoryObjectSecurity类的抽象基类。 msdn2.microsoft.com 3. Type is an abstract base class, from which all cell types derive. 类型是一种抽象基类,所有单元格类型都是从该类派生的。 msdn2.microsoft.com 4. Represents the abstract base class from which all implementations of. 子元素的所有实现从中继承的抽象基类。 msdn2.microsoft.com 5. Provides an abstract base class to create new debugging and tracing switches. 提供一个抽象基类,用于创建新的调试和跟踪开关。 msdn2.microsoft.com 6. The WebResponse class is the abstract base class from which protocol-specific response classes are derived. WebResponse类是abstract基类,协议特定的响应类从该抽象基类派生。 msdn2.microsoft.com 7. Serves as the abstract base class for ASP. NET file parsers. 用作ASP.NET文件分析器的抽象基类。 msdn2.microsoft.com 8. The abstract base class for implementing a license provider. 实现许可证提供程序的抽象基类。 msdn2.microsoft.com 9. This class is an abstract base class for QA managers. 此类是QA管理器的抽象基类。 www.ianywhere.com 10. This common behavior is naturally modeled in Java code using an abstract base class as in Listing 3. 这一常见行为自然是在Java代码中建模,我们使用了一个抽象基类,如清单3所示。 www.ibm.com 1. Provides an abstract base class for all management query objects. 提供所有管理查询对象的抽象基类。 msdn2.microsoft.com 2. Contrast the use of an abstract base class against an interface? 对比抽象基类和接口的使用 archive.cnblogs.com 3. Represents the abstract base class that manages events and layout for all the elements that a. 可以包含的所有元素的事件和布局进行管理的基类。 msdn2.microsoft.com 4. Represents the abstract base class from which all. 元素从中派生的抽象基类。 msdn2.microsoft.com 5. This class is an abstract base class. 此类是一个抽象基类。 msdn2.microsoft.com 6. The abstract base class for expressions. 表达式的抽象基类。 msdn2.microsoft.com 7. abstract base class for all security profiles. 所有安全框架的抽象基类。 blog.sina.com.cn 8. The abstract base class for statements. 语句的抽象基类。 msdn2.microsoft.com 9. To begin we create an abstract base class which represents the service we want to expose. 首先,我要创建一个抽象基类,用于表示我们要公开的服务。 www.ibm.com 10. Represents the abstract base class from which the classes EncryptedData and EncryptedKey derive. 表示从中派生EncryptedData和EncryptedKey类的抽象基类。 msdn2.microsoft.com 1. I'll want to extract the common elements of performance into an abstract base class. 我想把性能的公共元素提取到一个抽象基类。 www.ibm.com 2. An interface is more or less what it is in COM, an abstract base class that defines what properties and methods plug-ins must implement. 接口实际上就像是COM的接口,它是一个抽象基类,在这个类中定义了插件必须实现的属性和方法。 blog.163.com 3. Class is the abstract base class for the. 类的抽象基类。 msdn2.microsoft.com 4. In Listing 11, the abstract base class implements an interface AsyncCallback. 在清单11中,抽象类实现AsyncCallback接口。 www.ibm.com 5. Specifies the type that is implementing the SessionStateStoreProviderBase abstract base class. 指定实现SessionStateStoreProviderBase抽象基类的类型。 msdn2.microsoft.com 6. The abstract base class for all licenses. 所有许可证的抽象基类。 msdn2.microsoft.com 7. AbsSeekBar AbsSpinner An abstract base class for spinner widgets. 一个抽象基类给下拉列表小部件。 wenku.baidu.com 8. The abstract base class for all fields. 所有字段的抽象基类。 msdn2.microsoft.com 9. The abstract base class for CodeDOM objects. CodeDOM对象的抽象基类。 msdn2.microsoft.com 10. The QualifiedAce class is the abstract base class for the CommonAce and ObjectAce classes. QualifiedAce类为CommonAce类和ObjectAce类的抽象基类。 msdn2.microsoft.com 1. Is the abstract base class of all streams. 是所有流的抽象基类。 msdn2.microsoft.com 2. TextWriter is the abstract base class for StreamWriter and StringWriter. TextWriter是StreamWriter和StringWriter的抽象基类。 msdn2.microsoft.com 3. I implemented an abstract base class ItemData (Listing 4), which has three properties: id, displayName, and dataReady. 我实现了一个抽象基类ItemData(清单4),它有三个属性:id、displayName和dataReady。 www.ibm.com 4. The catch is that all methods of an abstract base class must be implemented for the client because they will be called. 需要注意的是客户类中基类所有的方法都要被实现,因为它们会被调用。 wiki.chinaunix.net 5. In the current version of StAX, there is no abstract base class that one can extend to implement custom events. 在StAX的当前版本,没有可以通过扩展实现定制事件的抽象基类。 www.ibm.com 6. Component sits at the top of the hierarchy and acts as an abstract base class for all components. It provides various features such as Component位于层次结构的最顶端,充当所有组件的抽象基类。 www.ibm.com 7. This class is an abstract base class used in XML encryption from which the, 此类是XML加密中使用的一个抽象基类, msdn2.microsoft.com 8. Represents the abstract base class used in XML encryption from which the, 表示XML加密中使用的抽象基类, msdn2.microsoft.com 9. This constructor initializes a class that is an abstract base class used in XML encryption from which the, 此构造函数初始化作为XML加密中使用的抽象基类的类, msdn2.microsoft.com 10. Serves as the abstract base class that defines the methods, properties, and events common to all HTML input controls, such as the 用作定义所有HTML输入控件所共有的方法、属性和事件的抽象基类,如 msdn2.microsoft.com 1. Serves as the abstract base class for data listing controls, such as 用作数据列表控件的抽象基类,如 msdn2.microsoft.com |
||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。