随笔分类 -  DataStruct

摘要:#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-06-06 16:15 sirzhang 阅读(616) 评论(0) 推荐(0)
摘要:#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-06-06 16:14 sirzhang 阅读(284) 评论(0) 推荐(0)
摘要:#include "stdio.h"int Fbi(int i) /* 斐波那契的递归函数 */{ if( i < 2 ) return i == 0 ? 0 : 1; return Fbi(i - 1) + Fbi(i - 2); /* 这里Fbi就是函数自己,等... 阅读全文
posted @ 2015-06-06 16:13 sirzhang 阅读(452) 评论(0) 推荐(0)
摘要:#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-06-06 16:12 sirzhang 阅读(452) 评论(0) 推荐(0)
摘要:#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-06-06 16:10 sirzhang 阅读(324) 评论(0) 推荐(0)
摘要:#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-06-06 16:09 sirzhang 阅读(343) 评论(0) 推荐(0)
摘要:#include "string.h"#include "ctype.h" #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h"#define OK... 阅读全文
posted @ 2015-06-06 16:07 sirzhang 阅读(374) 评论(0) 推荐(0)
摘要:#include "stdio.h" #include "string.h"#include "ctype.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h"#define OK... 阅读全文
posted @ 2015-06-06 16:06 sirzhang 阅读(404) 评论(0) 推荐(0)
摘要:#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-06-06 16:05 sirzhang 阅读(488) 评论(0) 推荐(0)

AmazingCounters.com