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

搜索资源列表

  1. 哈希表de 设计

    0下载:
  2. 哈希表的设计,内容详细。非常实用不看后悔哦-Hash Table design, detailed. Oh, very practical Bukanhouhui
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4166
    • 提供者:巍巍
  1. 程序设计:哈希表的一个应用

    0下载:
  2. 程序设计:哈希表的一个应用-Program Design : Hash Table 1 Application
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2749
    • 提供者:李创
  1. 哈希表

    1下载:
  2. 针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不 超过R,完成相应的建表和查表程序-Design to
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4761
    • 提供者:沈志成
  1. 哈希表设计

    0下载:
  2. 哈希表设计是数据结构中重要的一个项目,该程序详尽说明了哈希表的建立等过程。-hash wishes it is an important project in the structure of the data that the form is designed, this procedure proves exhaustivly hash wishes such course as the setting-up of the form ,etc..
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2312
    • 提供者:美美
  1. HASH

    0下载:
  2. 【问题描述】 针对某个集体(比如你所在的班级)中的同学联系电话设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表程序。 【基本要求】 (1) 假定每个记录有下列数据项:电话号码、用户名、地址。 (2) 一是从数据文件old.txt(自己现行建好)中读入各项记录,二是由系统随机产生各记录,并且把记录保存到new.txt文件中以及显示到屏幕上,记录条数不要少于30,然后分别以电话号码和用户名为关键字建立哈希表。 (3) 分别采用伪随机探测再散列法和再哈希法解决冲突。
  3. 所属分类:File Operate

    • 发布日期:2017-05-10
    • 文件大小:16193
    • 提供者:hhjlele
  1. hash

    2下载:
  2. 为班级30个人的姓名设计一个哈希表,假设姓名用汉语拼音表示。要求用除留余数法构造哈希函数,用线性探测再散列法处理冲突,平均查找长度上限为2.-The names of 30 people for the class to design a hash table, assuming that the name in pinyin. Required to remain with the addition of more than a few method to construct hash fun
  3. 所属分类:Data structs

    • 发布日期:2016-01-26
    • 文件大小:13881
    • 提供者:sammie
  1. HashTable_Demo

    0下载:
  2. 哈希表设计:数组,结构体-hash wishes the form is designed: The array, structure body
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-29
    • 文件大小:22530
    • 提供者:梁伟
  1. haxi

    0下载:
  2. 数据结构课程设计(严蔚敏c版) 哈希表学生管理系统-Data Structure Course Design (YAN Wei-Min c version) hash table management system for students
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3982
    • 提供者:
  1. haxi

    0下载:
  2. 数据结构课程设计 哈希表的创建和实现 c语言源码 文字注解等 适合正在学习数据结构的人士参考学习-Curriculum design data structure hash table creation and the realization of c language source text notes, etc. are learning the data structure suitable for those who study
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:82895
    • 提供者:晴天
  1. Hash

    1下载:
  2. 哈希表的设计与实现: 针对年级中的“人名”设计一个哈希表,使得平均查找长度不超过指定值;并完成相应的建表和查表程序。-Hash Table Design and Implementation: The Year of the names to design a hash table, making an average to find the length of not more than specified value and completed the appropriate pr
  3. 所属分类:Other windows programs

    • 发布日期:2015-01-10
    • 文件大小:7721
    • 提供者:hello
  1. HFMBM

    0下载:
  2. 问题描述: 设计哈希表实现电话号码查询系统。 基本要求: 1、设每个记录有下列数据项:电话号码、用户名、地址; 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、采用再哈希法解决冲突; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。 6、在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法(至少两种),考察平均查找长度的变化。 -Problem Descr iption: Design hash table to ach
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:10640
    • 提供者:迟浩东
  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

    1下载:
  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

    • 发布日期:2015-01-10
    • 文件大小:46887
    • 提供者:baby无齿
  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. 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. 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. 设计哈希表实现电话号码查询系统

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

  1. 哈希树

    0下载:
  2. 针对你所在的班级中的“人名”设计一个哈希表,完成相应的建表和查表程序。(A hash table is designed for the "name" of the class in which you are located, and the corresponding table and check - up procedures are completed.)
  3. 所属分类:网络编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:whisdom
  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
« 12 3 4 5 »
搜珍网 www.dssz.com