会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
鲲特牌
首页
新随笔
订阅
管理
2025年6月10日
数据结构入门4
摘要: 今天是队列, 使用数组存储的循环队列. #include<stdio.h> #include<stdlib.h> #include<stdbool.h> typedef struct queue { int* pBase; // 循环数组使用的数组 int front; // 队头指针 int re
阅读全文
posted @ 2025-06-10 19:54 鲲特牌
阅读(5)
评论(0)
推荐(0)
公告