摘要: #include #include #define N 30 char str[N]={NULL},st[N]={NULL}; int t=0,t1=0; struct node//定义一个队列 { char data; struct node * next; }; typedef struct node QueueNode; struct node2//定义一个链队列 { ... 阅读全文
posted @ 2016-09-29 20:38 218~陈笑璞 阅读(311) 评论(0) 推荐(0) 编辑
摘要: #include #include #define N 30 char str[N]={NULL},st[N]={NULL}; int t=0,t1=0; struct node//定义一个队列 { char data; struct node * next; }; typedef struct node QueueNode; struct node2//定义一个链队列 { ... 阅读全文
posted @ 2016-09-29 20:32 218~陈笑璞 阅读(175) 评论(0) 推荐(0) 编辑