随笔分类 -  数据结构

摘要:#include "stdio.h" #include "stdlib.h" #include "math.h" #include "time.h" #define OK 1 #define ERROR 0 #define TRUE 1 #define FALSE 0 #define MAXSIZE 20 /* 存储空间初始分配量 */ typedef int Stat... 阅读全文
posted @ 2018-09-13 15:06 小白姐 阅读(258) 评论(0) 推荐(0)
摘要:1 #include "stdio.h" 2 #include "string.h" 3 #include "ctype.h" 4 #include "stdlib.h" 5 #include "math.h" 6 #include "time.h" 7 8 #define OK 1 9 #define ERROR 0 10 #define TRUE 1 ... 阅读全文
posted @ 2018-09-12 17:15 小白姐 阅读(232) 评论(0) 推荐(0)
摘要:1 #include "stdio.h" 2 #include "stdlib.h" 3 #include "math.h" 4 #include "time.h" 5 #define OK 1 6 #define ERROR 0 7 #define TRUE 1 8 #define FALSE 0 9 10 #define MAXSIZE 20 /* 存... 阅读全文
posted @ 2018-09-11 17:40 小白姐 阅读(187) 评论(0) 推荐(0)