52单词网 > 英语词典 > subclass

subclass

小编 分享 时间:
subclass是什么意思
英式音标:['sʌbˌklɑ:s]英式读音
美式音标:['sʌbˌklɑs]美式读音
词汇分类:自考英语词汇学,塞尔达传说:荒野之息,Python 高频词汇 新版,iOS开发必备单词精编版,iOS开发编程Objective-C必背单词,android基础单词加强版
概况:

n. 亚纲;子集

vt. 把…划入亚纲

词义:

n.

亚纲,子集;子类;

英英释义

subclass[ 'sʌbklɑ:s, -klæs ]

n.(biology) a taxonomic category below a class and above an order

用法:

双语例句

用作名词(n.)

Soft morphology is an important subclass of development of mathematical morphology.
而柔性形态学是数学形态学发展的一个重要分支。

权威例句

Subclass discriminant analysis.

A subclass of bHLH proteins required for cardiac morphogenesis.

Low-density lipoprotein subclass patterns and risk of myocardial infarction.

FcgammaRIV: a novel FcR with distinct IgG subclass specificity

Divergent immunoglobulin g subclass activity through selective Fc receptor binding.

Wetland hydrology as a function of hydrogeomorphic (HGM) subclass

Reasoning about temporal relations: a maximal tractable subclass of Allen's interval algebra

Reasoning about temporal relations: a maximal tractable subclass of Allen's interval algebra

Molecular characterization of a beta-lactamase gene, blaGIM-1, encoding a new subclass of metallo-beta-lactamase

Effects of Insulin Resistance and Type 2 Diabetes on Lipoprotein Subclass Particle Size and Concentration Determined by Nuclear Magn...
同义词:subset
英语词源:

subclass (n.)

also sub-class, 1802, from sub- + class (n.).

造句:

1. You can then customize how each class can be administered by adding class attributes to this subclass.

然后可以通过为这个子类添加类属性来定制如何对每个类进行管理。

www.ibm.com

2. If a subclass of one of these classes needed to override the default behavior, it could do so by overriding the method.

如果这些类中的任何一个的子类需要覆盖默认行为,那么可以通过覆盖这个方法实现。

www.ibm.com

3. Second, because we know that every instantiation of the type parameter is a subclass of the bound, we can safely call any methods on an instance of the type parameter that appear in the bound.

其次,因为我们知道类型参数的每次实例化都是这个范围之内的子类,所以可以放心地调用类型参数实例出现在这个范围之内的任何方法。

www.ibm.com

4. You will never instantiate this class directly, but always create an instance of its subclass.

永远不要直接实例化这个类,而是创建它的子类的一个实例。

www.ibm.com

5. Now, this is a lot of overhead just to subclass.

现在,这是一个很大的开销只是为了子类。

danci.911cha.com

6. With this strategy, each proper subclass has its own table.

通过这种策略,每个子类都会拥有其自身的表。

www.ibm.com

7. Instead, I add extra methods to the subclasses that perform the appropriate action for each subclass.

相反,我向为每个子类执行适当的操作的子类添加额外的方法。

www.ibm.com

8. Create a mock object class as a subclass of the concrete class.

创建一个模拟对象类作为具体类中的一个子类

www.ibm.com

9. If you use the subclass, and even look at its documentation, you get no indication that anything is incomplete.

如果您使用子类,或者查看它的文档,根本没有线索表明还有什么地方没有完成。

www.ibm.com

10. Also, each subclass inherits methods from the superclass.

同时,每个亚纲继承来自总纲的方法。

www.chazidian.com

11. You create your subclass and override just those methods that you use in your methods under test.

创建一个子类,并仅仅重载您在测试方法中所使用的那些方法。

www.ibm.com

12. Implement this method in a subclass if you want to have a preview field in the inspector.

如果你想在检视面板有一个预览字段,在子类执行这个方法。

game.ceeger.com

13. The Template Method Pattern:defines the skeleton of an algorithm in a method , deferring some steps to subclass.

模板方法模式:在一个方法中定义一个算法的骨架,而将一些步骤延迟到子类中。

docx.blogcn.com

14. This is one approach that enables the client to determine what member of the class hierarchy it receives, and process the additional information in the subclass accordingly.

这是一种可以使客户端能确定他接收到的是类层次中的什么成员的方法,并相应处理子类中的附加信息。

www.ibm.com

15. You never create an instance of it -- instead, you always work with a subclass.

您永远不会创建它的实例――相反,您总是使用它的子类。

www.ibm.com

16. By default, when you create a subclass, its constructor merely calls the constructor of its parent class.

默认情况下,当您创建一个子类时,它的构造函数只调用其父类的构造函数。

www.ibm.com

17. Mixing strategies such as “Table per Subclass” embedded in “Table per Class Hierarchy” so that you can take advantages of different strategies.

采用混合策略,例如“每个类层次一张表”中嵌入“每个子类一张表”,这样可以利用不同策略的优势。

www.infoq.com

18. Second, the workflow instance can only transfer from superclass process definition to its subclass process definition.

二是工作流实例只能从超类过程定义向子类过程定义转换。

dict.cnki.net

19. The new mapping was a hybrid of “Table per Class Hierarchy” and “Table per Subclass”.

新的映射混合了“每个类层次一张表”和“每个子类一张表”。

www.infoq.com

20. Define an interface for creating an object, but let subclass decide which class to instantiate. Factory Method lets a class defer instantiation to subclasses .

定义一个用于创建对象的接口,让子类决定实例化哪一个类。工厂方法使一个类的实例化延迟到其子类。

www.binkery.com

21. Now we put our attention on how to subclass a window. Note that subclassing is not limited to controls, it can be used with any window.

现在我们把注意力放在如何子类化一个窗口上。注意,子类化并不是仅限制于控件,它能被用于任何窗口。

blog.chinaunix.net

22. Reducing coupling between a subclass and its superclasses.

减少了子类及其超类之间的耦合。

www.ibm.com

23. Add this function in a subclass to get a notification when an audio clip has completed importing.

在子类中加入这个函数,以便在一个声音剪辑载入后获得一个通知。

game.ceeger.com

24. Another approach to the Expression Problem is multiple inheritance, in which one subclass can extend many superclasses.

表达式问题的另一种方法是多重继承,即一个子类可扩展许多超类。

www.ibm.com

25. This concept is getting more into the area of treating each element of an enumerated type as a subclass.

这个概念正在深入到将枚举类型的每个元素作为一个子类对待的领域。

www.ibm.com

26. If a class that is designed for inheritance is not serializable, it may be impossible to write a serializable subclass.

如果一个专门为了继承而设计的类不是可序列化的,那么要编写出可先来后到子类几乎是不可能的。

www.softwelt.com

27. If a class that is designed for inheritance is not serializable, it may be impossible to write a serializable subclass.

如果一个专门为了继承而设计的类不是可序列化的,那么要编写出可先来后到子类几乎是不可能的。

www.softwelt.com

28. a major subclass of crustaceans.

甲壳纲动物的主要亚纲。

-- 来源 -- 汉英 - 翻译参考

29. relating to or characteristic of fungi of the subclass Discomycetes.

关于或具有盘状菌类特征。

-- 来源 -- 汉英 - 翻译参考

30. a subclass of Sporozoa.

孢子虫类的一个亚纲。

-- 来源 -- 汉英 - 翻译参考

31. an order in the subclass Cnidosporidia.

丝孢子虫亚纲的一个目。

-- 来源 -- 汉英 - 翻译参考

32. the most primitive mammals comprising the only extant members of the subclass Prototheria.

最原始的哺乳动物,组成原兽亚纲唯一的现存种类。

-- 来源 -- 汉英 - 翻译参考

33. (biology) a taxonomic group ranking between a phylum and below a class or subclass.

(生物学)居于门和次纲之间的分类组。

-- 来源 -- 汉英 - 翻译参考

34. A taxonomic category of related organisms ranking below a subclass and above an order.

下纲生物等级分类中的一个层次,在亚纲之下,目之上

-- 来源 -- 英汉 - 短句参考

35. an order in the subclass Acnidosporidia.

无丝孢子亚纲的一个目。

-- 来源 -- 汉英 - 翻译参考

36. (biology) a taxonomic group ranking above an order and below a class or subclass.

(生物学)分类学的一个组,居于目之上和纲或亚纲之下。

-- 来源 -- 汉英 - 翻译参考

37. an order in the subclass Telosporidia.

晚孢子亚纲的一个目。

-- 来源 -- 汉英 - 翻译参考

subclass

将本文的Word文档下载到电脑,方便收藏和打印
推荐度:
点击下载文档文档为doc格式