您要查找的是不是:
- Constructs a new, empty hashtable with the specified initial capacity and the specified load factor. 构建一个新的指定初始容量和装载因子的空哈希表。
- The following code example creates a dictionary with an initial capacity of 4 and populates it with 4 entries. 下面的代码示例创建一个初始容量为4的字典,并在其中填充4个项。
- Class that is empty, has the default initial capacity, and uses the default growth factor. 类的新实例,该实例为空,具有默认初始容量并使用默认增长因子。
- Class that is empty, has the specified initial capacity, and uses the default equality comparer for the key type. 类的新实例,该实例为空且具有指定的初始容量,并为键类型使用默认的相等比较器。
- Class that is empty, has the specified initial capacity, and uses the default growth factor. 类的新实例,该实例为空,具有指定的初始容量并使用默认增长因子。
- Class using the default initial capacity and load factor, and the specified hash code provider and comparer. 使用默认初始容量、默认加载因子、指定的哈希代码提供程序和指定的比较器来初始化。
- Class using the specified initial capacity and load factor, and the default hash code provider and comparer. 使用指定的初始容量、指定的加载因子、默认的哈希代码提供程序和默认比较器来初始化。
- Class using the specified initial capacity, and the default load factor, hash code provider, and comparer. 使用指定的初始容量、默认加载因子、默认哈希代码提供程序和默认比较器来初始化。
- Class using the specified initial capacity, hash code provider, comparer, and the default load factor. 使用指定的初始容量、哈希代码提供程序、比较器和默认加载因子来初始化。
- Class using the specified initial capacity, load factor, hash code provider, and comparer. 使用指定的初始容量、加载因子、哈希代码提供程序和比较器来初始化。
- The 10.8V / 5Ah battery pack (3 cells in series) retain 82% of the initial capacity after 500 cycles at 1C, 100% DOD. 10·8V/5Ah电池组1C,100%25DOD循环500次,容量保持在82%25。
- Constructs a new, empty hashtable with a default initial capacity (11) and load factor, which is 0.75. 构建一个新的默认初始容量(11)的空哈希表,默认装载因子0.;75。
- An instance of Hashtable has two parameters that affect its performance: initial capacity and load factor. Hashtable实例有两个参数影响它的性能:初始容量和加载因子。
- Constructs a new, empty hashtable with the specified initial capacity and default load factor, which is 0.75. 构建一个新的指定初始容量的空哈希表,默认装载因子0.;75。
- In this paper, designing and processing technique of a detonating cord of low initial capacity are presented. 介绍了一种低起爆能力导爆索的设计、能及生产工艺。
- Object has an initial capacity equal to the number of elements copied, and uses the default load factor, hash code provider, and comparer. 对象的初始容量等于复制的元素数,并且使用默认的加载因子、哈希代码提供程序和比较器。
- With the same initial capacity as the number of entries copied and using the same hash code provider and the same comparer as the source collection. 这个新集合的初始容量与复制的项数相等,并使用与源集合相同的哈希代码提供程序和比较器。
- Class that contains elements copied from the specified collection and has the same initial capacity as the number of elements copied. 类的新实例,该实例包含从指定集合复制的元素并且具有与所复制的元素数相同的初始容量。
- The best way to avoid poor performance caused by multiple reallocations is to set the initial capacity to be the estimated size of the collection. 避免因多次重新分配导致不佳性能的最佳方法是将初始容量设置为集合的估计的大小。
- Object has an initial capacity equal to the number of elements copied, and uses the default load factor, and the specified hash code provider and comparer. 对象的初始容量等于复制的元素数,并且使用默认的加载因子、指定的哈希代码提供程序和指定的比较器。