摘要:
#include<stdio.h> #include<string.h> #include<stdlib.h> #include<math.h> #define Max 5 typedef struct SqQueue{ int *base; //动态开辟内存 int front; //头指针 in 阅读全文
posted @ 2018-04-24 18:12 薄辉'静谧 阅读(272) 评论(0) 推荐(0)
|
|||
|
摘要:
#include<stdio.h> #include<string.h> #include<stdlib.h> #include<math.h> #define Max 5 typedef struct SqQueue{ int *base; //动态开辟内存 int front; //头指针 in 阅读全文
posted @ 2018-04-24 18:12 薄辉'静谧 阅读(272) 评论(0) 推荐(0) |
|||