摘要:
1 #include 2 #include 3 #include 4 #define MAXSIZE 20 //初始长度 5 6 7 8 typedef int ElemType; //类型为int 9 typedef struct{ 10 ElemType da... 阅读全文
posted @ 2014-05-24 16:56
adaonline
阅读(552)
评论(0)
推荐(0)
|
摘要:
1 #include 2 #include 3 #include 4 #define MAXSIZE 20 //初始长度 5 6 7 8 typedef int ElemType; //类型为int 9 typedef struct{ 10 ElemType da... 阅读全文
posted @ 2014-05-24 16:56
adaonline
阅读(552)
评论(0)
推荐(0)
|