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

搜索资源列表

  1. find

    0下载:
  2. 哈希表的设计 [问题描述] 真对你所在的集体(比如你所在的班级)中的人名设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表的程序。 [基本要求] 假设人名为中国人姓名的汉语拼音形式,待填入的哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数方法构造,用伪随机探测再散列处理冲突。 -Hash table design [descr iption of the problem] really right in your collective (
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:115295
    • 提供者:艾萌
  1. blizzard_hash

    0下载:
  2. 这是传说中异常强悍的暴雪公司研究的哈希算法,采用三个哈希表来防止冲突,代码简练自成一体,无论是思想还是代码风格都非常值得大家学习!-This is the legendary Blizzard of abnormal powerful study of the hash algorithm, using three hash table to prevent conflict, the code concise self-contained, whether it is coding style
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1016
    • 提供者:Harry
  1. Hashlist

    0下载:
  2. 哈希队列,解决哈希表不能按序号直接访问的问题-array list that contains all the keys as they are inserted, the index is associated with a key so when pulling out values by index
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:1025
    • 提供者:阿滨
  1. keyu

    0下载:
  2. 设计哈希表实现电话号码查询系统 利用《数据结构》课程的相关知识完成一个具有一定难度的综合设计题目,利用C/C++语言进行程序设计,并规范地完成课程设计报告。通过课程设计,巩固和加深对线性表、栈、队列、字符串、树、图、查找、排序等理论知识的理解;掌握现实复杂问题的分析建模和解决方法(包括问题描述、系统分析、设计建模、代码实现、结果分析等);提高利用计算机分析解决综合性实际问题的基本能力。
  3. 所属分类:Data structs

    • 发布日期:2016-01-24
    • 文件大小:983121
    • 提供者:wenwen
  1. Untitled1

    0下载:
  2. 针对年级中的“人名”设计一个哈希表,使得平均查找长度不超过指定值;并完成相应的建表和查表程序-For the grade in the " name" design a hash table, bringing the average search length does not exceed the specified value and complete the appropriate procedures for construction of tables and
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1560
    • 提供者:liwei
  1. ha

    0下载:
  2. 假设哈希表长为m,哈希函为H(x),用链地址法处理冲突,试编写输入一组关键字并建造哈希表的算法。-Suppose the hash table length m, the hash function as H (x), treatment with a chain address the conflict and try to enter a keyword and the preparation of the construction of hash table algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:565
    • 提供者:林小芬
  1. d

    0下载:
  2. 设定哈希函数 H(key) = key MOD 11 ( 表长=11 ),输入一组关键字序列,根据线性探测再散列解决冲突的方法建立哈希表的存储结构,显示哈希表,任意输入关键字,判断是否在哈希表中。-Set the hash function H (key) = key MOD 11 (table length = 11), enter a keyword sequence, then hash based on the linear probing method of conflict reso
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1096
    • 提供者:申超波
  1. liuxuqi

    0下载:
  2. 实现哈希表的插入 删除 搜索等功能 实现哈希表的插入 删除 搜索等功能实现哈希表的插入 删除 搜索等功能-Hash table to achieve the insertion deletion search functions to achieve the hash table insert delete search functions to achieve the hash table insert delete search functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1894
    • 提供者:liuxuqi
  1. Phone

    1下载:
  2. 在C++中采用哈希表实现的电话管理系统,采用关键字进行数据的存储和查询-HASH
  3. 所属分类:其他行业

    • 发布日期:2017-06-03
    • 文件大小:2425
    • 提供者:冯波
  1. HW6

    0下载:
  2. 用哈希表实现了节点的插入,删除,并计算冲突次数-A hash table implementation of the node insert, delete, and calculate the number of conflicts
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:8754
    • 提供者:annie
  1. ClsHash

    0下载:
  2. 一个简单的哈希表实例,调试通过的,照着做下来,哈希表应该会明白吧!-A simple hash table instance, debugging through, and follow suit down, the hash table should understand it!
  3. 所属分类:ComboBox

    • 发布日期:2017-03-29
    • 文件大小:14287
    • 提供者:云仔
  1. assignment_2_2

    0下载:
  2. Java的哈希表实现程序,按h可以看程序的使用说明-Java' s hash table implementation process, press h to see the program instructions can be
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:31092
    • 提供者:Lu Chang
  1. Java-data-structures-andalgorithms-

    0下载:
  2. 《Java数据结构和算法》(第2版)介绍了计算机编程中使用的数据结构和算法,对于在计算机应用中如何操作和管理数据以取得最优性能提供了深入浅出的讲解。全书共分为15章,分别讲述了基本概念、数组、简单排序、堆和队列、链表、递归、进阶排序、二叉树、红黑树、哈希表及图形等知识。附录中则提供了运行专题Applet和例程、相关书籍和问题解答。《Java数据结构和算法》(第2版)提供了学完一门编程语言后进一步需要知道的知识。本书所涵盖的内容通常作为大学或学院中计算机系二年级的课程,在学生掌握了编程的基础后才开
  3. 所属分类:Data structs

    • 发布日期:2017-06-16
    • 文件大小:25849856
    • 提供者:zhangya
  1. 设计哈希表实现电话号码查询系统

    1下载:
  2. 1、每个记录有下列数据项:电话号码、用户名、地址; 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、选取解决冲突的方法; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。
  3. 所属分类:数据结构常用算法

  1. 哈希表实现号码查询实验报告 (1)

    0下载:
  2. 实现电话号码查询 设每个记录有下列数据项:电话号码、用户名、地址; 2) 从键盘输入各记录,分别以电话号码和用户名为关键字建立散列表; 3) 采用一定的方法解决冲突; 4) 查找并显示给定电话号码的记录; 5) 查找并显示给定用户名的记录。(To achieve the telephone number inquiry, each record is provided with the following data items: telephone nu
  3. 所属分类:网络编程

    • 发布日期:2017-12-20
    • 文件大小:526336
    • 提供者:GL Duan
  1. hash

    0下载:
  2. 数据结构实验代码,交互化实现哈希表的动态存储结构(Data structure experiment code, interactive realization of hash table dynamic storage structure)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:626688
    • 提供者:twat
  1. hitsd_searchAndHash

    0下载:
  2. 哈工大 软件设计开发与实践 红黑树 哈希表(Hit software redblack)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:23047168
    • 提供者:reco
  1. hash

    0下载:
  2. 它通过从预处理源创建一个散列和编译源代码。创建哈希表(It works by creating a hash from the preprocessed sources and the compiler options used to compile the sources)
  3. 所属分类:数据结构

  1. sparse matrix_hash

    1下载:
  2. 设有n*n 的稀疏矩阵,其稀疏因子为γ = 0.5%,装填因子为α = 0.5,用哈希表作为存储结构。以哈希表作为存储结构,实现稀疏矩阵元素的存取并计算平均查找长度。(The sparse matrix with n*n is sparse factor of gamma = 0.5%, the loading factor is alpha = 0.5, and hash table is used as storage structure. Hash table is used as sto
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:731136
    • 提供者:薄荷小安
  1. ha

    0下载:
  2. 实现的功能是哈希表的相关操作程序,及对哈希表的处理(The implemented function is the related operating program of the hash table, and the processing of the hash table)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:***完美
« 1 2 34 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com