- floc_music 本程序有传统的MUSIC算法和基于分数低阶矩的MUSIC算法 在alpha稳定分布下的性能仿真
- LOGGAME_RXJH_SOURCE private: void MD5Init (); void MD5Transform (unsigned long int state[4]
- bwyinner-with-counter An example of a counter buffer demonstration study (DEMOcounter)
- CC2530 通过CC2530
- msata 判断磁盘的大小若小于某一数值会输出错误若大于该数值会输出磁盘大小并Pass(hdd test you can this software to get the value of disk if the value less a number will print fail)
- 乐易模块 v2.6
文件名称:FIFO
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:704byte
-
已下载:0次
-
提 供 者:
-
相关连接:无
-
下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
队列是一个先进先出的数据结构,支持业务enque(添加一个项目的结构)和dequeue(删除一个项目从结构)。作为一个FIFO数据结构,项目将在相同的顺序,他们原本排队出列。-A queue is a FIFO data structure that supports the operations enque (to add an item to the structure) and dequeue (to remove an item from the structure). As a FIFO data structure, the items are dequeued in the same order they were originally enqueued.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FIFO.cpp