会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
乐吴
博客园
园子
首页
新随笔
联系
管理
订阅
2022年2月12日
C/C++实现队列
摘要: 能跑,有点小问题 #include <iostream> using namespace std; #define QUEUEMAX 5 typedef int dataType; typedef struct Queue { int queue[QUEUEMAX]; int front;//队头指
阅读全文
posted @ 2022-02-12 13:19 乐吴
阅读(74)
评论(0)
推荐(0)
编辑
公告