文件名称:fifo
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 17kb
- 下载次数:
- 0次
- 提 供 者:
- l***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一个循环线性地址先进先出队列(FIFO),非常适合用做通讯、任务等,具有如下特点:
1.循环队列,空间利用率非常高,不用动态分配内存,不使用链表,无内存泄漏,无内存碎片;
2.线性地址空间,直接使用memcpy进出,速度非常快;
使用说明:
1.fifo_init
2.fifo_into
2.fifo_get
3.fifo_remove
4.fifo_uninit
如发现问题联系本人:
lxj_com@163.com
QQ:67016879-A loop linear address FIFO queue (FIFO), is used for communication tasks, with the following characteristics: 1. Circular queue, space utilization is very high, do not dynamically allocate memory, do not use the list, no memory leaks, No memory fragmentation 2. linear address space, and out of direct use of memcpy is very fast instructions: 1.fifo_init 2.fifo_into 2.fifo_get 3.fifo_remove 4.fifo_uninit such as problem contact me: lxj_com@163.com QQ : 67016879
1.循环队列,空间利用率非常高,不用动态分配内存,不使用链表,无内存泄漏,无内存碎片;
2.线性地址空间,直接使用memcpy进出,速度非常快;
使用说明:
1.fifo_init
2.fifo_into
2.fifo_get
3.fifo_remove
4.fifo_uninit
如发现问题联系本人:
lxj_com@163.com
QQ:67016879-A loop linear address FIFO queue (FIFO), is used for communication tasks, with the following characteristics: 1. Circular queue, space utilization is very high, do not dynamically allocate memory, do not use the list, no memory leaks, No memory fragmentation 2. linear address space, and out of direct use of memcpy is very fast instructions: 1.fifo_init 2.fifo_into 2.fifo_get 3.fifo_remove 4.fifo_uninit such as problem contact me: lxj_com@163.com QQ : 67016879
(系统自动生成,下载前可以参看下载内容)
下载文件列表
debug\debug.h
fifo\fifo.c
....\fifo.h
....\fifo.o
debug
fifo
readme.txt
fifo.jpg
fifo\fifo.c
....\fifo.h
....\fifo.o
debug
fifo
readme.txt
fifo.jpg