摘要: 以下代码是我根据老师提供的部分源码及自我的认知补充注释 #include<stdio.h> //头文件#include<malloc.h> //malloc,free,realloc函数头文件#define MAXSIZE 100 //设线性表初始分配空间大小typedef int ElemType 阅读全文
posted @ 2022-09-29 17:25 平凡的柳先生 阅读(83) 评论(0) 推荐(0)