摘要: 1 #include<stdio.h> 2 #include <malloc.h> 3 #include <stdbool.h> 4 5 #define LIST_INIT_SIZE 100 // 线性表空间初始分配量 6 #define LIST_INCREMENT 10 //线性表存储空间的分配 阅读全文
posted @ 2021-08-18 13:30 新生代农民工 阅读(65) 评论(0) 推荐(0)