搜索资源列表
smart111111111
- C++通用模板库,详见附件的 Smart.h,例子见test.cpp 包括: 自动指针CAutoPtr『支持多元素,赋值时会完全把右值传给左值』 智能buffer CSmartBuf『用于在堆栈中定义未知大小的buffer,兼具高效和通用性』 快速映射CQuickMap 环形队列CRingQ-C common template library, as detailed in the annex to the Smart.h, test.cpp see examples include : aut
vrb-0.5.1.tar
- The Virtual Ring Buffer (VRB) is an implementation of a character FIFO ring buffer.
环形缓冲区.zip
- 环形缓冲区, Ring-like buffer
xunhuan
- 创建一个环形缓冲区,可以简单实现数据的写入读出-Create a ring buffer, you can simply write data read out
BufList
- 环形缓冲队列,带有Event激活,多入单出,用于线程间通信。-Ring buffer queue with Event-activated, multi-income single out for inter-thread communications.
fdsdf
- 支持阻塞与非阻塞模型且线程安全的环形缓冲的设计与实现-In support of obstruction and non-blocking model and thread-safe ring buffer Design and Implementation
RingBuffer
- Ring Buffer Implementation A circular buffer or ring buffer is a data structure that uses a single, fixed-size buffer as if it were connected end-to-end. This structure lends itself easily to buffering data streams.-Ring Buffer ImplementationA circ
circular_deque
- 找到一个作者的关于环形队列的源码,分享一下 boost 已经有了一个这样 的缓冲区,circular_buffer,由Jan Gaspar设计实现,它的数据结构跟传统的环形队列(很多数 据结构书上有相关介绍)一样,速度比传统的环形队列快得多。只不过我对它的表现还是不 太满意,觉得它还不够快。为此,我设计了一个简单的循环双端队列,它的数据结构与 circular_buffer 没什么两样,但没有编写迭代器,也没有给出太多公有成员函数,只不过它 的速度要快一些-To find
123
- 在对话框上使用双缓冲的方法绘制旋转的圆环-In the dialog box on the use of double buffer method for drawing the rotating ring
testRingBuff
- Project in Visual C++ with testing an ring buffer
ringbuffer
- 环形缓冲区的操作,对初学者有帮助,值得参考-Operation of the ring buffer
Buffer
- 常见的buffer设计,包括:Fast ring buffer, Loop buffer, Bip buffer, circular character buffer,可以方便的集成到相关代码中-common buffer example and code, including fast ring buffer, loop buffer, bip buffer, circular character buffer, and they can integrate to relative code
bytebuffer
- 环形缓冲区类,编写很多程序时可以直接调用的哦,或则继承也是可以的-Class ring buffer, the preparation of many programs can be directly called Oh, or it can inherit the
RingBuffer
- 环形缓冲区,环形缓冲区在数据采集等实时系统中广泛使用。-Ring buffer, the ring buffer in the data collection, such as widespread use of real-time systems.
RingBuffer
- 环形缓冲区,环形缓冲区在数据采集等实时系统中广泛使用。-Ring buffer, the ring buffer in the data collection, such as widespread use of real-time systems.
myDsAudioCapture
- DirectShow音频采集,采用环形缓冲对象将音频数据导出出来供外部调用,使用了旋转锁的概念,并将音频数据使用libfaac编码生成aac文件。代码简洁,功能完善,只需配置下DirectShow的安装路径,即可直接使用。稍作修改可直接用于工作中。-DirectShow audio capture, the use of ring buffer object audio data will be exported for external calls, the use of the concep
ring-buffer.tar
- 基于kfifo的循环缓冲,用户空间使用,含有测试代码。(Kfifo based cyclic buffering, user space usage, contains test code.)
