hashtable

  • 网络哈希表;散列表;哈稀表

hashtablehashtable

hashtable

哈希表

哈希表(HashTable)/目录(Dictionary)对象中查找多键值的元素VC6中使用模板类实现的一个DirectDraw扩展框架源代码 Direct…

散列表

Java基础与实例精解/宾春清-图书-亚马逊 ... 7.10.5 HashSet( 散列集) 7.10.6 Hashtable散列表) 7.10.7 HashMap( 散列 …

哈稀表

...用来指定的数据源一般为数组(ArrayList)、哈稀表HashTable)、数据表(DataTable)、 数据视图(DataView)和Data…

哈希表类

活在JAVA岛的快乐日子 - BlogJava ... 1.6 栈类 Stack 1.7 哈希表类 Hashtable 1.8 位集合类 BitSet ...

类--哈希表

... 1.5.11 GetEnvironmentVariables 方法--检索环境变量 1.5.12 Hashtable 类--哈希表 1.5.13 Insert 方法--插入项 ...

哈西表

缓冲键码:它就像一个哈西表HashTable)。当在页面缓存中存储缓冲记录时,你必须提供缓冲键码来识别各个条目。

哈希表中

...的字符信息保存在一个数组中,并在以哈希码为 下标的哈希表中HashTable[HashCode]的形式)保存相应的信息(包括: …

1
ECS accepts names for added elements -- a concept similar to that of a key in java. util. Hashtable. ECS接受添加元素的名字——这个概念类似于java.util.Hashtable中的键。
2
In this case, the SharedObject is looked up, and the name parameter is used to look up the saved object from the data hashtable. 本例中,已搜索到SharedObject,并且name参数已用于从数据哈希表中搜索已存储的对象。
3
This method is called automatically when the number of keys in the hashtable exceeds this hashtable's capacity and load factor. 当哈希表中key的数量超出哈希表的容量和加载因子时自动调用该方法。
4
In a given program, the types of elements we use as keys, and the types of values we store in the hashtable, will not be arbitrary objects. 那么在给定的程序中,被用作键的元素类型和存储在散列表中的值类型,将不能是任意对象。
5
Perfecting hashing is difficult and to deal with that hashtable implementations support collision resolution. 要写出一个完美的哈希函数是很困难的,特别是要处理哈希表中的冲突。
6
For this specific example, it turned out that the primary culprit was a font manager class that contained a static hashtable. 就本例而言,最后查明罪魁祸首是包含一个静态hashtable的字体管理器类。
7
For developers, S3 offers a minimalistic API that resembles a basic hashtable - allowing you to easily store and retrieve information. S3给开发者提供了一个类似基本哈希表的最简化的API,它允许你轻松地存储和提取信息。
8
Just think of the Preferences object as one big key-value hashtable that structures the keys in a tree-like structure. 只要把Preferences对象当作一个大的键—值散列表(这个表把树形结构中的键组织起来)。
9
Therefore, in this example the page developer can bind data to any IEnumerable type, such as an Array, ArrayList, or Hashtable. 因此,在此示例中,页开发人员可以将数据绑定到任何IEnumerable类型,如Array、ArrayList或Hashtable。
10
Returns the value to which the specified key is mapped in this hashtable. 返回哈希表中指定key的映射值。
11
Both types of caches act as a giant hashtable, where each item in the cache is referenced by a unique string. 两种类型的缓存可作为一个巨大涓€哈希表的缓存中的每个项由一个唯一的字符串引用。
12
If name does not correspond to a key in the hashtable, then null will simply be returned. 如果哈希表中没有与键值对应的名称,将返回null。
13
Threading: Oniguruma uses global locks when initializing code range tables or managing shared AST nodes (like Character Class hashtable). 多线程:Oniguruma在初始化代码范围表或者管理共享的AST节点(如Character类散列表)时,使用全局锁。
14
Copies the Hashtable elements to a one-dimensional Array instance at the specified index. 将Hashtable元素复制到一维Array实例中的指定索引位置。
15
When we create a new instance of a Hashtable, we have to pass type arguments to specify the types of Key and Value. 创建一个新的Hashtable实例时,必须传递类型参数以指定Key和Value的类型。
16
Parses the property entry and stores it in a hashtable for future reference. 解析属性项并将它存储到一个hashtable中以便将来引用。
17
A SortedList is similar to a HashTable, except that the keys are always sorted. SortedList与HashTable相似,不同之处在于始终对键进行排序。
18
The following code example shows a custom session-state module implementation that stores session information in memory using a Hashtable. 下面的代码示例演示了一个自定义会话状态模块实现,它使用Hashtable将会话信息存储到内存中。
19
The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to values. Dictionary是一个抽象类,可以作为某些映射key与值的类的父类,比如Hashtable。
20
However, the thread-safety came at a price -- all methods of Hashtable were synchronized. 然而,线程安全性是凭代价换来的――Hashtable的所有方法都是同步的。
21
Each SharedObject instance has a data property that can be thought of as a hashtable for storing data. 每个SharedObject实例都有一个数据属性,可以看作存储数据的哈希表。
22
Returns an IDictionaryEnumerator that iterates through the Hashtable. 返回循环访问Hashtable的IDictionaryEnumerator。
23
The ResourceSet class enumerates over an IResourceReader, loading every name and value, and storing them in a Hashtable. ResourceSet类在IResourceReader上枚举,加载每个名称和值,并将它们存储在Hashtable中。
24
Determines whether the Hashtable contains a specific key. 确定Hashtable是否包含特定键。
25
The object is simply a hashtable or similar collection that stores object references as simple key-value pairs. 该对象只是将对象引用存储为简单键-值对的散列表或类似的集合。
26
A simple way around this is to create a general purpose hashtable that provides a mechanism for storing and retrieving strings. 解决这个问题的一个简单方法是创建一个通用散列表,该表提供存储和检索字符串的一种机制。
27
Thus, the code to create the event hashtable is shown in Listing 6. 因此,创建事件散列表的代码如清单6所示。
28
Initializes a new, empty instance of the Hashtable class using the specified initial capacity, load factor, and IEqualityComparer object. 使用指定的初始容量、加载因子和IEqualityComparer对象来初始化Hashtable类的新的空实例。
29
a string representation of this hashtable. 哈希表的字符串形式。
30
A set object is an unordered collection of hashtable values. 集合对象是一组无序排列的可哈希的值。