文件名称:buf_FeNg
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-07-19
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- s
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
C语言的一套环形buffer 使用函数接口
主要用于需要在内存开辟一段空间循环使用,考虑到buffer的循环行、安全性以及方便拓展性
本来自己项目有这方面需求 就自己写了一套封装函数
后来好像有修改 但是函数保证正确可用 我测试过-C language using a circular buffer function interface is mainly used to open up some space in memory required recycling, taking into account the buffer loop lines, security, and easy expandability had their own projects in this area needs to write a set of wrapper functions Later, there seems to be used to ensure the correct function to modify but I tested
主要用于需要在内存开辟一段空间循环使用,考虑到buffer的循环行、安全性以及方便拓展性
本来自己项目有这方面需求 就自己写了一套封装函数
后来好像有修改 但是函数保证正确可用 我测试过-C language using a circular buffer function interface is mainly used to open up some space in memory required recycling, taking into account the buffer loop lines, security, and easy expandability had their own projects in this area needs to write a set of wrapper functions Later, there seems to be used to ensure the correct function to modify but I tested
(系统自动生成,下载前可以参看下载内容)
下载文件列表
老版,内存块形式的环形队列
新版,一块内存的环形存取
........................\Cycle_Buffer.cpp
........................\Cycle_Buffer.h