文件名称:Hash_Table
- 所属分类:
- 控制台(字符窗口)编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-10-15
- 文件大小:
- 9kb
- 下载次数:
- 0次
- 提 供 者:
- 李*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本例采取除留余数法构造哈希表; 采用线性探测再散列方法解决冲突,输出哈希表结果;考查了平均查找长度。-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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
5哈希表(线性探测法)\Hash.cpp
...................\Hash.h
...................\Test.cpp
...................\Test.dsp
...................\Test.dsw
...................\Test.ncb
...................\Test.opt
...................\Test.plg
5哈希表(线性探测法)