网站首页  词典首页

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

 

单词 base classes
释义

base classes

  • 网络基础类;自个基础类别;基本类别
1.
基础类
l 基础类Base Classes)。l 事件类(Event Classes)。
www.cnblogs.com
2.
自个基础类别
的继承可以继承自个基础类别(base classes),一个子类别(derived class)可以override其所有基础类别(base class)的任何方法(me…
blog.sina.com.cn
3.
基本类别
每篇所发表的文章会先经过「基本分类器」去决定其基本类别(base classes)。在同个基本类别中的文章会再使用「特制的分类 …
qheroq.blogspot.com

例句

释义:
1.
With a good framework of base classes in place, you can basically copy a DTD directly into a set of class definitions or initializations.
有了一个优秀的基类框架,基本上,您就可以将DTD直接复制到一组类定义或初始化中了。
www-128.ibm.com
2.
When you upcast to a base interface, you can only access the members specified by that interface, just as for upcasting to base classes.
当你上溯到基接口时,你只可以访问由那个接口所指定的成员,就像上溯到基类那样。
www.bbsmvc.com
3.
For reference types, an implicit conversion always exists from a class to any one of its direct or indirect base classes or interfaces.
对于引用类型,隐式转换始终存在于从一个类转换为该类的任何一个直接或间接的基类或接口的情况。
technet.microsoft.com
4.
Data categories are like abstract base classes; a category might be able to represent all models of car, for instance.
数据类别类似于抽象基类,比如,一个类别可以表示所有的汽车型号。
www.ibm.com
5.
Redefining base classes is probably of greatest utility for specific per-tagname classes that you know certain things about.
对于确知其内容的基于标签名的特定类,重定义基类可能是最好的工具。
www.ibm.com
6.
It is possible for a class to inherit an interface multiple times, through base classes or interfaces it inherits .
类可以通过其继承的基类或接口多次继承某个接口。
www.bing.com
7.
The properties and methods of CustomAttributeData do not allow you to retrieve the custom attributes inherited from base classes.
CustomAttributeData的属性(Property)和方法不允许检索从基类继承的自定义属性(Attribute)。
msdn2.microsoft.com
8.
Instance constructors can also be used to call the instance constructors of base classes.
也可以用实例构造函数来调用基类的实例构造函数。
msdn2.microsoft.com
9.
Functions that use references to base classes must be able to use objects of derived classes without knowing it.
或者换个说法:“使用基类引用的函数必须能使用继承类的对象而不必知道它。”
blog.163.com
10.
The ability to extend base classes in an inheritance hierarchy is an important benefit that does not exist with interfaces.
这种在继承层次结构中扩展基类的能力是接口所不具备的一个重要优点。
msdn2.microsoft.com
1.
There may be occasions where you require specific node information that the base classes do not provide.
可能存在需要特定节点信息但基类未提供的情况。
msdn2.microsoft.com
2.
Classes that serve as base classes in a multiple-inheritance hierarchy ordinarily should define their destructors to be virtual.
在多重继承层次中作为基类的类通常应该将它们的析构函数数定义为虚函数。
dictsearch.appspot.com
3.
If the name is not found in the class or its enclosing base classes, then the call is in error.
如果不能在类或其相关基类中找到该名字,则调用是错误的。
hi.baidu.com
4.
Here's my recommendation: Start by looking at all your public classes. Combine public classes with common base classes into assemblies.
我这里有一个推荐:通过观察所有的公共类开始,用一个公共基类合并这些类到一个程序集中。
blog.sina.com.cn
5.
The new derived classes should be able to replace the base classes without any change in the code.
新的派生类应该能够替换基础类而无需修改代码。
www.bing.com
6.
Control developers can extend one of the available data - bound control base classes to create a custom data - bound control .
控件开发人员可以扩展一个可用数据绑定控件基类来创建自定义数据绑定控件。
www.bing.com
7.
The UDDI base classes form the general data structures that the UDDI registry stores.
UDDI基类构成了UDDI注册中心存储的通用数据结构。
www.ibm.com
8.
This parameter must always be the type of the object itself or of one of its base classes.
此参数必须始终是该对象本身的类型或其一个基类的类型。
msdn2.microsoft.com
9.
The Settings base classes provide only a common infrastructure for defining and persisting settings properties.
设置基类仅提供一个常见的基础结构,用于定义和保留设置属性。
msdn2.microsoft.com
10.
Base classes or interfaces for generic classes cannot be specified by a type parameter.
泛型类的基类或接口不能由类型参数指定。
msdn2.microsoft.com
1.
And, like Array[T], List[T] inherits from a number of base classes and traits, starting with Seq[T] as an immediate base.
并且,和Array[T]相同,List[T]继承了很多基类和特性,首先使用Seq[T]作为直接上层基类。
www.ibm.com
2.
Listing 5 shows the code that proves the point on compilers optimizing empty base classes.
清单5给出的代码在优化了空基类的编译器上证明了这一点。
www.ibm.com
3.
The XML classes in the. NET Framework are designed to be extensible through the use of abstract base classes and virtual methods.
设计.NETFramework中的XML类的目的是可以使用抽象基类和虚拟方法进行扩展。
msdn2.microsoft.com
4.
These namespaces include the fundamental interfaces and base classes for implementing attributes, classes, controls, and elements.
这些命名空间包括用于实现属性、类、控件和元素的基本接口和基类。
msdn2.microsoft.com
5.
The best way to do this is to encapsulate the Domino specific implementation details in a small set of common base classes.
做到这一点的最佳方法是在一个小的公共基类的集合中封装特定于Domino的实现细节。
www.ibm.com
6.
Returns all the interfaces implemented on the current class and its base classes.
返回在当前类及其基类上实现的所有接口。
msdn2.microsoft.com
7.
Represents the root namespace for the Microsoft AJAX Library, which contains all fundamental classes and base classes.
表示MicrosoftAJAXLibrary的根命名空间,其中包含了所有重要的类和基类。
msdn2.microsoft.com
8.
Sprite and FlexSprite are the base classes that don't require a time line, and you can extend these to write your own custom classes.
Sprite和FlexSprite是不需要时间线的基类,您可以通过扩展它们编写定制类。
www.ibm.com
9.
Classes whose names begin with CIM_ are the core and common base classes maintained by the DMTF.
名称以CIM_开头的类是由DMTF维护的核心与公共基类。
msdn2.microsoft.com
10.
By definition, base classes are intended for advanced extensibility scenarios and are not interesting to the majority of users.
根据定义,基类适用于高级扩展性方案,大多数用户都不会用到它。
msdn2.microsoft.com
1.
Multiple values can be specified because a class can inherit from multiple base classes.
由于一个类可以从多个基类中继承,因此可指定多个值。
msdn2.microsoft.com
2.
Base classes , implemented interfaces , and available overrides are also listed .
此外,还将列出基类、实现的接口和可用重写。
www.bing.com
3.
Only member or base classes can appear in the initialization list for a class or structure.
在类或结构的初始化列表中仅可出现成员或基类。
msdn2.microsoft.com
4.
Describes guidelines for implementing abstractions using base classes.
描述使用基类实现抽象的准则。
msdn.microsoft.com
5.
Virtual base classes offer a way to save space and avoid ambiguities in class hierarchies that use multiple inheritance.
虚基类提供了一种节省空间的方法,并可在使用多重继承性中避免产生二义性。
community.csdn.net
6.
provides the underlying structure of the common language runtime security system , including base classes for permissions.
它提供公共语言运行库安全性系统的基础结构,其中包括权限的基类。
www.ichacha.net
7.
Those base classes have logic for comparing and cloning objects and a lot more.
这些基础类具有比较和克隆对象等逻辑。
www.infoq.com
8.
In the Java language, a single-implementation-inheritance model allows you to extend base classes and add new methods and fields, and so on.
在Java语言中,单一实现继承模型允许您扩展基类,添加新方法和字段等。
www.ibm.com
9.
It's also important for creating abstract base classes and interfaces whose derived classes or implementations may need to throw exceptions.
这对于创建抽象基类和接口也很重要,因为它们的派生类和实现很可能需要抛出异常信息。
dictsearch.appspot.com
10.
Since generic classes can serve as base classes, the same design considerations apply here as with non-generic classes.
由于泛型类可以作为基类使用,此处适用的设计注意事项与非泛型类相同。
msdn2.microsoft.com
1.
However, some filters require a copy operation; this requirement influences the choice of base classes.
然而,某些筛选器需要一个复制操作;该要求影响基类的选择。
msdn2.microsoft.com
2.
Which are abstract base classes that can be extended to create collection classes that are strongly typed.
这些都是抽象基类,可以扩展这些抽象基类以创建强类型的集合类。
msdn2.microsoft.com
3.
Determine which base classes to use and derive the filter class (and pin classes, if necessary) from the base classes.
确定使用哪些基类并从基类派生筛选器类(如果需要,也可以派生针类)。
msdn2.microsoft.com
4.
To do so, developers would need to manually implement the provided interfaces and extend the abstract base classes.
要想这样做,开发人员需要手动地实现所提供的接口,并且扩展抽象基础类。
www.ibm.com
5.
Provides the underlying structure of the. NET Framework security system, including base classes for permissions.
提供.NETFramework安全系统的基础结构,包括权限的基类。
msdn2.microsoft.com
6.
JSF makes creating components easy because all the heavy lifting is done by API and base classes.
因为所有的繁重工作都由API和基类完成,所以JSF把组件创建变得很容易。
www.ibm.com
7.
Coding a new extension involves inheriting needed information from the specified base classes.
编写新扩展的代码涉及继承来自特定基本类的信息。
www.ibm.com
8.
Having made a case against abstract base classes we need to look for a better idea.
已经有一个关于抽象基类的例子我们来看一个更好的想法。
wiki.chinaunix.net
9.
Interfaces are more flexible than base classes because you can define a single implementation that can implement multiple interfaces.
接口比基类更灵活,因为可以定义单个实现来实现多个接口。
msdn2.microsoft.com
10.
The Adapter base classes send the Adapter-specific Record object to the Function Selector.
Adapter基类将Adapter特定的Record对象发送到函数选择器。
www.ibm.com
1.
They now follow the almost-universal convention of pointing from derived classes to base classes.
他们现在都依照最广泛的约定从派生类指向基类。
blog.csdn.net
2.
Windows PowerShell supports cmdlets that are derived from two different base classes: PSCmdlet and Cmdlet.
WindowsPowerShell支持从以下两个不同基类派生的Cmdlet:PSCmdlet和Cmdlet。
msdn.microsoft.com
3.
Polymorphism is important not only to the derived classes, but to the base classes as well.
多态性不仅对派生类很重要,对基类也很重要。
msdn2.microsoft.com
4.
Private members in base classes are inherited but are not accessible from derived classes.
基类中的私有成员被继承,但不能从派生类访问。
technet.microsoft.com
5.
It does not search the base classes of the current type.
它不搜索当前类型的基类。
msdn2.microsoft.com
6.
Base classes: These classes are embedded in either request or response messages.
基类:这些类不是嵌入请求消息就是嵌入响应消息。
www.ibm.com
7.
In this paper the base classes and sub-classes of computer control system are analyzed and designed.
在文献[1]的基础上,对计算机控制系统的类对象进行了分析、设计。
www.ceps.com.tw
8.
Returns an array of all the interfaces implemented on this a class and its base classes.
返回在此类及其基类上实现的所有接口的数组。
msdn2.microsoft.com
9.
The first three classes constitute the base classes of the class hierarchy.
前三个类构成了类层次结构的基类。
www.ibm.com
10.
Some helper methods in the adapter base classes automatically call the ResolveUrl method to resolve hyperlinks.
适配器基类中的一些帮助器方法自动调用ResolveUrl方法来解析超链接。
msdn2.microsoft.com
1.
A derived class can access protected members of the calling code's base classes.
派生类可以访问调用代码的基类的受保护成员。
msdn2.microsoft.com
2.
Contains the base classes of the multimedia playback.
多媒体播放的基类。
en.wikipedia.org
3.
Whether to factor generic behavior into base classes and subclasses.
是否将泛型行为分解为基类和子类。
msdn2.microsoft.com
4.
They are not documented separately from their base classes, because their behavior is described by the base class documentation.
它们的文档与它们的基类的文档并没有分开,因为它们的行为是由基类文档描述的。
msdn2.microsoft.com
5.
In addition, someone could inherit from these classes, even though you never intended these classes to serve as base classes.
另外,即使您从来没有打算让这些类作为基类使用,但还是有些类会从这些类继承。
www.cnblogs.com
6.
Classes derived from base classes that contain MustOverride members must either override such members or use the MustInherit modifier.
从包含MustOverride成员的基类派生得到的类必须重写这些成员或者使用MustInherit修饰符。
msdn2.microsoft.com
7.
The @MappedSuperclass annotation lets you use mappings defined in base classes.
可以通过@MappedSuperclass注解使用在基类中定义的映射。
www.ibm.com
8.
So instead of showing you an example script, I'm just going to cut to the chase and talk about Products and base classes.
所以我打算就此打住,不给您展示示例脚本了,而是来讨论Product和基础类。
www.ibm.com
9.
There are no base classes to extend from, the classes are concrete (not abstract), and there's no XML file.
不在需要继承基类。类就是具体的类(没有抽象)也没有XML文件。
www.javaeye.com
10.
Before I conclude the discussion of the sizing of types, I also want to mention base classes.
在我结束对类型大小调整的讨论之前,我还希望提一下基类。
www.cnblogs.com
1.
Expanding an object also displays additional information about it, such as base classes, implemented interfaces, and available overrides.
展开对象的同时还会显示有关它的其他信息,例如,基类、实现的接口和可用重写。
msdn2.microsoft.com
2.
Java directory Java base classes are stored in this directory.
Java目录Java基类存储在此目录中。
www.ianywhere.com
3.
See below for rules on inheriting from generic base classes.
有关从泛型基类继承的规则,请参见下面的内容。
msdn2.microsoft.com
4.
There are two subsets of HTML controls that share properties from distinct base classes.
有两种HTML控制项子集,共用不同基底类别的属性。
technet.microsoft.com
5.
This step addresses the COM aspects of implementing interfaces, other than those in the base classes.
该步骤强调实现接口的COM方面,而不是基类中的其他方面。
msdn2.microsoft.com
6.
Avoid slicing. Consider Clone instead of copying in base classes.
避免切片。在基类中考虑用克隆代替复制。
spaces.msn.com
7.
See the rules about inheriting from generic base classes later in this topic.
请参阅本主题中稍后说明关于继承自泛型基底类别的规则。
msdn.microsoft.com
8.
Implement base classes as MustInherit classes.
将基类作为MustInherit类实现。
msdn2.microsoft.com
9.
Please send any feedback to The Base Classes Team.
请将任何反馈发送到基类团队。
msdn2.microsoft.com
10.
Listing 9 is based on the assumption that the compiler optimizes away the empty base classes.
清单9基于编译器会优化空基类的假设。
www.ibm.com
1.
Item 14: Make sure base classes have virtual destructors .
确保基类有虚销毁函数。
dictsearch.appspot.com
2.
As valid base classes, but any value is valid here.
作为有效基类,但任何值在此都是有效的。
msdn2.microsoft.com
3.
Subclasses should be substitutable for their base classes.
子类应该可以替换其基类。
article.pchome.net
4.
You can also reuse code in these base classes if you are not using Hibernate annotations.
如果不使用Hibernate注解,也可以重用这些基类中的代码。
www.ibm.com
5.
Other base classes for tasks such as template editing are described in Design-Time Support for ASP. NET Web Pages.
Web窗体的设计时支持中介绍诸如模板编辑之类的任务的其他基类。
msdn2.microsoft.com
6.
You can reuse code from the base classes.
可以重用基类的代码。
msdn2.microsoft.com
7.
Destructors for base classes are an important exception to the Rule of Three ( Section 13. 3, p. 485).
基类析构函数是三法则(第13.3节)的一个重要例外。
dictsearch.appspot.com
8.
Know how to access names in templatized base classes.
学习处理模板化基类内的名称。
211.100.16.144
9.
Objects are listed in order of their type, such as base classes, followed by derived classes, interfaces, methods, and so forth.
按照对象类型顺序列出对象,如先列出基类,然后列出派生类、接口、方法等等。
msdn2.microsoft.com
10.
By interface inheritance I mean, for example, inheriting from pure virtual base classes in C , or code font interface inheritance in Java.
我所说的接口继承,举例来说,就像C 里的虚基类一样,或是java中代码形式的接口继承。
www.bing.com
1.
Now, instead of using queues and topics directly in the code, we can use generic base classes, such as Destination, to produce the message.
现在,我们不是在代码中直接使用队列和主题,而是使用通用基类(例如Destination)来产生消息。
www.ibm.com
2.
Interface method for base classes is missing when you populate a combo box in a sequence diagram of a Microsoft Visual Basic.
当您填充组合框序列图表中一些MicrosoftVisualBasic对于基类接口方法是丢失。
support.microsoft.com
3.
These base classes provide design-time support for data source and data-bound controls.
这些基底类别提供设计阶段支援,以用于资料来源与资料系结控制项。
technet.microsoft.com
4.
When you create control designers for your Web server controls, there are several base classes you are likely to use
为Web服务器控件创建控件设计器时,有几个可能要使用的基类
msdn2.microsoft.com
5.
Generic classes can inherit from concrete, closed constructed, or open constructed base classes
泛型类可以从具体的、封闭式构造或开放式构造基类继承
msdn2.microsoft.com
6.
Developing Innovative Spirit among Students in Science Base Classes
浅谈理科基地班学生创新精神的培养
service.ilib.cn
7.
Automation support is not available for the following base classes
自动化支持对以下基类不可用
msdn2.microsoft.com
8.
The Base Classes Design in the Signal Acquisition and Monitoring Computer System
信号采集与监视计算机系统基本类的设计
service.ilib.cn
9.
Base Classes for Implementing Abstractions
用于实现抽象的基类
msdn2.microsoft.com
10.
Several new base classes provide access to the simplified object model
几个新的基类提供对简化的对象模型的访问
msdn2.microsoft.com
1.
Assume that members and base classes are initialized in random order
假设成员和基类是按照随机的顺序被初始化的
citigirl.focus.cn
2.
Base Classes for Designer Appearance and Behavior
设计器外观和行为的基类
msdn2.microsoft.com
3.
Base Classes for Design-Time Integration
设计时集成的基类
msdn2.microsoft.com
4.
Base Classes for Designer Loaders
设计器加载程序的基类
msdn2.microsoft.com
5.
The most typically used base classes are
最常用的基类为
msdn2.microsoft.com
6.
Generic types can be derived from most base classes, such as
泛型类型可以从大多数基类派生,例如
msdn2.microsoft.com
随便看

 

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

 

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