文件名称:shiyan5
介绍说明--下载内容均来自于网络,请自行研究使用
[问题描述]
针对某个集体中人名设计一个哈希表,使得平均查找长度不超过R,并完成相应的建表和查表程序。
[基本要求]
假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用线性探测再散列法或链地址法处理冲突。
-[Descr iption of the problem] for a collective in the design of a hash table names, making the average length of search does not exceed R, and complete the appropriate procedures to build tables and look-up table. [Basic requirements] assumptions of people known as the Chinese name for the Chinese Phonetic Alphabet forms. Hash table to be populated with the names of a total of 30, taking the upper limit of the average search length of 2. Hash function used in addition to stay more than a few law structure, with linear detection or re-hash chain address law deal with the conflict.
针对某个集体中人名设计一个哈希表,使得平均查找长度不超过R,并完成相应的建表和查表程序。
[基本要求]
假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用线性探测再散列法或链地址法处理冲突。
-[Descr iption of the problem] for a collective in the design of a hash table names, making the average length of search does not exceed R, and complete the appropriate procedures to build tables and look-up table. [Basic requirements] assumptions of people known as the Chinese name for the Chinese Phonetic Alphabet forms. Hash table to be populated with the names of a total of 30, taking the upper limit of the average search length of 2. Hash function used in addition to stay more than a few law structure, with linear detection or re-hash chain address law deal with the conflict.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
shiyan5.c