网站首页  词典首页

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

 

单词 hash table
释义

hash table

  • 网络哈希表;杂凑表;散列表
1.
哈希表
哈希表下图示意了哈希表(Hash Table)这种数据结构。 图 26.12. 哈希表 如上图所示,首先分配一个指针数组,数组的每个元素是 …
www.gamedudu.net
2.
杂凑表
计算机与网络英语词汇(H) ... hash number 杂凑数 hash table 杂凑表 hash value 杂凑值 ...
www.zftrans.com
3.
散列表
2008年7月10日 随笔档案 - 两颗番茄 - 博客园 ... hash search 散列查找 hash table 散列表 head 弧头 ...
www.cnblogs.com
4.
哈西表
     该软件最主要的功能是挂哈西表hash table)破解,据说对路的话速度比挂字典快一千来倍。光盘中带了很多哈西表,ssid对 …
lakebaykal.wordpress.com
5.
杂凑表格
杂凑表格hash table)的大小有10个位置,编号从0到9,
www.ptt.cc
6.
以杂凑表
型的表格,可考虑以杂凑表(hash table)来实作。6.2.3 关联的最佳化(Optimization)   我们「物件模型」中所建的物件及其关联可 …
tw.myblog.yahoo.com

例句

释义:
1.
It's sometimes known as an associative array because data is associated with a key value, or as a hash table.
它有时候称为关联数组(因为数据与一个键值相关联),或者作为散列表。
www.ibm.com
2.
A hash table that contains an internal object to which object pooling properties are applied, referenced by an internal key.
一个哈希表,包含应用了对象池属性且由内部键引用的内部对象。
msdn2.microsoft.com
3.
It behaves as though it were a giant hash table, looking up key = value pairs. Give it a key, and set or get some arbitrary data.
Memcached的奇妙之处在于它的两阶段hash的方法,它通过一个巨大的hash表来查找key=value对,给它一个key,就可以set或get数据了。
blog.163.com
4.
In theory the hash table is a rather simple construct, just collection of arrays or linked lists divided into a finite number of buckets.
理论上,哈希表是一个非常简单的构造,就是数组或链表的集合被划分到有限数量的存储体中。
www.infoq.com
5.
A key-value store is basically a hash table on disk, so the location of a piece of data can be guessed without having to consult an index.
键值存储从基本上说就是磁盘上的哈希表,因此在无需借助索引的情况下可以猜测一块数据的位置。
www.ibm.com
6.
If you call the derived type's GetHashCode method, the return value is not likely to be suitable for use as a key in a hash table.
如果您调用派生类型的GetHashCode方法,则返回值不大可能适合用作哈希表中的键。
msdn2.microsoft.com
7.
Rather than starting with a full-blown object-oriented implementation, I'm going to represent transitions in a hash table.
首先,我将使用一个散列表表示转换,而没有使用成熟的面向对象实现。
www.ibm.com
8.
Hash Table question Enter the names of a total of 30, you take the average length of a maximum of two.
假设人名为汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。
ftp.hackchina.com
9.
In this method, one of the tables, usually the smaller one, is scanned and used to create a hash table in memory.
在该方法中,需要扫描其中的一个表,通常扫描较小的那个表,用它在内存中创建一个哈希表。
www.ibm.com
10.
Maximum number of cached entries in a hash bucket for this hash table since the server was started.
自服务器启动以来,哈希存储桶中用于该哈希表的最大已缓存条目数。
technet.microsoft.com
1.
Within each element of the array is a hash table that includes the name of the event and an array of the games played.
该数列内的每个元素都是一个散列表,包含事件名称和比赛项目的阵列。
www.ibm.com
2.
The JSON object includes both the "id" field and the "name" field for the record encoded as a JavaScript hash table.
对于作为一个JavaScript哈希表编码的记录,JSON对象包含“id”字段和“name”字段。
www.ibm.com
3.
If the transaction is later rolled back, all of the changes made to the hash table under that transaction can be undone.
如果以后回滚该事务,则可以撤消基于该事务对哈希表进行的所有更改。
msdn2.microsoft.com
4.
Will use recursion to acquire the lock on each bucket and rehash the elements from each bucket into a new, larger hash table.
就使用递归获取每个bucket上的锁并重排每个bucket中的元素到一个新的、更大的hash表中。
www-128.ibm.com
5.
It is an impediment to scalability, because only one thread can access the hash table at a time.
首先,这种方法对于可伸缩性是一种障碍,因为一次只能有一个线程可以访问hash表。
www-128.ibm.com
6.
As this query plan shows, keys from more than one hash table build can be pushed down to filter rows of the fact table.
如这个查询计划所示,不止一个散列表的键可以被下推来过滤事实表的行。
www.ibm.com
7.
Synchronized hash table implementation of the Map interface that does not allow null keys or values, with additional "legacy methods. "
Map接口的线程同步哈希表的实现,不允许空的键或者值,和其派生下来的方法也变为线程安全的。
www.bing.com
8.
An element of Property type introducing a name-object association within the System Properties hash table.
在SystemProperties散列表内引入名称-对象关联的Property类型元素。
www.ibm.com
9.
The initialization process may also introduce name-object associations in the System Properties hash table.
这个初始化过程还可以引入SystemProperties散列表中的名称-对象关联。
www.ibm.com
10.
In various languages, this collection is realized as an object, record, struct, dictionary, hash table, keyed list, or associative array.
这个集合可能被实现为对象、记录、结构、词典、散列表、键列表或关联数组,具体情况取决于所使用的语言。
www.ibm.com
1.
A cache is an application-specific hash table used to store frequently accessed data.
缓存是用于存储经常访问的数据的特定于应用程序的哈希表。
msdn2.microsoft.com
2.
Key-values Stores. The main idea here is using a hash table where there is a unique key and a pointer to a particular item of data.
KV存储的主要思想是一个哈希表,每个item有一个主键和特定的数据值。
www.bing.com
3.
A similar widely used application for hash tables is in computer-language compilers, which maintain a symbol table in a hash table.
哈希表还在另一个类似的领域得到广泛应用,这就是高级计算机语言的编译器,它们通常用哈希表保留符号表。
blog.sina.com.cn
4.
An array into which data is inserted using a hash function is called a hash table.
使用哈希函数向数组插入数据后,这个数组就称为哈希表。
blog.sina.com.cn
5.
hash table, and then through a least-squares fit to a final estimate of model parameters.
最小平方的适合变换散列表,然后到式样参量的一个最后的估计。
iask.sina.com.cn
6.
It then appends all of that data as a hash table to the episodes array, which is a member variable.
然后将所有数据作为一个哈希表附加到剧集数组,该数组是一个成员变量。
www.ibm.com
7.
It generates a hash table from the predetermined list of valid command-line options and a lookup function whose time complexity is O(1).
它将从预定的有效命令行选项列表和时间复杂度为O(1)的查找函数中生成一个散列表。
www.ibm.com
8.
We look up a hash table with linked list based upon the hash key for the logging token name.
我们需要根据日志标记名使用的散列值对具有链表(linkedlist)的散列表进行查询。
www.ibm.com
9.
NHashSize The size of the hash table for interface pointer maps. Should be a prime number.
用于指针映射接口的哈希表的大小,必须是一个素数。
www.zjrj.org
10.
Implements a hash table with the key and the value strongly typed to be strings rather than objects.
使用字符串(而不是对象)强类型的键和值来实现哈希表。
msdn2.microsoft.com
1.
In addition experimental hash table to understand the data structure used.
此外通过实验了解HASH表数据结构的使用。
www.pudn.com
2.
Because hash table search in the absence of collisions (collision) and overflow (overflow) circumstances, as long as one can capture that.
因为杂凑表搜寻在没有碰撞(collision)及溢位(overflow)的情况下,只要一次就可撷取到。
3333355555.com
3.
The inode cache is implemented as two lists and a hash table for faster lookup.
为了实现更快的查找速度,inode缓存被实现为两个列表和一个散列表。
www.ibm.com
4.
The Hash Match operator builds a hash table by computing a hash value for each row from its build input.
HashMatch运算符通过计算其生成输入中每行的哈希值生成哈希表。
technet.microsoft.com
5.
If the iterator is invalid, navigating in a hash table is not possible.
如果迭代程序无效,则无法导航哈希表。
www.microsoft.com
6.
Used to synchronize access to an internal hash table.
用于同步对内部哈希表的访问。
technet.microsoft.com
7.
The groups created for each column are stored in a hash table along with the subitem text or initial letter.
针对每个资料行建立的群组会随子项目文字或字首一起储存在杂凑资料表中。
technet.microsoft.com
8.
In the build phase, the database server reads one table, and, after it applies any existing filters, it creates a hash table in memory.
在构建阶段,数据库服务器读取一个表,并且在应用所有现有筛选器之后,在内存中创建一个哈希表。
www.ibm.com
9.
Problem Description: Design hash table to achieve telephone number inquiry system.
问题描述:设计哈希表实现电话号码查询系统。
www.joys99.com
10.
GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetHashCode适合在哈希算法和数据结构(如哈希表)中使用。
msdn2.microsoft.com
1.
Because the -C option was used for gperf invocation, the hash table is defined with the const attribute.
因为使用-C选项进行gperf调用,将使用const属性定义散列表。
www.ibm.com
2.
Data can be added to and removed from the hash table under a single transaction.
基于单个事务,数据可被添加到哈希表或从哈希表中删除。
msdn2.microsoft.com
3.
It would be conceivable to write a hash table that uses another method.
可以想象编写使用其它方法的散列表。
boost-doc-zh.googlecode.com
4.
The key in the internal hash table of the COM object in which to store the data.
用于存储数据的COM对象的内部哈希表中的键。
msdn2.microsoft.com
5.
Symbols are effectively pointers to strings stored in a hash table.
符号实际上是一种指针,指向储存在哈希表中的字符串。
blog.sina.com.cn
6.
The smallest table is scanned first, and the hash table is populated with pointers to the rows that match each key.
最小的表首先被扫描,然后哈希表被填入相匹配的每个键的行指针。
www.ioracle.org
7.
First, you must change the fields from individual instance variables to a hash table of field and value pairs.
首先,必须把字段从单个实例变量修改成字段和值组合构成的散列表。
www.ibm.com
8.
GetHashCode - Generates a number corresponding to the value of the object to support the use of a hash table.
GetHashCode—生成一个与对象的值相对应的数字以支持哈希表的使用。
msdn2.microsoft.com
9.
There are two popular methods for choosing the number of buckets in a hash table.
有两种常见的方法来选择在散列表中的桶的数量。
boost-doc-zh.googlecode.com
10.
A hash table stores frequently accessed and fast changing information in the memory cache.
哈希表在内存缓存中存储频繁访问的、快速变化的信息。
www.microsoft.com
1.
If the URI does not exist in the internal hash table, a null is returned.
如果内部哈希表中没有URI,将返回空值。
www.ibm.com
2.
The linked list hash table contains information about the shared memory logging token pointers.
这个链表散列表包含有关共享内存日志标记指针的信息。
www.ibm.com
3.
Put the item type relation definitions into the hash table.
将项目类型关系定义放入散列表中。
www.ibm.com
4.
For now, we will demonstrate by using a hash table that gets initialized into the memory whenever WebSphere Portal Server starts up.
现在,我们将通过使用一个每当WebSpherePortalServer启动时被初始化到内存中的散列表来展示。
www.ibm.com
5.
Each transition is a method invocation followed by a hash table.
每个转换都是在散列表之后的一个方法调用。
www.ibm.com
6.
Note that the variable_map class resembles a hash table in many respects.
请注意,variable_map类在许多方面与哈希表非常相似。
www.ibm.com
7.
The collection is a hash table that represents the bindings on a control.
该集合是表示控件上的绑定的哈希表。
msdn2.microsoft.com
8.
Then, for each probe row (as applicable), it computes a hash value (using the same hash function) and looks in the hash table for matches.
然后,该谓词为每个探测行(如果适用)计算哈希值(使用相同的哈希函数)并在哈希表内查找匹配项。
technet.microsoft.com
9.
If the hash table already contains the key then the old value is overwritten.
如果哈希表已包含的关键则是覆盖旧值。
blog.163.com
10.
This is, in fact, the gperf way of initializing the hash table that will store the command-line options and their associated attributes.
事实上,这就是gperf初始化散列表的方式,其中存储了命令行选项及其相关属性。
www.ibm.com
1.
A hash table includes the different types of "queues" of information.
散列表包含不同类型的信息“队列”。
www.ibm.com
2.
Instead, use an in memory hash table to cache the data and just keep a key to the data in the session.
相反地,应该使用内存中的哈希表来缓存数据,并且在会话中保存一个对此数据进行引用的键。
www.ibm.com
3.
Method to allow a type to work correctly in a hash table.
方法,使类型可以在哈希表中正确地工作。
msdn2.microsoft.com
4.
A hash table that contains internal objects referenced by internal keys.
一个哈希表,包含由内部键引用的内部对象。
msdn2.microsoft.com
5.
Structured P2P systems use the distributed hash table(DHT) to map data into the corresponding node.
结构化P2P系统使用分布式哈希表(DHT)将数据映射到相应的节点上,从而得到了高效的路由算法。
www.dictall.com
6.
This class builds a hash table of key-value pairs at the class instantiation.
此类在类实例化时构建一个键值对哈希表。
www.ibm.com
7.
So, this implementation uses a prime number for the hash table size.
所以,我们实现使用素数作为散列表的大小。
boost-doc-zh.googlecode.com
8.
Consider memory retiring to implement per-chain hash-table locks.
思索用内存“退戚”法去真现哈希表的按屯辊锁。
blog.sina.com.cn
9.
whereas, a case-insensitive hash table would throw an exception when adding the second object.
而不区分大小写的哈希表在添加第二个对象时将引发异常。
technet.microsoft.com
10.
The hash distinct algorithm reads its input, and builds an in-memory hash table.
非重复散列算法读取输入并建立内存中的散列表。
www.ianywhere.com
1.
Get the first and second child-level definitions, putting them into the hash table.
获得第一个子层和第二个子层的定义,并将它们放入散列表中。
www.ibm.com
2.
Hash table to achieve the design of telephone number inquiry system.
设计哈希表实现电话号码查询系统。
www.joys99.com
3.
In this case, the size of the hash table is substantial, needing more than 100 bytes of memory just to store one word (either 4 or 8 bytes)!
在这种情况下,散列表的尺寸就变得很重要了,为了存储一个字(4或8个字节),就需要使用100个字节的内存。
www.infoq.com
4.
Calling methods on a hash table at this stage is therefore not advisable.
因此,不建议在此阶段对哈希表调用方法。
msdn2.microsoft.com
5.
Error allocating hash table. The Sap Agent cannot continue.
分配散列表的方式有误。Sap代理程序无法继续。
www.fan6.net
6.
Directory size is the size of the hash table.
目录大小为哈希表的大小。
msdn2.microsoft.com
7.
One example of this is a transacted hash table and an application that uses it.
事务性哈希表和使用它的应用程序就是这样的示例之一。
msdn2.microsoft.com
8.
This protocol used distributed Hash table to manage data.
此协议使用分布式哈希表管理数据。
kns50.chkd.cnki.net
9.
Serves as a hash function for the current BitVector32. Section, suitable for hashing algorithms and data structures, such as a hash table.
用作当前BitVector32.Section的哈希函数,适合用在哈希算法和数据结构(如哈希表)中。
msdn2.microsoft.com
10.
Also generated as part of the perfecthash. hpp file is the hash table.
散列表作为perfecthash.hpp文件一部分生成。
www.ibm.com
1.
The value indicates a range from 0 through the hash table size for the type of cache.
此值指示从0到特定缓存类型的哈希表大小之间的范围。
msdn2.microsoft.com
2.
Retrieve Item Type Definition from Hash table.
从散列表中检索项目类型的定义。
www.ibm.com
3.
You can update seconds on status bar and click OK , then it will change to your choice. Hash table size: recommend to 32M to 64M.
您可以随时更新时间的状态栏,然后单击确定,然后它将改变你的哈希表大小保存为32M到64M。
rj.tywiki.com
4.
This Error event indicates that a hash table that stores DSAccess information is damaged and cannot be used.
此错误事件表示存储DSAccess信息的哈希表已损坏,无法使用。
www.microsoft.com
5.
When a new record was added to the hash table.
当将新记录添加到哈希表时。
www.microsoft.com
6.
Internally, the class maintains a hash table of all pooled objects.
在内部,类负责维护所汇聚的全部对象的哈希表。
www.cnblogs.com
7.
For example, suppose two objects with the keys "hello" and "HELLO" are to be added to a hash table.
例如,假设要将两个带有关键字“hello”和“HELLO”的对象添加到哈希表。
msdn2.microsoft.com
8.
Returns a string value from the internal dictionary or hash table using the given key.
使用给定键从内部字典或哈希表中返回一个字符串值。
msdn2.microsoft.com
9.
When an existing record was searched for in the hash table.
当在哈希表中搜索现有记录时。
www.microsoft.com
10.
For any joins, use the first (top) input to build the hash table and the second (bottom) input to probe the hash table.
对于联接,使用第一个(顶端)输入生成哈希表,使用第二个(底端)输入探测哈希表。
technet.microsoft.com
1.
You will use the resulting hash table in your servlet to output the list of categories.
在servlet中,将使用产生的散列表输出类别列表。
www.ibm.com
2.
A string value from the internal dictionary or hash table using the given key.
使用给定键从内部字典或哈希表中获取的字符串值。
msdn2.microsoft.com
3.
Memory data are stored in table set, and data index is set up by hash table.
采用表集的方式存储各类内存数据,通过哈希表建立数据索引。
www.boshuo.net
4.
Because the -G option is specified from the command line, the hash table is generated in global scope.
由于命令行中指定了-G选项,将在全局范围内生成散列表。
www.ibm.com
5.
This Error event indicates that a hash table iterator is invalid.
此错误事件表示哈希表迭代程序无效。
www.microsoft.com
6.
The establishment of hash table to find.
哈希表的建立、查找。
www.hxzi.com
7.
Adds data to the hash table.
将向该表中添加数据。
msdn2.microsoft.com
8.
Instead it is based on a hash table like model.
它是建立在一种类似于散列表的模型上的。
www.infoq.com
9.
Application of Hash table to statistics of client lose analyzing in telecommunication public payphone
哈希表在电信公用电话客户流失分析中的应用
www.ilib.cn
10.
Dynamic allocation and hash table based match algorithms for firewall rules
防火墙规则的动态分配和散列表匹配算法
www.ilib.cn
1.
Level hash table resource discovery mechanism in the grid environment
网格环境中分层次哈希表资源发现机制
www.ilib.cn
2.
The property is set to a value, but the hash table was created using an
该属性被设置为某个值,但哈希表是使用
msdn2.microsoft.com
3.
Reduction in false lock contentions for row and table locks in the lock manager's hash table
减少锁管理器的hash表中对行和表锁的虚假锁竞争。
www.ibm.com
4.
A Hybrid Peer-to-Peer Lookup Service Algorithm on Distributed Hash Table
一种基于分布式哈希表的混合对等发现算法
www.ilib.cn
5.
Novel Distributed Hash Table for Wireless Ad Hoc Networks
网络的新型分布式哈希表
www.ilib.cn
6.
Using dual chain hash table to improve performance of NP firewall
用双链哈希表提高基于网络处理器的防火墙性能
www.ilib.cn
7.
Over-loaded hash table with separate chaining
使用一张负荷过度、链分开的
blog.csdn.net
8.
It maintains a static hash table to map a proxy with the actual
它维持一个静态哈希表,以将一个代理映射到实际
www-128.ibm.com
9.
Method of Data-extraction from DXF Based on Hash Table and its Application
基于哈希表的DXF文件信息读取方法及其应用
scholar.ilib.cn
10.
Improvement of Association Rules Mining Algorithm Based on Hash Table
基于Hash表的关联规则挖掘算法的改进
scholar.ilib.cn
1.
Research and Implementation of Hardware Hash Table Based on d-left Algorithm
基于d-left算法的硬件哈希表研究与实现
www.ilib.cn
2.
The probing method of uniform and half for HASH table
散列表的一致对半探测方法
ilib.cn
3.
Fast Packet Classification Algorithm Based on Hash Table
基于散列表的快速分组分类算法
www.ilib.cn
4.
A heap dynamic memory management method based on Multi-Hash table
一种基于多哈希表的堆式动态存储管理方法
www.ilib.cn
5.
High Performance URL Filter Based on Hash Table
基于哈希表的高性能URL过滤器研究
www.ilib.cn
6.
How to: Use a Hash Table to Store Event Instances
如何:使用哈希表来存储事件实例
msdn2.microsoft.com
7.
A Kind of Web Service Catalog System Based on Distributed Hash Table
一种基于分布式哈希表的Web服务目录系统
service.ilib.cn
8.
For example, say I want to construct a new hash table that maps
例如,假如我想构造一个新的散列表,这个表将
www-128.ibm.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/12/27 16:36:36