Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - deque
Search - deque - List
DL : 0
基于deque实现的队列模板,可用作各种数据类型的先进先出缓冲。-based cohort achieved templates can be used as the various types of data FIFO buffer.
Update : 2008-10-13 Size : 1.76kb Publisher : 蓝文纪

a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. The smart pointer has an assignment operator and greater than operator that call the target object s operator.-a non-sharing smart pointer class that can STL be used with containers such as std : : map, vector, list, set, and deque. The smart pointer has an assignment o perator and greater than operator that the call target object s operator.
Update : 2008-10-13 Size : 2.27kb Publisher : 张建

DL : 0
I provide an implementation of fast-growing indexable stacks which outperforms std::vector and std::deque. -I provide an implementation of fast-growi ng indexable stacks which outperforms std : : vector and std : : deque.
Update : 2008-10-13 Size : 170.56kb Publisher : caoguanghuineu

一个STL中VECTOR的综合实例,包括vector,deque,list等类型,对于STL爱好者来说这是必须要要掌握的东西-STL describing a comprehensive example, including vector, deque. , and other types of list for STL lovers, this is a must to master things
Update : 2008-10-13 Size : 1.42kb Publisher : 牛亚

vtkContainers is a container library for VTK providing list, deque, and vector sequence types set, map, and hash map associative types as well as stack, queue, and priority queue adaptor types.
Update : 2008-10-13 Size : 363.65kb Publisher : Ying Zhu

DL : 0
Dll无法直接导出泛型模板(generalized template),因此,如果要导出stl类,则模板必须先实例化(instantiated)。另外,如果导出的STL类使用了其他STL类,那么这些其他类必须同时被导出。目前stl中唯一能够被导出的容器是vector,其他容器(如map、set、queue、list、deque)都因包含嵌套类而不能被导出。
Update : 2008-10-13 Size : 14.81kb Publisher : 范杰

C++STL STL(Standard Template Library,标准模板库)是惠普实验室开发的一系列软件的统称。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普实验室工作时所开发出来的。现在虽说它主要出现在C++中,但在被引入C++之前该技术就已经存在了很长的一段时间。 STL的代码从广义上讲分为三类:algorithm(算法)、container(容器)和iterator(迭代器),几乎所有的代码都采用了模板类和模版函数的方式,这相比于传统的由函数和类组成的库来说提供了更好的代码重用机会。在C++标准中,STL被组织为下面的13个头文件:<algorithm>、<deque>、<functional>、<iterator>、<vector>、<list>、<map>、<memory>、<numeric>、<queue>、<set>、<stack>和<utility>。以下笔者就简单介绍一下STL各个部分的主要特点。
Update : 2008-10-13 Size : 17.1mb Publisher : lidingjun

Windows环境下,CSharp语言开发的工作队列Deque程序
Update : 2008-10-13 Size : 69.17kb Publisher : webccweb

sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装一些操作系统相关的接口函数。已完成event mutex sem thread pipe相关的封装 advance_container:提供优先级消息队列,普通消息队列,定时器容器。 frame:目前提供了listerner(linux下版本,模仿ace的反应器)定时器 algorithm:补充了堆排序 与快速排序 所有代码均已在windows linux与uclinux + arm44b0平台下测试 欢迎交流 msn:lsccsl@163.net mail:lsccsl@tom.com
Update : 2008-10-13 Size : 246.58kb Publisher : 林绍川

DL : 0
基于deque实现的队列模板,可用作各种数据类型的先进先出缓冲。-based cohort achieved templates can be used as the various types of data FIFO buffer.
Update : 2025-02-17 Size : 2kb Publisher : 蓝文纪

一个STL中VECTOR的综合实例,包括vector,deque,list等类型,对于STL爱好者来说这是必须要要掌握的东西-STL describing a comprehensive example, including vector, deque. , and other types of list for STL lovers, this is a must to master things
Update : 2025-02-17 Size : 1kb Publisher : 牛亚

详细介绍STL,包括vector,deque,list,set和map的实现原理和使用方法-Details of STL, including the vector, deque, list, set and map to achieve the principles and use
Update : 2025-02-17 Size : 3.54mb Publisher : 向前

DL : 0
_Where The position in the target deque where the first element is inserted. _Val The value of the element being inserted into the deque. _Count
Update : 2025-02-17 Size : 13.98mb Publisher : jackshen

DL : 0
在一个双端队列的两端实现添加删除,并进行队列判空判满操作-In a double-ended queue, add and delete both ends to achieve, and the queue is full of sub-contracting operation of air
Update : 2025-02-17 Size : 262kb Publisher : 张超

DL : 0
关于STL deque的应用 小实例-STL deque small instance
Update : 2025-02-17 Size : 1kb Publisher : 周杰

利用数组实现双端栈;利用双端队列depue实现双端队列-Use deque depue achieve double-ended queue
Update : 2025-02-17 Size : 2kb Publisher : 李梦渊

DL : 0
Deque的一个基本实现,该有的功能应该都有吧-Deque is a fundamental realization that some functions should have it
Update : 2025-02-17 Size : 4.61mb Publisher : d

队列deque的实现,和栈类似同样实现了队列的入队,出队等功能。-Deque queue implementation, and also to achieve a similar stack queue into the team, the team functions.
Update : 2025-02-17 Size : 1kb Publisher : jon leong

A demonstration of deque estructure
Update : 2025-02-17 Size : 18kb Publisher : Guilherme Ermita

DL : 0
Hand of Deck source Code in C
Update : 2025-02-17 Size : 40kb Publisher : marcoaoc
« 12 3 4 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.