- 1、本文档被系统程序自动判定探测到侵权嫌疑,本站暂时做下架处理。
- 2、如果您确认为侵权,可联系本站左侧在线QQ客服请求删除。我们会保证在24小时内做出处理,应急电话:400-050-0827。
- 3、此文档由网友上传,因疑似侵权的原因,本站不提供该文档下载,只提供部分内容试读。如果您是出版社/作者,看到后可认领文档,您也可以联系本站进行批量认领。
查看更多
基于C的队列结构应用
Chapter 6 Queues 1 Outline • Concept • Representation • Applications 2 Concept • Linear list. • One end is called front. • Other end is called rear. • Additions are done at the rear only. • Removals are made from the front only. 3 Bus Stop Queue Bus Stop front rear rear rear rear rear 4 Bus Stop Queue Bus Stop front rear rear rear 5 Bus Stop Queue Bus Stop front rear rear 6 Bus Stop Queue Bus Stop front rear 7 The Abstract Data Type Queue AbstractDataType Queue { instances ordered list of elements; one end is called thefront ; the other is the rear; operations Create(): create an empty queue; IsEmpty() : return true if queue is empty, return false otherwise; IsFull() : return true if queue is full, return false otherwise; First() : return first element of queue; Last() : return last element of queue; Add(x): add element x to the queue; Delete(x) : delete first element from queue and put it in x ; } 8 Outline •
您可能关注的文档
- 2014北京密云中考二模英语(含解析).doc
- emc说明书.pdf
- 数学建模美赛一等奖优秀论文.pdf
- GPDS_training精益生产.pdf
- 恩国环保设备参考资料.pdf
- 02-ACCA-F1-讲义-基础-PART B-Chapter 13 Macro-economic Factors.pdf
- 顾家北雅思写作范文1.pdf
- VELAN阀门样 本.pdf
- new的三种用法详细解析.pdf
- Java语言异常处理技术研究_姜军.pdf
- 高中英语必修三Unit2要点解析.pdf
- piRNA的生物学功能.pdf
- 双三步相移Double three-step phase-shifting algorithm.pdf
- 新大纲大学英语三级College English Test Band Three-11.pdf
- EU GMP 指南附件15 - 确认和验证 2015年必威体育精装版版.pdf
- 时间平均和系综平均.pdf
- 11. Reliability by Design, Reliability Through Manufacturing—Mark Tussing.pdf
- 分布对象技术PPT9.pdf
- 篮球场上常用的英语.pdf
- 国际交流英语视听说听力原文 电子版B3U6.pdf
最近下载
- 【解读】GB17761-2018电动自行车安全技术规范.pdf VIP
- AD832I机台操作指引.pdf VIP
- 《植物的茎》(教案)-中职农林牧渔大类《植物生长和环境》同步教学(高教版)(第四版)(全一册).docx VIP
- 证券从业资格证金融市场基础知识模拟卷及答案解析.docx VIP
- 证券从业资格证考试金融市场基础知识冲刺试题.docx VIP
- 证券从业资格证《金融市场基础知识》考前练习及答案解析.docx VIP
- 证券从业《金融市场基础知识》基础练及答案解析.docx VIP
- 证券从业资格考试金融市场基础知识预测试题及答案解析.docx VIP
- 2021年证券从业考试《金融市场基础知识》习题及答案.docx VIP
- 高中英语学业质量标准研究.pptx VIP
文档评论(0)