摘要: 程序运行截图如下:程序代码如下: 1 #include 2 #include 3 #include 4 #define MAXSIZE 20 5 typedef int KeyType; 6 typedef char InfoType; 7 8 //结构体定义 9 typedef struc... 阅读全文
posted @ 2015-03-24 21:27 橙子123 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 程序运行结果见如下截图:程序代码如下: 1 #include 2 #include 3 #include 4 #define MAXSIZE 20 5 typedef int KeyType; 6 typedef char InfoType; 7 8 //结构体定义 9 typedef st... 阅读全文
posted @ 2015-03-24 21:25 橙子123 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 见如下截图:程序代码如下: 1 #include 2 #include 3 #include 4 #define MAXSIZE 20 5 typedef int KeyType; 6 typedef char InfoType; 7 8 //结构体定义 9 typedef struct {... 阅读全文
posted @ 2015-03-24 20:24 橙子123 阅读(325) 评论(0) 推荐(0) 编辑