文件名称:QUEUE_FIFO

介绍说明--下载内容均来自于网络,请自行研究使用

队列(Queue)是一种用于实现先进先出(FIFO)的数据结构,即第一个进入队列的数据排在队列的最前处,第二个进入队列的数据排在其后,依此类推;出队列时,总是排在队列最前处的那个数据先出队列。所以,先进队列的数据一定比后进队列的数据先出队列,这也就是所谓的先进先出。有多种方式可以用于队列的实现:可以用数组的形式实现顺序队列,也可以用链表的形式实现链式队列。-Queue (Queue) is a kind of used to implement the FIFO (FIFO) data structure, namely the first into the Queue of data in the Queue ahead of the row, in the second into the Queue data followed by, repeating The queue, always row in the queue in the data before the first out queue. So, advanced queue data must be better than junior queue of data first out queue, this also is the so-called fifo. There are several ways to can be used for the realization of the queue: can use array of realize order queue, also can use the list of form realize chain queue.


(系统自动生成,下载前可以参看下载内容)

下载文件列表

5080309214_1\5080309214_1.opt

............\main.cpp

............\queue.h

............\queue.cpp

............\5080309214_1.ncb

............\5080309214_1.dsw

............\5080309214_1.dsp

............\5080309214_1.plg

5080309214_1

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org