文件名称:Queue
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
队列是一种特殊的线性表,特殊之处在于它只允许在表的前端(front)进行删除操作,而在表的后端(rear)进行插入操作,和栈一样,队列是一种操作受限制的线性表。进行插入操作的端称为队尾,进行删除操作的端称为队头。(The queue is a special linear list, and the special thing is that it only allows the deletion of the front end of the table (front), and the insertion operation at the back end of the table (rear), just like the stack, the queue is a restricted linear list. The end of the insertion operation is called the queue tail, and the end of the deletion operation is called the header.)相关搜索: 队列
数据结构
数据结构
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
队列\CirQueue\CirQueue.cpp | 1910 | 2005-05-14 |
队列\CirQueue\CirQueue.dsp | 4306 | 2008-10-28 |
队列\CirQueue\CirQueue.dsw | 541 | 2008-10-25 |
队列\CirQueue\CirQueue.h | 661 | 2005-05-14 |
队列\CirQueue\CirQueue.ncb | 41984 | 2010-10-21 |
队列\CirQueue\CirQueue.opt | 48640 | 2010-10-21 |
队列\CirQueue\CirQueue.plg | 899 | 2010-10-21 |
队列\CirQueue\CirQueueMain.cpp | 1032 | 2008-10-25 |
队列\CirQueue\Debug\CirQueue.exe | 532596 | 2010-10-21 |
队列\CirQueue\Debug\CirQueue.ilk | 773940 | 2010-10-21 |
队列\CirQueue\Debug\CirQueue.pch | 2030216 | 2010-10-21 |
队列\CirQueue\Debug\CirQueue.pdb | 1082368 | 2010-10-21 |
队列\CirQueue\Debug\CirQueueMain.obj | 156198 | 2010-10-21 |
队列\CirQueue\Debug\vc60.idb | 74752 | 2010-10-21 |
队列\CirQueue\Debug\vc60.pdb | 110592 | 2010-10-21 |
队列\LinkQueue\Debug\LinkQueue.exe | 532598 | 2010-10-21 |
队列\LinkQueue\Debug\LinkQueue.ilk | 773988 | 2010-10-21 |
队列\LinkQueue\Debug\LinkQueue.pch | 2030216 | 2010-10-21 |
队列\LinkQueue\Debug\LinkQueue.pdb | 1082368 | 2010-10-21 |
队列\LinkQueue\Debug\LinkQueueMain.obj | 156664 | 2010-10-21 |
队列\LinkQueue\Debug\vc60.idb | 74752 | 2010-10-21 |
队列\LinkQueue\Debug\vc60.pdb | 110592 | 2010-10-21 |
队列\LinkQueue\LinkQueue.cpp | 2005 | 2005-05-14 |
队列\LinkQueue\LinkQueue.dsp | 4324 | 2008-10-25 |
队列\LinkQueue\LinkQueue.dsw | 543 | 2008-10-25 |
队列\LinkQueue\LinkQueue.h | 592 | 2008-10-25 |
队列\LinkQueue\LinkQueue.ncb | 50176 | 2010-10-21 |
队列\LinkQueue\LinkQueue.opt | 48640 | 2010-10-21 |
队列\LinkQueue\LinkQueue.plg | 904 | 2010-10-21 |
队列\LinkQueue\LinkQueueMain.cpp | 985 | 2008-10-25 |
队列\CirQueue\Debug | ||
队列\LinkQueue\Debug | ||
队列\CirQueue | ||
队列\LinkQueue | ||
队列 |