文件名称:FCQ
介绍说明--下载内容均来自于网络,请自行研究使用
固定容量队列,该队列有固定的容量
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.CPP
...\FCQ.H
...\main.cpp
...\FCQ.CPP
...\FCQ.H
...\main.cpp