搜索资源列表
circlebuffer
- 著名的环形缓冲区算法,欢迎大家使用下载,好东西呀。
circlebuffer
- 循环缓冲的c++代码,循环缓冲有什么用大家应该知道吧,这里只实现了关键代码,大家可以补充完整,或者给我意见,本来想用类模板实现的,但想想太复杂了,而且类模板各编译器差别比较大,还不如直接用强值类型转换一样可以实现类模板的功能
circlebuffer
- 著名的环形缓冲区算法,欢迎大家使用下载,好东西呀。-Well-known ring buffer algorithm, welcome everyone to use the download, you good things.
circlebuffer
- 循环缓冲的c++代码,循环缓冲有什么用大家应该知道吧,这里只实现了关键代码,大家可以补充完整,或者给我意见,本来想用类模板实现的,但想想太复杂了,而且类模板各编译器差别比较大,还不如直接用强值类型转换一样可以实现类模板的功能-Circulating buffer c++ Code buffer cycle what is the use, everyone should know it, only the achievement of
circlebuffer
- 循环缓冲区是一个非常常用的数据存储结构,已经被广泛地用于连续、流数据的存储和通信应用中。对于循环缓冲区,传统的操作方法是开辟一块连续的存储区,不断地写入数据,当写入到存储区的末尾的时候,再从存储区的首部再开始写入数据,由此不断地重复下去构成了循环缓冲区。偶曾经写过很多循环缓冲区,也看过很多人编写的循环缓冲区,但是拜读Simon Cooke先生的文章────“两段式”循环缓冲区-Cycle of the buffer zone is a
Circlebuffer
- 循环缓冲区的类。在网上曾经查过很多关于循环缓冲区的代码,比较过后,觉得这个还是很不错的,欢迎下载!-A circle buffer Class which is rather better than others in my opinion.
CircleBuffer
- 一个多线程安全,有详细事件通知的圆形缓冲区类-mutithread safe buffer class with event which was coded with C#
CircleBuffer
- 模板类名:CircleBuffer 功 能:环形缓冲区 优 点:相对于队列来说减少了很多对地址的反复操作,增加稳定性。-Template class name: CircleBuffer function: the ring buffer Pros: relative to the queue for reduced many repeated operation of the address, to increase stab
CircleBuffer
- 使用C++编写的循环buffer读写操作,源码中有详细的注释。-Written in C++ loop buffer read and write operations, the source code has detailed notes.
circlebuffer
- a ringBuffer use circle queue