文件名称:FCQ
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1.4kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
固定容量队列,该队列有固定的容量
C,当队列中元素数目小于C时,正常的进
行入队和出队操作,当队列已满时再入队
就会把队头元素挤出队列,所有元素前移
而在队尾加入新元素,用数组来实现循环
队列。-Fixed capacity queue,when it is not full,push and pop data as usual,when it is full,it still can input data from tail,but the oldest data be push out of the queue.
C,当队列中元素数目小于C时,正常的进
行入队和出队操作,当队列已满时再入队
就会把队头元素挤出队列,所有元素前移
而在队尾加入新元素,用数组来实现循环
队列。-Fixed capacity queue,when it is not full,push and pop data as usual,when it is full,it still can input data from tail,but the oldest data be push out of the queue.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FCQ/FCQ.H
FCQ/main.cpp
FCQ/FCQ.CPP
FCQ
FCQ/main.cpp
FCQ/FCQ.CPP
FCQ
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.