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

搜索资源列表

  1. 03061388

    0下载:
  2. 哈希表的设计 针对麽个集体人名设计的哈希表
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2173
    • 提供者:张晓辉
  1. shiyan5

    1下载:
  2. [问题描述]   针对某个集体中人名设计一个哈希表,使得平均查找长度不超过R,并完成相应的建表和查表程序。 [基本要求]   假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用线性探测再散列法或链地址法处理冲突。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2185
    • 提供者:
  1. xihabiao

    2下载:
  2. 针对某个集体(比如你所在的班级)中的“人名”设计 一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表程序。 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2351
    • 提供者:xuezhijie
  1. haxibiao

    0下载:
  2. 数据结构的课程设计 哈希表 有详细的论文和源程序
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:25711
    • 提供者:苏畅
  1. shujujiegou

    0下载:
  2. 一些简单的小程序,如哈弗曼编辑器,最小生成树,哈希表的设计与实现-Some simple small programs, such as Havermann editor, minimum spanning tree, hash table design and implementation, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:38295
    • 提供者:hanyu
  1. Hashtable

    0下载:
  2. 数据结构课程设计,哈希表的算法的实现 。-Data structure curriculum design, hash table implementation of the algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1015
    • 提供者:xuezhanfei
  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. Hash_Table

    0下载:
  2. 数据结构与程序设计的经典的类模版:哈希表-Data structure and procedures of the type of classic design template: hash table
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:228344
    • 提供者:张祖琼
  1. shujujiegoukechengsheji

    0下载:
  2. Joseph环,哈希表,银行业务模拟系统为题目的数据结构课程设计。有详细的文字说明和源代码。-Joseph Wan, the hash table, banking simulation system for the subject data structure course design. A detailed written instructions and source code.
  3. 所属分类:File Formats

    • 发布日期:2017-03-27
    • 文件大小:228338
    • 提供者:谭锴
  1. HashTable

    0下载:
  2. 一个简单的数据结构哈希表的设计程序,虽然简单,但是实用-A simple hash table data structure design process, though simple, but practical
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1424
    • 提供者:肖卫镇
  1. hash

    0下载:
  2. 哈希表的设计,可以设计通过建立哈希表实现快速查找-it s a hash design program,and it can check quickly through hash
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1760
    • 提供者:江小莲
  1. Hash

    0下载:
  2. 1. 本程序是针对“人名”设计的哈希表。 2. 程序中人名为汉语拼音形式,共30个人名,取平均查找长度的上限为2.哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 3. 本程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入程序中规定的运算命令;相应的输入数据(滤去输入中的非法字符)和运算结果显示在其后。4.本程序是清华严蔚敏配套哈希表程序-1. This program is for " names" design of the
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:7277
    • 提供者:lt
  1. hashTable

    0下载:
  2. 数据结构课程设计,哈希表的设计,实现哈希表的处理和查找-Curriculum design, data structure, hash table design, implementation, processing and search the hash table
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:296554
    • 提供者:天河
  1. SE205b_assignment3

    0下载:
  2. 要实现一个基于哈希表的字典ADT的从头开始 • 为了设计的游戏配置1散列函数 • 要创建和扩展的ADT为特定目的 • 为了使声音设计选择 • 要创建一个交互式GUI-• To implement a hashtable-based Dictionary ADT from scratch • To design a hash function for game configurati
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:7580
    • 提供者:刘洋
  1. hash

    0下载:
  2. C++源码 课程设计 哈希表问题 严蔚敏版的书香阁的-werw
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1814
    • 提供者:mafan
  1. Maze

    0下载:
  2. 迷宫和哈希表在C环境下的联合实现,数据结构的课程设计-Maze and the hash table in C under the joint implementation, data structures curriculum
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:110158
    • 提供者:张淳明
  1. VC.module.code.create.hash.table

    0下载:
  2. VC 编程哈希表创建设计模块代码VC design module programming code to create the hash table -VC design module programming code to create the hash table
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:19714
    • 提供者:teem
  1. haxi-contractt

    0下载:
  2. 针对数据结构哈希表是设计的要求,本源码是自己有vc.6.0编写的源码。使用线性探测处理冲突。整个程序的数据结构为结构体数组,方便查询。-According to data structure hash table is the design requirement and the source of their vc. 6.0 write source. Using linear detection dealing with conflict. The entire program for th
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1265326
    • 提供者:
  1. hashsearch

    0下载:
  2. 1、系统应具备的功能: (1)设计哈希函数和哈希表; (2)设计解决冲突的方法; (3)输入一组数据建立哈希表,并实现在哈希表中进行查找。 -1, the system should have the function: (1) design a hash function and hash table (2) design solution to the conflict (3) input data to establish a set of hash tables, a
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1288
    • 提供者:刘洋
« 1 2 34 5 »
搜珍网 www.dssz.com