摘要: #include #include #include #define LIST_INIT_SIZE 100 #define LISTINCREMENT 10 // TODO: 在此处引用程序需要的其他头文件 // typedef struct{ int *elem; int length;//当前长度 int listsize;//当前分配的存储容量 }SqList; //新建线性... 阅读全文
posted @ 2017-10-26 21:15 汪昕 阅读(5056) 评论(0) 推荐(0) 编辑