摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> #define SIZE_MIN 2 #define MEMSIZE_MAX 1024 #define FALSE 0 #define TRUE !FALSE /*采用最佳分配法*/ 阅读全文
posted @ 2016-06-17 12:29 39谭宇森 阅读(219) 评论(0) 推荐(0) 编辑