导航菜单

HashTable是什么意思_翻译中文_怎么读

HashTable

网络释义:哈希表;散列表;哈稀表

网络释义

1.哈希表 7.10.5 HashSet( 散列集) 7.10.6 Hashtable散列表) 7.10.7 HashMap( 散列 …

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

4.哈希表类 1.6 栈类 Stack 1.7 哈希表类 Hashtable 1.8 位集合类 BitSet ...

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

6.哈西表的字符信息保存在一个数组中,并在以哈希码为 下标的哈希表中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 colpsion 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 minimapstic 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-pke 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的映射值。