Welcome![Sign In][Sign Up]
Location:
Search - deque

Search list

[Otherztemplbase

Description: 基于deque实现的队列模板,可用作各种数据类型的先进先出缓冲。-based cohort achieved templates can be used as the various types of data FIFO buffer.
Platform: | Size: 1807 | Author: 蓝文纪 | Hits:

[Other resourceclonePtr

Description: 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.
Platform: | Size: 2323 | Author: 张建 | Hits:

[Otherquickstack

Description: 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.
Platform: | Size: 174654 | Author: caoguanghuineu | Hits:

[Othervector_list_deque

Description: 一个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
Platform: | Size: 1451 | Author: 牛亚 | Hits:

[Graph programvtkContainers-0.3

Description: 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.
Platform: | Size: 372379 | Author: Ying Zhu | Hits:

[OthervecDLL

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

[Other resourcec++stlcxykfzn

Description: 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各个部分的主要特点。
Platform: | Size: 17931235 | Author: lidingjun | Hits:

[CSharpDequeExample

Description: Windows环境下,CSharp语言开发的工作队列Deque程序
Platform: | Size: 70833 | Author: webccweb | Hits:

[Linux-UnixRhapsody-0.1.8.tar

Description: 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
Platform: | Size: 252502 | Author: 林绍川 | Hits:

[Otherztemplbase

Description: 基于deque实现的队列模板,可用作各种数据类型的先进先出缓冲。-based cohort achieved templates can be used as the various types of data FIFO buffer.
Platform: | Size: 2048 | Author: 蓝文纪 | Hits:

[Othervector_list_deque

Description: 一个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
Platform: | Size: 1024 | Author: 牛亚 | Hits:

[Windows DevelopCH_STL

Description: 详细介绍STL,包括vector,deque,list,set和map的实现原理和使用方法-Details of STL, including the vector, deque, list, set and map to achieve the principles and use
Platform: | Size: 3710976 | Author: 向前 | Hits:

[VC/MFCNet

Description: _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
Platform: | Size: 14661632 | Author: jackshen | Hits:

[Otherdeque

Description: 在一个双端队列的两端实现添加删除,并进行队列判空判满操作-In a double-ended queue, add and delete both ends to achieve, and the queue is full of sub-contracting operation of air
Platform: | Size: 268288 | Author: 张超 | Hits:

[OtherDeque

Description: 关于STL deque的应用 小实例-STL deque small instance
Platform: | Size: 1024 | Author: 周杰 | Hits:

[Data structsdeque

Description: 利用数组实现双端栈;利用双端队列depue实现双端队列-Use deque depue achieve double-ended queue
Platform: | Size: 2048 | Author: 李梦渊 | Hits:

[ConsoleDeque

Description: Deque的一个基本实现,该有的功能应该都有吧-Deque is a fundamental realization that some functions should have it
Platform: | Size: 4835328 | Author: d | Hits:

[Software Engineeringdeque

Description: 队列deque的实现,和栈类似同样实现了队列的入队,出队等功能。-Deque queue implementation, and also to achieve a similar stack queue into the team, the team functions.
Platform: | Size: 1024 | Author: jon leong | Hits:

[source in ebookTrabalho-Deque

Description: A demonstration of deque estructure
Platform: | Size: 18432 | Author: Guilherme Ermita | Hits:

[OtherDeque

Description: Hand of Deck source Code in C
Platform: | Size: 40960 | Author: marcoaoc | Hits:
« 12 3 4 »

CodeBus www.codebus.net