摘要: #define _CRT_SECURE_NO_WARNINGS#include "string.h"#include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h"#define OK 1#define ERROR 0#define TRUE 1#define FALS... 阅读全文
posted @ 2015-07-08 23:18 Lucas_1993 阅读(172) 评论(0) 推荐(0) 编辑
摘要: #include "string.h"#include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h"#define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#define MAXSIZE 100 /* 存储空间初... 阅读全文
posted @ 2015-07-08 23:13 Lucas_1993 阅读(240) 评论(0) 推荐(0) 编辑
摘要: #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 100 /* 存储空间初始分配量 */ #define MAX_TREE_SIZE 100 /... 阅读全文
posted @ 2015-07-08 23:11 Lucas_1993 阅读(559) 评论(0) 推荐(0) 编辑