文件名称:shanliebiao
介绍说明--下载内容均来自于网络,请自行研究使用
任务:
设计散列表实现电话号码查找系统。
设每个记录有下列数据项:电话号码、用户名、地址;
1,从键盘输入各记录,分别以电话号码和用户名为关键字建立散列表;
2,采用一定的方法解决冲突;
3,查找并显示给定电话号码的记录;
4,查找并显示给定用户名的记录。
-Task: Design Implementation phone number lookup hash table system. Set for each record the following data items: telephone number, user name, address 1, from the record keyboard input, respectively, phone number and user name tags set up hash table 2, using a certain method of conflict resolution 3 Find and display a given number of records 4, to find and show records of a given user name.
设计散列表实现电话号码查找系统。
设每个记录有下列数据项:电话号码、用户名、地址;
1,从键盘输入各记录,分别以电话号码和用户名为关键字建立散列表;
2,采用一定的方法解决冲突;
3,查找并显示给定电话号码的记录;
4,查找并显示给定用户名的记录。
-Task: Design Implementation phone number lookup hash table system. Set for each record the following data items: telephone number, user name, address 1, from the record keyboard input, respectively, phone number and user name tags set up hash table 2, using a certain method of conflict resolution 3 Find and display a given number of records 4, to find and show records of a given user name.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
散列表.cpp
散列表的设计与实现.doc
散列表的设计与实现.doc