文件名称:circular_deque
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:83.69kb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
找到一个作者的关于环形队列的源码,分享一下
boost 已经有了一个这样
的缓冲区,circular_buffer,由Jan Gaspar设计实现,它的数据结构跟传统的环形队列(很多数
据结构书上有相关介绍)一样,速度比传统的环形队列快得多。只不过我对它的表现还是不
太满意,觉得它还不够快。为此,我设计了一个简单的循环双端队列,它的数据结构与
circular_buffer 没什么两样,但没有编写迭代器,也没有给出太多公有成员函数,只不过它
的速度要快一些-To find a queue of the source on the ring, to share such a boost already have a buffer, circular_buffer, designed and implemented by the Jan Gaspar, and its data structure with the traditional circular queue (a lot of data structures related presentations on the book) as , the speed is much faster than the traditional circular queue. But I am still not satisfied with its performance, that it is not fast enough. To this end, I designed a simple double-ended queue, circular, and its data structure and circular_buffer no different, but did not write iterators, nor give too much public member function, but some of its faster
boost 已经有了一个这样
的缓冲区,circular_buffer,由Jan Gaspar设计实现,它的数据结构跟传统的环形队列(很多数
据结构书上有相关介绍)一样,速度比传统的环形队列快得多。只不过我对它的表现还是不
太满意,觉得它还不够快。为此,我设计了一个简单的循环双端队列,它的数据结构与
circular_buffer 没什么两样,但没有编写迭代器,也没有给出太多公有成员函数,只不过它
的速度要快一些-To find a queue of the source on the ring, to share such a boost already have a buffer, circular_buffer, designed and implemented by the Jan Gaspar, and its data structure with the traditional circular queue (a lot of data structures related presentations on the book) as , the speed is much faster than the traditional circular queue. But I am still not satisfied with its performance, that it is not fast enough. To this end, I designed a simple double-ended queue, circular, and its data structure and circular_buffer no different, but did not write iterators, nor give too much public member function, but some of its faster
相关搜索: circular_buffer
(系统自动生成,下载前可以参看下载内容)
下载文件列表
circular_deque/circular_deque.cbp
circular_deque/circular_deque.hpp
circular_deque/circular_deque_traditional.hpp
circular_deque/compare.hpp
circular_deque/delay.hpp
circular_deque/performance of circular_buffer.pdf
circular_deque/test.cpp
circular_deque/timer.hpp
circular_deque
circular_deque/circular_deque.hpp
circular_deque/circular_deque_traditional.hpp
circular_deque/compare.hpp
circular_deque/delay.hpp
circular_deque/performance of circular_buffer.pdf
circular_deque/test.cpp
circular_deque/timer.hpp
circular_deque
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.