摘要: //克服假溢出现象 #include <stdio.h> #include <stdlib.h> #define LIST_INIT_SIZE 10 #define LISTINCREMENT 100 #define STACK_INIT_SIZE 100 #define STACKINCREMEN 阅读全文
posted @ 2017-01-02 22:13 一根咸鱼干 阅读(110) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #define LIST_INIT_SIZE 10 #define LISTINCREMENT 100 #define STACK_INIT_SIZE 100 #define STACKINCREMENT 10 #defi 阅读全文
posted @ 2017-01-02 22:11 一根咸鱼干 阅读(112) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #define LIST_INIT_SIZE 10 #define LISTINCREMENT 100 #define TRUE 1 #define FALSE 0 #define OK 1 #define ERROR 0 阅读全文
posted @ 2017-01-02 22:10 一根咸鱼干 阅读(92) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <string.h> #include <stdlib.h> #define LIST_INIT_SIZE 10 #define LISTINCREMENT 100 #define STACK_INIT_SIZE 100 #define STA 阅读全文
posted @ 2017-01-02 22:08 一根咸鱼干 阅读(110) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <string.h> #include <stdlib.h> #define LIST_INIT_SIZE 10 #define LISTINCREMENT 100 #define STACK_INIT_SIZE 100 #define STA 阅读全文
posted @ 2017-01-02 22:06 一根咸鱼干 阅读(106) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #define LIST_INIT_SIZE 10 #define LISTINCREMENT 100 #define STACK_INIT_SIZE 100 #define STACKINCREMENT 10 #defi 阅读全文
posted @ 2017-01-02 22:03 一根咸鱼干 阅读(363) 评论(0) 推荐(0) 编辑
摘要: #include<cstdio> #include<iostream> #include<string> #include<cstring> #include<algorithm> #include<queue> using namespace std; void getnext(char *t, 阅读全文
posted @ 2017-01-02 21:55 一根咸鱼干 阅读(90) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <cstdio> #include <malloc.h> #define LIST_INIT_SIZE 10 #define LISTINCREMENT 100 #define TRUE 1 #define FALSE 0 #define O 阅读全文
posted @ 2017-01-02 21:48 一根咸鱼干 阅读(386) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #define LIST_INIT_SIZE 10 #define LISTINCREMENT 100 #define STACK_INIT_SIZE 100 #define STACKINCREMENT 10 #defi 阅读全文
posted @ 2017-01-02 21:34 一根咸鱼干 阅读(135) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #define LIST_INIT_SIZE 10 #define LISTINCREMENT 100 #define TRUE 1 #define FALSE 0 #define OK 1 #define ERROR 0 阅读全文
posted @ 2017-01-02 21:31 一根咸鱼干 阅读(149) 评论(0) 推荐(0) 编辑