yansheng.wang

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年6月18日

摘要: 对于频繁读写的字节流缓存,环形字节流可以重复使用空闲的内存,原理类似于环形队列。代码参考speex,代码已经经过测试使用。/** * @file circular_buffer.h * @brief * * 循环字节流缓存,能够自动增加缓存,参考speex * * @author yswang * @version 1.0 * @date 2012年6月18日 * * @see * * @par 版本记录: * <table border=1> * <tr> <th>版本 <th>日期 <th>作者 <th>备注 < 阅读全文
posted @ 2012-06-18 17:42 小小程序员001 阅读(280) 评论(0) 推荐(0)