3.1采用类c语言定义相关的数据类型
函数有:
void getin() //输入信息函数
void ShowInformation() //显示输入的用户信息
void CreateHash1() //建表函数
void SearchHash1() //查询函数
void output() //输出函数
void main() //主函数
类有:
#define MAXSIZE 20 //电话薄记录数量
#define MAX_SIZE 20 //人名的最大长度
#define HASHSIZE 53 //定义表长
int Hash1(NA str) //散列函数
2022-03-04 01:07:32
207KB
电话号码查询
1