-
哈希表的设计
[问题描述]
真对你所在的集体(比如你所在的班级)中的人名设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表的程序。...
哈希表的设计
[问题描述]
真对你所在的集体(比如你所在的班级)中的人名设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表的程序。
[基本要求]
假设人名为中国人姓名的汉语拼音形式,待填入的哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数方法构造,用伪随机探测再散列处理冲突。
-Hash table design [description of the problem] really right in your collective (such as in your class) in the design of a hash table of names, bringing the average search length of less than R, the completion of construction of the corresponding tables and look-up table procedures. [Basic requirements] assumed the names of people known as the Chinese pinyin form, fill in the hash table to be a total of 30 names, taking the average search length of the upper limit of 2. Hash function with the addition of more than a few ways to stay construction, using pseudo-random probing re-hashing to resolve disputes.
- 2022-02-07 13:16:03下载
- 积分:1
-
researched agreement Application
SMPT 协议应用 实例-researched agreement Application
- 2023-05-30 18:15:03下载
- 积分:1
-
用CSharp写的画橡筋线程序,虽然不是很复杂,但是提供了基本的思路,可以注释很详细,相信大家都可以看得懂!...
用CSharp写的画橡筋线程序,虽然不是很复杂,但是提供了基本的思路,可以注释很详细,相信大家都可以看得懂!-CSharp written with rubber band line painting process, although not very complicated, but provides the basic ideas can be very detailed notes, I believe that everyone can understand!
- 2022-08-13 15:12:44下载
- 积分:1
-
EXCEL导出数据DEMOE XCEL导出数据DEMOE XCEL导出数据DEMOEXCEL导出数据DEMO
EXCEL导出数据DEMOE XCEL导出数据DEMOE XCEL导出数据DEMOEXCEL导出数据DEMO-EXCEL Export DEMOE XCEL data DEMOE XCEL export data export data export data DEMOE XCEL Export DEMOEXCEL data DEMO
- 2022-06-21 12:07:12下载
- 积分:1
-
VIsualC++编程对话框的应用
本工程在VisualStudio2010平台验证通过,主要完成对话框的应用是一个对话框的综合应用程序,包括模态和非模态对话的设计,对话框控件消息的处理,属性对话框的设计和消息响应,文件对话框的实例,颜色对话框的实例,查找和替换对话框的实例。
- 2022-02-06 02:37:17下载
- 积分:1
-
a program to change string s length,you can change it from the outside ,for exam...
一个改变字符串长度的程序,可以从外部改变它,例如文件名。
- 2022-05-07 00:12:02下载
- 积分:1
-
simple windows shutdown procedures for the valuable advice everyone! I am a begi...
windows简单的关机程序,希望大家提出宝贵的意见!本人是初学者!-simple windows shutdown procedures for the valuable advice everyone! I am a beginner!
- 2022-03-14 09:09:57下载
- 积分:1
-
先进的开发指南(1000万注意,是不是制定指南,吨..
Delphi 高级开发指南(千万注意,不是开发指南,是这本书Marco Cantù and Tim Gooch, Delphi Developer s Handbook)源代码,学DELPHI如果没有学过这本书,等于没学!-Advanced Development Guide (10 million note that is not to develop guidelines, this book is Marco Cant and Tim Gooch, Delphi Developer s Handbook) source code, if not learn DELPHI studied this book, virtually no school!
- 2022-05-17 07:42:38下载
- 积分:1
-
Windows语音识别程序
利用windows本身的库函数和API实现语音识别功能。用于实现人机口语对话的系统。受目前技术所限,对话系统往往是面向一个狭窄领域、词汇量有限的系统,其题材有旅游查询、订票、数据库检索等等。其前端是一个语音识别器,识别产生的N-best候选或词候选网格,由语法分析器进行分析获取语义信息,再由对话管理器确定应答信息,由语音合成器输出。由于目前的系统往往词汇量有限,也可以用提取关键词的方法来获取语义信息。
- 2023-05-03 21:40:02下载
- 积分:1
-
The preparation of a pathway to solve the maze procedure. (2) the user to enter...
编制一个求解迷宫通路的程序。(2) 用户以文件的形式输入迷宫的数据:文件中迷宫保存在一个[ ]中,e表示入口,x表示出口,1表示障碍,0表示通路,每一行用逗号隔开。-The preparation of a pathway to solve the maze procedure. (2) the user to enter the maze in the form of data: documents saved in a maze [] in, e express entrance, x express export, express one obstacle, 0 express pathway, each line separated by commas.
- 2022-05-26 17:28:38下载
- 积分:1