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

搜索资源列表

  1. 6

    0下载:
  2. 1.定义哈希表数据结构。 2.除留余数法做为哈希函数、 H(key) = key P 用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并输出哈希表。 3.编写函数,求查找成功时的平均查找长度(ASL)。-1. Define the hash table data structure. 2. In addition to leaving the remainder as the hash function method, H (key) = key P re-ha
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:719
    • 提供者:finejade
  1. yy6

    0下载:
  2. 1.定义哈希表数据结构。 2.除留余数法做为哈希函数、 H(key) = key P 用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并输出哈希表。 3.编写函数,求查找成功时的平均查找长度(ASL)。 -1. Define the hash table data structure. 2. In addition to leaving the remainder as the hash function method, H (key) = key P re-h
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:157713
    • 提供者:武朝阳
  1. hashtable

    0下载:
  2. 对数据结构课所学的哈希表进行了详细的实现和分析。哈希表是根据设定的哈希函数H(key)和处理冲突方法将一组关键字映象到一个有限的地址区间上,并以关键字在地址区间中的象作为记录在表中的存储位置,这种表称为哈希表或散列,所得存储位置称为哈希地址或散列地址。作为线性数据结构与表格和队列等相比,哈希表无疑是查找速度比较快的一种。-a code about the hashtable,you can use it in your learning of the hash algorism
  3. 所属分类:Data structs

    • 发布日期:2017-05-31
    • 文件大小:13195425
    • 提供者:赵璐璐
  1. hash

    0下载:
  2. 哈希表查找基本代码 用线性探测再散列解决冲突-Hash table to find the basic code with linear probing hash and then resolve the conflict
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:749
    • 提供者:刘鑫
  1. check

    0下载:
  2. 1.利用实验一建立的有序表,采用折半查找实现对某一已知的关键字的查找。 2.随机产生一组关键字,利用二叉排序树的插入算法建立二叉排序树,然后删除某一指定关键字元素。 3.已知散列函数为H(key)=key p(p为自定义的常数),冲突处理方法分别为线性探测法和外拉链法,建立散列表并实现查找某一指定关键字元素。-1. Experiment established orderly table, using a binary search to achieve a known keyword
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:11959
    • 提供者:BidyBai
  1. hash

    0下载:
  2. 这是关于哈希查找的算法,采用线性探测再散列的方法处理冲突-This is about the hash lookup algorithm, using linear probing re-hash approach to conflict
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:729
    • 提供者:陈子文
  1. Hash_Table

    0下载:
  2. 本例采取除留余数法构造哈希表; 采用线性探测再散列方法解决冲突,输出哈希表结果;考查了平均查找长度。-In addition to the cases taken to leaving the remainder construct a hash table using linear probing re-hash method to resolve conflicts, the output hash table results examined the average length.
  3. 所属分类:Console

    • 发布日期:2017-03-23
    • 文件大小:9529
    • 提供者:李广
  1. 1

    0下载:
  2. 对记录序列(查找表):{55,13,23,72,109,67,2,78,13}分别实现如下操作: 1) 顺序查找; 3) 对排好序的纪录序列表进行折半查找; 4) 利用1)中记录序列建立一颗二叉排序树,并在其上实现特定关键字值结点的查找; 5) 按照“除留余数法”哈希构造函数和线性探测再散列的冲突处理方法创建表长为m=11的哈希表; 6) 实现5)创建哈希表上的查找 -On the record sequence (lookup table): {} 55,13,23,7
  3. 所属分类:Software Testing

    • 发布日期:2017-04-26
    • 文件大小:8214
    • 提供者:潘珍
  1. hash

    0下载:
  2. 线性开型散列图形化描述Java开发-hash java
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2891
    • 提供者:郭子瑜
  1. haxibiao

    0下载:
  2. 哈希表可以统计大的数据,例如全班同学的人名排列,如果遇到冲突,则采用线性探测法和随机散列再探测法-A hash table can count large data, such as names arranged in the class, and if you encounter a conflict, the linear detection method and random re-hash detection method
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1723
    • 提供者:党菲
  1. Project6

    0下载:
  2. 使用散列表设计实现一个字典,假设关键字为整数且 D 为 961,在字典 中插入随机产生的 500 个不同的整数, 实现字典的建立和搜索操作。分别使 用线性开型寻址和链表散列解决溢出。-Designed and implemented using a hash table dictionary, if your keywords is an integer and D 961, in the dictionary 500 different integers inserted rand
  3. 所属分类:Data structs

    • 发布日期:2016-11-22
    • 文件大小:1736704
    • 提供者:stephen
  1. 通讯录

    0下载:
  2. (1) 设每个记录有下列数据项:电话号码、用户名、地址; (2) 从键盘输入各记录,分别以电话号码为关键字建立散列表; (3) 采用线性探测再散列法解决冲突; (4) 查找并显示给定电话号码的记录; (5) 通讯录信息文件保存; (6) 要求人机界面友好,使用图形化界面;((1) set the following data items for each record: telephone number, username, and address; (2) input each r
  3. 所属分类:Windows编程

    • 发布日期:2018-04-19
    • 文件大小:2048
    • 提供者:Ladidadidada
  1. 哈希表查找的设计

    0下载:
  2. 设哈希表表长为20,用除留余数法构造一个哈希函数,以开放地址法中的线性探测再散列法作为解决冲突的方法,编程实现哈希表查找、插入和建立算法。(The set hash table length is 20. The algorithm of hash lookup, insert and build the hash table is programmed by using the exclusion residue method to construct a hash function and
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:61440
    • 提供者:kukuao
  1. Hasche

    1下载:
  2. 设定哈希函数 H(key) = key MOD 11 ( 表长=11 ),输入一组关键字序列,根据线性探测再散列解决冲突的方法建立哈希表的存储结构,显示哈希表,任意输入关键字,判断是否在哈希表中。(Set the hash function H (key) = key MOD 11 (table length =11), input a set of keyword sequences, set up the hash table storage structure based on the m
  3. 所属分类:其他

    • 发布日期:2020-06-07
    • 文件大小:10506240
    • 提供者:了zr
  1. 哈希表_17281183_刘梦婷

    5下载:
  2. 采用除留余数法构造哈希表,要求装载因子不超过0.7,线性探测再散列解决冲突,输出哈希表;任意输入关键字,判断是否在哈希表中,若存在显示查找成功并显示查找次数;若不存在,插入到哈希表中,再显示哈希表中的关键字序列。(The hash table is constructed by using the method of removing and reserving remainder. The loading factor is required to be no more than 0.7. T
  3. 所属分类:数据结构

    • 发布日期:2020-05-31
    • 文件大小:2189312
    • 提供者:lmt19990807
« 1 2»
搜珍网 www.dssz.com