搜索资源列表
HashTable
- 设计哈希表实现电话号码查询系统(哈希表的创建、查找、通过再哈希表解决冲突)-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)
haxi
- 哈希表的设计与实现。设计哈希表实现电话号码查询系统。基本要求:(1)设每个记录有一列数据项:电话号码、用户名、地址(2)从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表;(3)采用再哈希法解决冲突(4)查找并显示给定电话号码的记录;(5)查找并显示给定用户名的记录(5)在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法(至少两种),考察平均查找长度的变化。 -Design and Implementation of the hash table. The design of the