go top

网络释义专业释义

  hashtable

Hashtable(哈希表)是一个可变长数组,表中的每个项目都通过关键字值来访问。关键字一般是某个字符串,也可以是其他类型的对象。

基于2904个网页-相关网页

  Hash

哈希表Hash)是由哈希函数生成的表示关键字与存储位置之间关系的表。哈希函数是一个以关键字值为自变量,在关键字值与记录存储位置之间建立确...

基于966个网页-相关网页

  Hash Tables

哈希表(Hash Tables) 9.3 哈希表 当关键字全域比较小的时候,利用数组(直接 寻址表)是一种简单有效的技术。

基于246个网页-相关网页

  Distributed Hash Table

...-就爱IT网 lla。平常环境下,选用这种方法的P2P网络对参预节点的带宽要求斗劲高; 动态哈希表的方法: 动态哈希表Distributed Hash Table, DHT)是大多数P2P网 P2P技术与信息安全(来源:中国科学院计算...

基于56个网页-相关网页

短语

分布式哈希表 DHT ; distributedHash table ; Distributed Hashing Table

散列表、哈希表 hash table

哈希表哈希函数碰撞 hash table hash function collision

哈希表和链 hash table and chain

哈希表哈希函数 hash table hash function collision

哈希表操作 HMGET HMSET

号哈希表 field hashes

分布式哈希表方式 Distributed Hash Table ; DHT

 更多收起网络短语
  • hash table - 引用次数:123

    Location of data is a heart problem in P2P field. Among many techniques of data location, distributed hash table (DHT) is most advantageous.

    数据定位是对等系统的核心问题,在诸多对等系统数据定位方法中,应用分布式哈希表接口进行数据定位的方法优点突出。

    参考来源 - 对等系统的数据定位
    hashtable

·2,447,543篇论文数据,部分数据来源于NoteExpress

双语例句原声例句

  • 此类实例化时构建一个值对哈希

    This class builds a hash table of key-value pairs at the class instantiation.

    youdao

  • 如果内部哈希没有URI返回空值。

    If the URI does not exist in the internal hash table, a null is returned.

    youdao

  • 在内部负责维护所汇聚全部对象哈希

    Internally, the class maintains a hash table of all pooled objects.

    youdao

更多双语例句
  • The good news is the elements in any one spot in a hash table are likely to be a small number, three, four, five.

    好的一点是在哈希表中,任何一个存贮点上的元素数据是很小的,三个,四个,五个。

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • So let's look at the second example, all right, I keep doing that -- this piece of code from here to here gives me a way of now creating a hash table of size 256.

    所以让我们来看一下第二个例子,好的,我继续做那件事,这段代码中从这里到这里,是创建一个大小为256的哈希表

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • For those perhaps familiar with some of the jargon do we introduce what we call link lists and hash tables and tries, increasingly sophisticated data structures, that allow us to solve problems that are much bigger and much more interesting than the very familiar one that we started with here.

    那些对编程的术语较熟悉的同学,我们会教授,链接列哈希表,以及日益复杂的数据结构,以便帮助我们解决其他的,比现在所学的更大也更有趣的问题。

    哈佛公开课 - 计算机科学课程节选

百科

哈希表

散列表(Hash table,也叫哈希表),是根据关键码值(Key value)而直接进行访问的数据结构。也就是说,它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。 给定表M,存在函数f(key),对任意给定的关键字值key,代入函数后若能得到包含该关键字的记录在表中的地址,则称表M为哈希(Hash)表,函数f(key)为哈希(Hash) 函数。

详细内容

以上来源于: 百度百科
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定