随笔分类 - 数据结构
摘要:#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...
阅读全文
摘要: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 ...
阅读全文
摘要: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 /* 存...
阅读全文

浙公网安备 33010602011771号