网站首页  词典首页

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

 

单词 collection class
释义

collection class

  • 网络集合类别;型集合类别;收集类
1.
集合类别
程式设计语言"_馆档网 ... "收集角"," collection angle" "集合类别"," collection class" "集合辞典"," collection dictionary" ...
www.guandang.com
2.
型集合类别
这个范例示范如何实作一个能够搭配 foreach 陈述式 (Statement) 使用的非泛型集合类别 (Collection Class)。如需详细资讯,请 …
msdn.microsoft.com
3.
收集类
  程序利用VC++的模板(templates),使用收集类(collection class)以及二分法来实现所有测点的系统ID号的分配、排序和查 …
www.jdzj.com
4.
原生集合类
原生集合类Collection Class )-时间同步 -任意大小显示尺寸 -分配大容量缓存 -背景监控 -电源层级控制 -绘图模 …
www.hkepc.com
5.
定义一个集合类
... Collection class. 定义一个集合类 An Introduction to Collections,Generics,and the Timing Class 集合,泛型,时间类的介绍 ...
www.cnblogs.com

例句

释义:
1.
Even though it's easy to use, a collection class performs poorly when used as a dynamic array.
尽管集合类易于使用,但在用作动态数组时其性能很差。
msdn2.microsoft.com
2.
Organization and arrange to inform the location and time of collection class, called class monitor the activities of the meeting opened.
组织并安排通知各班募捐地点与时间,召集各班班长开活动会议。
zhidao.baidu.com
3.
The handler of this event can supply the new item to be added, overriding the standard action of the collection class.
事件。此事件的处理程序可以提供要添加的新项,并重写集合类的标准操作。
msdn2.microsoft.com
4.
Class is a collection class in which the capacity is always the same as the count.
类是一个集合类,该类中的容量始终与计数相同。
msdn2.microsoft.com
5.
A collection class is also designed to work like a dictionary, so if you need something more like a Stack or Queue, it's not a good fit.
集合类还可像字典一样工作,所以如果您需要更像Stack或Queue这样的结构,它并不是很适合。
msdn2.microsoft.com
6.
You add objects to a collection by calling the Add method of your custom collection class or of the BindingSource.
通过调用自定义集合类或BindingSource的Add方法,可将对象添加到集合中。
msdn2.microsoft.com
7.
UDDI4J v2 has improved the usability of these classes by adding a set of collection class methods to these classes.
UDDI4Jv2通过向这些类添加一组集合类方法改进了这些类的可用性。
www.ibm.com
8.
The last two procedures create a collection using a. NET Framework generic collection class.
后两个过程使用.NETFramework泛型集合类创建集合。
msdn2.microsoft.com
9.
Can be used to create a collection or can be inherited from to define a strongly-typed collection class.
创建一个集合,也可以从其进行继承以定义强类型集合类。
msdn2.microsoft.com
10.
This provides a warning any time you use an old-fashioned Collection class that holds objects.
每当您使用一个保存有对象的旧式Collection类时就会产生一个警告。
www.ibm.com
1.
This collection class can be accessed through the Panels property of StatusBar.
此集合类可以通过StatusBar的Panels属性进行访问。
msdn2.microsoft.com
2.
Two final limitations of the collection class are performance and flexibility.
集合类的最后两个局限是性能和灵活性。
msdn2.microsoft.com
3.
The first example demonstrates several properties and methods of the Collection class.
第一个示例演示了Collection类的若干属性和方法。
msdn2.microsoft.com
4.
Is a simple collection class that stores the days of the week as strings.
类是将一周中的各天作为字符串进行存储的简单集合类。
msdn2.microsoft.com
5.
But others will be as simple as writing a custom algorithm or a simple extension to an existing Collection class.
但是另一些则非常简单,只需编写一个定制算法,或者已有Collection类的简单的扩展。
www.ibm.com
6.
The collection class must provide methods for setting, accessing, and retrieving the event handler delegate based on the event key.
集合类别必须提供方法,根据事件索引键来设定、存取和撷取事件处理常式委派。
msdn.microsoft.com
7.
Collection class to create a strongly-typed collection object.
类创建一个强类型集合对象。
msdn2.microsoft.com
8.
Is a highly convenient collection class that can be used without modification to store any reference or value type.
是一个使用起来非常方便的集合类,无需进行修改即可用来存储任何引用或值类型。
msdn2.microsoft.com
9.
When you are creating a custom collection class for objects, we suggest that you inherit from BindingList.
为对象创建自定义集合类时,建议从BindingList继承。
msdn2.microsoft.com
10.
Collection class to define a strongly-typed collection.
类定义一个强类型集合。
msdn2.microsoft.com
1.
This could be possible, for example, in the rare case that your class needed to inherit from a class other than a collection class.
这是可能实现的,例如,在极少数情况下,类需要从集合类以外的类继承。
msdn2.microsoft.com
2.
Visual Basic also provides a Collection class, with which you can define and create your own collections.
VisualBasic也提供了Collection类,您可以利用此类定义和创建自己的集合。
msdn2.microsoft.com
3.
Instances of the Visual Basic Collection class allow you to access an item using either a numeric index or a String key.
VisualBasicCollection类的实例允许您使用数值索引或String键来访问项目。
msdn2.microsoft.com
4.
The Visual Basic Collection class is one-based for the purpose of compatibility with previous versions.
而出于与早期版本兼容的目的,VisualBasicCollection类从一开始。
msdn2.microsoft.com
5.
For example, the Item property is a good choice for the default property of a collection class because it is used frequently.
例如,Item属性就非常适合作为集合类的默认属性,因为它经常被使用。
msdn2.microsoft.com
6.
Collection class provided by Visual Basic, as the following example illustrates.
类来定义和创建集合,如以下示例所示。
msdn2.microsoft.com
7.
The first two procedures create a collection using the Visual Basic collection class.
前两个过程使用VisualBasic集合类创建集合。
msdn2.microsoft.com
8.
The namespaces that contain the various collection class definitions are the following
包含各种集合类定义的命名空间如下
msdn2.microsoft.com
9.
For an example of a generic collection class that implements an iterator block, see
有关实现迭代器块的泛型集合类的示例,请参见
msdn2.microsoft.com
10.
The first associative collection class to appear in the Java class library was
在Java类库中出现的第一个关联的集合类是
www-128.ibm.com
1.
To create a collection using a generic collection class
使用泛型集合类创建集合
msdn2.microsoft.com
2.
With the new collection class methods, this has been simplified to
如果使用新的集合类方法,上面的代码就被简化为
www.ibm.com
3.
How to: Access a Collection Class with foreach
如何:使用foreach访问集合类
msdn2.microsoft.com
4.
To create a collection using the Visual Basic collection class
使用VisualBasic集合类创建集合
msdn2.microsoft.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/10/2 12:54:41