摘要:
#include using namespace std; #define MaxSize 50 typedef int ElemType; //定义变量int的别名 typedef struct{ ElemType date[MaxSize]; int length; }Sqlist; //定义一个Sqlist线性表的结构体类型 void InitList(Sqli... 阅读全文
posted @ 2017-09-26 20:38
X小小小白
阅读(759)
评论(0)
推荐(0)
浙公网安备 33010602011771号