CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hash table

搜索资源列表

  1. sjjg_haxi

    0下载:
  2. CH81.C:哈希表:开放地址法解决冲突 CH82.C:哈希表:拉链法解决冲突 PROG1.C:实习题1程序 PROG2.C:实习题2程序 PROG3.C:实习题3程序-CH81.C: Hash Table: Opening address conflict resolution method CH82.C: Hash table: zipper method of conflict resolution PROG1.C: Title 1 program interns
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:3731
    • 提供者:kingdom9
  1. za_cou

    0下载:
  2. 利用雜湊表進行資料的搜尋。輸入資料的筆數與原始資料數據,建立雜湊表,可查詢鍵值。-Hash table using the information search. Number of input data with raw data, the establishment of a hash table key can be found.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1329
    • 提供者:Lin
  1. structure

    0下载:
  2. 哈希表操作,关于数据结构,用C语言实现的。学生专用-Hash table operations on the data structure, realized with C language. Student
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2704
    • 提供者:周思君
  1. chap0

    0下载:
  2. dht分散式哈希表,用于BitTorrent、emule协议中-A Modular Distributed Hash Table
  3. 所属分类:Network Security

    • 发布日期:2017-04-17
    • 文件大小:391835
    • 提供者:吴开红
  1. BookFind

    0下载:
  2. 一个海量图书查询系统,程序可以模拟图书馆书库,随机生成100万条图书记录并形成索引表和哈希表,实现图书查找功能。同时计算执行效率。-Inquiry System of a mass of books, the program can simulate the library stacks, randomly generated one million books and records of the formation of the index table and hash table, the
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:5469
    • 提供者:Jack cheng
  1. fen

    0下载:
  2. 基于后缀数组无词典分词算法,利用散列表获得汉字结合模式,通过置信度进行赛选。-Suffix array-based non-dictionary word segmentation algorithm, the use of hash table model was combined with Chinese characters, through the confidence to carry out the election race.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:4087
    • 提供者:wangzhen
  1. j2se

    0下载:
  2. 本包为J2SE平台基础应用程序,包含了接口概念的理解,多线程编程,哈希表等内容。适合初学者-The package for the J2SE platform applications, including understanding of the concept of interface, multi-threaded programming, such as hash table. Suitable for beginners
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:12623
    • 提供者:dangml
  1. hash_operate

    0下载:
  2. 哈希表的构造,里面包括哈希表的遍历,不过里面有些功能还不是很完善,可能不能满足多种需求。-Hash table structure, which includes traversing the hash table, but there is not some functional improvement may not be able to meet the various needs.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1415
    • 提供者:韩寒
  1. Ds

    0下载:
  2. 使用c++ 语言编写的数据结构演示程序,包括单链表、树、图、广义表,散列表等-Using c++ language demo of the data structure, including such as single-chain, tree, map, generalized list,hash table
  3. 所属分类:Data structs

    • 发布日期:2017-05-22
    • 文件大小:7004587
    • 提供者:wei
  1. HashTable

    0下载:
  2. 设计哈希表实现电话号码查询系统(哈希表的创建、查找、通过再哈希表解决冲突)-Hash table to achieve the design of telephone number inquiry system (create a hash table to find, through the settlement of the conflict re-hash table)
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:7546
    • 提供者:luyanjiang
  1. HAS

    0下载:
  2. 针对某个集体中的人名设计一个哈希表,使得平均查找长度不超过R 假设待填入哈希表的人名有30个,平均查找长度为2。 哈希表用除留余数法构造,用伪随机探测在散列法处理冲突。 -For a group of names to design a hash table, making the average length of no more than R to find the assumption that hash table to be populated with the nam
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1615
    • 提供者:baby无齿
  1. haxi

    0下载:
  2. 针对某个集体中的人名设计一个哈希表,使得平均查找长度不超过R 假设待填入哈希表的人名有30个,平均查找长度为2。 哈希表用除留余数法构造,用伪随机探测在散列法处理冲突。 -For a group of names to design a hash table, making the average length of no more than R to find the assumption that hash table to be populated with the nam
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:974625
    • 提供者:baby无齿
  1. hash

    0下载:
  2. 查找: 建立一个哈希查找表,哈希函数采用: H(key)= key P(其中P=13),若发生冲突后,用链地址法解决冲突。-Search: the creation of a hash lookup table, the use of hash function: H (key) = key P (of which P = 13), if the occurrence of post-conflict, and conflict resolution chain address law.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:70753
    • 提供者:奈奈
  1. haxi

    0下载:
  2. 设计哈希表实现电话号码查询系统。基本要求: 1、设每个记录有下列数据项:电话号码、用户名、地址; 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、采用再哈希法解决冲突; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。 -Hash table to achieve the design of telephone number inquiry system. Basic requirements: 1, for each
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:955217
    • 提供者:烽火
  1. sparsehash-1.5.2

    0下载:
  2. HASH MAC algorithm for creating a hash table
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:343674
    • 提供者:Shiskin
  1. HashTable

    0下载:
  2. 简单的散列表实现,这是cpp文件 ,用于学校实验报告用-The realization of a simple hash table, which is cpp files for the experimental school report
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:916
    • 提供者:张烨
  1. mataliuhen

    0下载:
  2. 这是用哈希表解决的一个问题:马踏留痕问题-This is a hash table to resolve the issue: the question marks remain horse riding
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3189
    • 提供者:changjian
  1. shiyaner

    0下载:
  2. 实验数据结构关于哈希表的问题,连电话记得那才叫警方ig据id快ifvnidsidf-Experimental data on the hash table structure of the problem, remember that even the phone calls, according to id really fast ig Police ifvnidsidf
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:101937
    • 提供者:liguifang
  1. hasi

    0下载:
  2. 数据结构有关哈希表的探测以及冲突处理程序源代码-Hash table data structure, as well as the conflict detection process source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:170419
    • 提供者:liguifang
  1. create_hash

    0下载:
  2. hash表的建立相关函数实现,比如,hash表存储数据,hash表插入数据等。-hash table to achieve the establishment of correlation function, for example, hash table to store data, hash table to insert data.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2646
    • 提供者:雷志俊
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 33 »
搜珍网 www.dssz.com