2017年5月9日

Hash表

摘要: #include "iostream.h" #include "fstream.h" #include "string.h" #define MaxLen 13 #define Div 11//被除数 typedef struct node { char name[20]; int age; bool tag; }addrBook; addrBook *bk=n... 阅读全文

posted @ 2017-05-09 21:47 ewitt 阅读(142) 评论(0) 推荐(0)

导航