网站首页  词典首页

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

 

单词 HashTable
释义

HashTable

  • 网络哈希表;散列表;哈稀表
1.
哈希表
哈希表(HashTable)/目录(Dictionary)对象中查找多键值的元素VC6中使用模板类实现的一个DirectDraw扩展框架源代码 Direct…
www.codesoso.com
2.
散列表
Java基础与实例精解/宾春清-图书-亚马逊 ... 7.10.5 HashSet( 散列集) 7.10.6 Hashtable散列表) 7.10.7 HashMap( 散列 …
www.amazon.cn
3.
哈稀表
...用来指定的数据源一般为数组(ArrayList)、哈稀表HashTable)、数据表(DataTable)、 数据视图(DataView)和Data…
blog.csdn.net
4.
哈希表类
活在JAVA岛的快乐日子 - BlogJava ... 1.6 栈类 Stack 1.7 哈希表类 Hashtable 1.8 位集合类 BitSet ...
www.blogjava.net
5.
类--哈希表
... 1.5.11 GetEnvironmentVariables 方法--检索环境变量 1.5.12 Hashtable 类--哈希表 1.5.13 Insert 方法--插入项 ...
daifan.me
6.
哈西表
缓冲键码:它就像一个哈西表HashTable)。当在页面缓存中存储缓冲记录时,你必须提供缓冲键码来识别各个条目。
www.mscto.com
7.
哈希表中
...的字符信息保存在一个数组中,并在以哈希码为 下标的哈希表中HashTable[HashCode]的形式)保存相应的信息(包括: …
wenku.baidu.com

例句

释义:
1.
ECS accepts names for added elements -- a concept similar to that of a key in java. util. Hashtable.
ECS接受添加元素的名字——这个概念类似于java.util.Hashtable中的键。
www.ibm.com
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参数已用于从数据哈希表中搜索已存储的对象。
www.ibm.com
3.
This method is called automatically when the number of keys in the hashtable exceeds this hashtable's capacity and load factor.
当哈希表中key的数量超出哈希表的容量和加载因子时自动调用该方法。
www.cn26.com
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.
那么在给定的程序中,被用作键的元素类型和存储在散列表中的值类型,将不能是任意对象。
www.ibm.com
5.
Perfecting hashing is difficult and to deal with that hashtable implementations support collision resolution.
要写出一个完美的哈希函数是很困难的,特别是要处理哈希表中的冲突。
www.bing.com
6.
For this specific example, it turned out that the primary culprit was a font manager class that contained a static hashtable.
就本例而言,最后查明罪魁祸首是包含一个静态hashtable的字体管理器类。
www.ibm.com
7.
For developers, S3 offers a minimalistic API that resembles a basic hashtable - allowing you to easily store and retrieve information.
S3给开发者提供了一个类似基本哈希表的最简化的API,它允许你轻松地存储和提取信息。
www.bing.com
8.
Just think of the Preferences object as one big key-value hashtable that structures the keys in a tree-like structure.
只要把Preferences对象当作一个大的键—值散列表(这个表把树形结构中的键组织起来)。
www.ibm.com
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。
msdn2.microsoft.com
10.
Returns the value to which the specified key is mapped in this hashtable.
返回哈希表中指定key的映射值。
941xz.com
1.
Both types of caches act as a giant hashtable, where each item in the cache is referenced by a unique string.
两种类型的缓存可作为一个巨大涓€哈希表的缓存中的每个项由一个唯一的字符串引用。
msdn.microsoft.com
2.
If name does not correspond to a key in the hashtable, then null will simply be returned.
如果哈希表中没有与键值对应的名称,将返回null。
www.ibm.com
3.
Threading: Oniguruma uses global locks when initializing code range tables or managing shared AST nodes (like Character Class hashtable).
多线程:Oniguruma在初始化代码范围表或者管理共享的AST节点(如Character类散列表)时,使用全局锁。
www.infoq.com
4.
Copies the Hashtable elements to a one-dimensional Array instance at the specified index.
将Hashtable元素复制到一维Array实例中的指定索引位置。
msdn2.microsoft.com
5.
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的类型。
www.ibm.com
6.
Parses the property entry and stores it in a hashtable for future reference.
解析属性项并将它存储到一个hashtable中以便将来引用。
www.ibm.com
7.
A SortedList is similar to a HashTable, except that the keys are always sorted.
SortedList与HashTable相似,不同之处在于始终对键进行排序。
msdn2.microsoft.com
8.
The following code example shows a custom session-state module implementation that stores session information in memory using a Hashtable.
下面的代码示例演示了一个自定义会话状态模块实现,它使用Hashtable将会话信息存储到内存中。
msdn2.microsoft.com
9.
The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to values.
Dictionary是一个抽象类,可以作为某些映射key与值的类的父类,比如Hashtable。
www.web521.com
10.
However, the thread-safety came at a price -- all methods of Hashtable were synchronized.
然而,线程安全性是凭代价换来的――Hashtable的所有方法都是同步的。
www.ibm.com
1.
Each SharedObject instance has a data property that can be thought of as a hashtable for storing data.
每个SharedObject实例都有一个数据属性,可以看作存储数据的哈希表。
www.ibm.com
2.
Returns an IDictionaryEnumerator that iterates through the Hashtable.
返回循环访问Hashtable的IDictionaryEnumerator。
msdn2.microsoft.com
3.
The ResourceSet class enumerates over an IResourceReader, loading every name and value, and storing them in a Hashtable.
ResourceSet类在IResourceReader上枚举,加载每个名称和值,并将它们存储在Hashtable中。
msdn2.microsoft.com
4.
Determines whether the Hashtable contains a specific key.
确定Hashtable是否包含特定键。
msdn2.microsoft.com
5.
The object is simply a hashtable or similar collection that stores object references as simple key-value pairs.
该对象只是将对象引用存储为简单键-值对的散列表或类似的集合。
www-128.ibm.com
6.
A simple way around this is to create a general purpose hashtable that provides a mechanism for storing and retrieving strings.
解决这个问题的一个简单方法是创建一个通用散列表,该表提供存储和检索字符串的一种机制。
www-128.ibm.com
7.
Thus, the code to create the event hashtable is shown in Listing 6.
因此,创建事件散列表的代码如清单6所示。
www.ibm.com
8.
Initializes a new, empty instance of the Hashtable class using the specified initial capacity, load factor, and IEqualityComparer object.
使用指定的初始容量、加载因子和IEqualityComparer对象来初始化Hashtable类的新的空实例。
msdn2.microsoft.com
9.
a string representation of this hashtable.
哈希表的字符串形式。
www.cn26.com
10.
A set object is an unordered collection of hashtable values.
集合对象是一组无序排列的可哈希的值。
dictsearch.appspot.com
1.
Every key in a Hashtable must be unique.
Hashtable中的每个键必须是唯一的。
msdn2.microsoft.com
2.
The following example uses a Hashtable as the configuration object.
下面的示例将Hashtable用作配置对象。
msdn2.microsoft.com
3.
The final nested hashtable is shown in Listing 5.
最后一个嵌套散列表如清单5所示。
www.ibm.com
4.
Adds an element with the specified key and value into the Hashtable.
将带有指定键和值的元素添加到Hashtable中。
msdn2.microsoft.com
5.
Table 1 gives a rough idea of the scalability differences between Hashtable and ConcurrentHashMap.
表1对Hashtable和ConcurrentHashMap的可伸缩性进行了粗略的比较。
www.ibm.com
6.
Class stores data in the private hashtable and implements the other methods.
类把数据保存在私有散列表中,并实现了其他方法。
www-128.ibm.com
7.
The disk forms of Hashtable and HashMap are different and incompatible.
Hashtable和HashMap在磁盘上的格式是不相同、不兼容的。
www.ibm.com
8.
Creates a shallow copy of this hashtable.
创建一个哈希表的浅拷贝。
941xz.com
9.
Removes the element with the specified key from the Hashtable.
从Hashtable中移除带有指定键的元素。
msdn2.microsoft.com
10.
Mapping objects have a one- to -many correspondence between hashtable values (keys) and the objects they represent (values).
映射类型对象里哈希值(键)和指向的对象(值)是一对多的关系。
dictsearch.appspot.com
1.
Hashes are similar to the Java HashMap and Hashtable classes.
散列与Java中的HashMap和Hashtable类很相似。
www-128.ibm.com
2.
Tests if some key maps into the specified value in this hashtable.
测试哈希表中是否有key映射到指定值。
www.cn26.com
3.
Job parameters are stored in a hashtable and are passed to the device class plug-in code when the job is executed.
作业参数存储在哈希表中,并当作业执行时将其发送到设备类的插件代码中。
www-128.ibm.com
4.
To do this, you simply use a hashtable or a similar collection to store the XML documents.
为此,您只需使用一个hashtable或者一个类似的集合来存储XML文档。
www.ibm.com
5.
Increases the capacity of and internally reorganizes this hashtable, in order to accommodate and access its entries more efficiently.
增加哈希表的容量,内部调整,以便更有效地容纳和访问项。
www.cn26.com
6.
How we do so depends on how we intend to use the Hashtable.
传递类型参数的方式取决于我们打算如何使用Hashtable。
www.ibm.com
7.
Contains a Hashtable that returns a mapping from cultures to ResourceSet objects.
包含Hashtable,它返回从区域性到ResourceSet对象的映射。
msdn2.microsoft.com
8.
The initial capacity of the hashtable.
哈希表的初始容量。
941xz.com
9.
How can you build large scale software without knowing what a hashtable is? Or the difference between a linked list and an array?
如果不知道哈希表,或者不知道链表和数组之间的差别,你如何构建一款大型的软件?。
www.cnbeta.com
10.
Because the custom section handler uses a Hashtable as the configuration object, the GetSection method returns a Hashtable.
因为自定义节处理程序将Hashtable用作配置对象,所以GetSection方法返回Hashtable。
msdn2.microsoft.com
1.
The IHashCodeProvider interface is used in conjunction with the Hashtable class.
IHashCodeProvider接口和Hashtable类一起使用。
msdn2.microsoft.com
2.
Tests if the specified object is a key in this hashtable.
测试指定对象是否是哈希表中的key。
941xz.com
3.
The load factor of the hashtable.
哈希表的加载因子。
941xz.com
4.
Figure 22 shows the type graph for the Hashtable referenced in the ownership chain under EvaluateServlet (Figure 20).
图22显示了EvaluateServlet(如图20所示)下的所有链引用的Hashtable的类型图。
www.ibm.com
5.
ListDictionary is faster than Hashtable for small collections (10 items or fewer).
对于小集合(10项或更少),ListDictionary比Hashtable快。
msdn2.microsoft.com
6.
You have to construct a hashtable to contain the blog post information.
必须构造一个包含blog帖子信息的散列表。
www.ibm.com
7.
The Container, which is also a hashtable, and the queues are placed as objects in the container hashtable.
Container也是散列表,这些队列作为对象放入容器散列表中。
www.ibm.com
8.
The standard utility classes such as Hashtable and Vector also affect Java program performance.
标准实用程序类,如Hashtable和Vector也影响Java程序性能。
www.ibm.com
9.
You can use a Hashtable to store key value pairs.
你可以使用一个哈希表来存储“键 值”对。
game.ceeger.com
10.
Constructs a new, empty hashtable with a default initial capacity (11) and load factor, which is 0. 75.
构建一个新的默认初始容量(11)的空哈希表,默认装载因子0.
www.cn26.com
1.
Constructs a new, empty hashtable with the specified initial capacity and default load factor, which is 0. 75.
构建一个新的指定初始容量的空哈希表,默认装载因子0.
www.cn26.com
2.
put the . NET instances into a Java hashtable
将.NET实例放入Java哈希表
www.infoq.com
3.
This example creates a hashtable of numbers. It uses the names of the numbers as keys
以下例子创建了一个数字哈希表,它用了数字的名称来作
941xz.com
4.
A Hashtable object may automatically generate the text and values to the following controls
哈希对象可以自动的往以下这些控件里生成文字以及值
www.w3pop.com
5.
Algorithm for fast filtering redundancy vertex in STL solid based on Hashtable
基于哈希表的STL面片冗余顶点快速滤除算法
www.ilib.cn
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/28 0:36:46