CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - deque
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - deque - List
[
Other
]
ztemplbase
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
:
蓝文纪
[
Other resource
]
clonePtr
DL : 0
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
:
张建
[
Other
]
quickstack
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
[
Other
]
vector_list_deque
DL : 0
一个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
:
牛亚
[
Graph program
]
vtkContainers-0.3
DL : 0
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
[
Other
]
vecDLL
DL : 0
Dll无法直接导出泛型模板(generalized template),因此,如果要导出stl类,则模板必须先实例化(instantiated)。另外,如果导出的STL类使用了其他STL类,那么这些其他类必须同时被导出。目前stl中唯一能够被导出的容器是vector,其他容器(如map、set、queue、list、deque)都因包含嵌套类而不能被导出。
Update
: 2008-10-13
Size
: 14.81kb
Publisher
:
范杰
[
Other resource
]
c++stlcxykfzn
DL : 0
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
[
CSharp
]
DequeExample
DL : 0
Windows环境下,CSharp语言开发的工作队列Deque程序
Update
: 2008-10-13
Size
: 69.17kb
Publisher
:
webccweb
[
Linux-Unix
]
Rhapsody-0.1.8.tar
DL : 0
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
:
林绍川
[
Other
]
ztemplbase
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
:
蓝文纪
[
Other
]
vector_list_deque
DL : 0
一个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
:
牛亚
[
Windows Develop
]
CH_STL
DL : 0
详细介绍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
:
向前
[
VC/MFC
]
Net
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
[
Other
]
deque
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
:
张超
[
Other
]
Deque
DL : 0
关于STL deque的应用 小实例-STL deque small instance
Update
: 2025-02-17
Size
: 1kb
Publisher
:
周杰
[
Data structs
]
deque
DL : 0
利用数组实现双端栈;利用双端队列depue实现双端队列-Use deque depue achieve double-ended queue
Update
: 2025-02-17
Size
: 2kb
Publisher
:
李梦渊
[
Console
]
Deque
DL : 0
Deque的一个基本实现,该有的功能应该都有吧-Deque is a fundamental realization that some functions should have it
Update
: 2025-02-17
Size
: 4.61mb
Publisher
:
d
[
Software Engineering
]
deque
DL : 0
队列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
[
source in ebook
]
Trabalho-Deque
DL : 0
A demonstration of deque estructure
Update
: 2025-02-17
Size
: 18kb
Publisher
:
Guilherme Ermita
[
Other
]
Deque
DL : 0
Hand of Deck source Code in C
Update
: 2025-02-17
Size
: 40kb
Publisher
:
marcoaoc
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.