Welcome![Sign In][Sign Up]
Location:
Search - stack vector queue

Search list

[Other resourcestructuress

Description: 常用数据结构集体实现,功能较全的数据结构实现,包括链表、映射、队列、集合、堆栈、vector等,自带异常处理,非常方便-commonly used data structures collective achievement, function over the entire data structure to achieve, including the linked list, mapping, Queue, Set, Stack, vector, bringing their unusual, very convenient
Platform: | Size: 13083 | 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:

[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:

[Data structsstructuress

Description: 常用数据结构集体实现,功能较全的数据结构实现,包括链表、映射、队列、集合、堆栈、vector等,自带异常处理,非常方便-commonly used data structures collective achievement, function over the entire data structure to achieve, including the linked list, mapping, Queue, Set, Stack, vector, bringing their unusual, very convenient
Platform: | Size: 13312 | 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: 371712 | Author: Ying Zhu | Hits:

[VC/MFCc++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: 17930240 | Author: | Hits:

[OtherMcGraw.Hill.Herb.Schildts.C.plus.plus.Programming

Description: Learn how to: * Tokenize a null-terminated string * Create a search and replace function for strings * Implement subtraction for string objects * Use the vector, deque, and list sequence containers * Use the container adaptors stack, queue, and priority_queue * Use the map, multimap, set, and multiset associative containers * Reverse, rotate, and shuffle a sequence * Create a function object * Use binders, negators, and iterator adapters * Read and write files * Use stream iterators to handle file I/O * Use exceptions to handle I/O errors * Create custom inserters and extractors * Format date, time, and numeric data * Use facets and the localization library * Overload the [ ], ( ), and -> operators * Create an explicit constructor * And much, much more-Learn how to: * Tokenize a null-terminated string * Create a search and replace function for strings * Implement subtraction for string objects * Use the vector, deque, and list sequence containers * Use the container adaptors stack, queue, and priority_queue * Use the map, multimap, set, and multiset associative containers * Reverse, rotate, and shuffle a sequence * Create a function object * Use binders, negators, and iterator adapters * Read and write files * Use stream iterators to handle file I/O * Use exceptions to handle I/O errors * Create custom inserters and extractors * Format date, time, and numeric data * Use facets and the localization library * Overload the [ ], ( ), and-> operators * Create an explicit constructor * And much, much more
Platform: | Size: 1803264 | Author: mumble | Hits:

[Data structslistandlink

Description: 包含字符串处理,向量数组,起泡,快速,选择以及快速排序,链表,栈和队列的同个c++文件-Contains the string processing, vector array, foaming, rapid, and selection and quick sort, list, stack and queue with a c++ file
Platform: | Size: 56320 | Author: songbinghui | Hits:

[VC/MFCEffective_STL

Description: 标准模板库,在C++标准中,STL被组织为下面的13个头文 件:<algorithm>、<deque>、<functional>、<iterator>、<vector>、<list>、<map>、 <memory>、<numeric>、<queue>、<set>、<stack>和<utility>。-Standard Template Library, in the C++ standard, STL are organized for the following 13 heads documents: <algorithm> , <deque> , <functional> , <iterator> , <vector> , <list> , <map> , <memory> , <numeric> , <queue> , <set> , <stack> And <utility> .
Platform: | Size: 1225728 | Author: dabing | Hits:

[Otherlibscl-1.0.2

Description: This a Small Container Library, SCL. If you are not sure what a container is, then ignore the word container in this file and you ll probably understand everything. This library provides hash tables, list, queue, stack, symbol, balanced binary tree, and a vector as abstract data types. Multiple independent instances of the same abstract type can be used, each with its own arbitrary contents. SCL does not redefine the world with SCL_int, SCL_long, etc. The SCL functions use arguments that are standard: long, int, size_t, etc. -This is a Small Container Library, SCL. If you are not sure what a container is, then ignore the word container in this file and you ll probably understand everything. This library provides hash tables, list, queue, stack, symbol, balanced binary tree, and a vector as abstract data types. Multiple independent instances of the same abstract type can be used, each with its own arbitrary contents. SCL does not redefine the world with SCL_int, SCL_long, etc. The SCL functions use arguments that are standard: long, int, size_t, etc.
Platform: | Size: 195584 | Author: GV | Hits:

[Data structsSTL

Description: 详细的讲述一些C排序的函数 STL 几乎封装了所有的数据结构中的算法,从链表到队列,从向量到堆栈,对hash 到二叉树,从搜索到排序,从增加到删除-Describe in detail the function of some sort STL C encapsulates almost all of the data structure algorithms, from the list to the queue, from the vector to a stack of hash to a binary tree, from the search to sort, to remove from the .... ..
Platform: | Size: 194560 | Author: 汪柏胜 | Hits:

[Software Engineeringoperating-system-jobs---lab-report

Description: 自定义进程相关的数据结构; 利用MFC类库中的栈(queue),链表(list),向量(vector)等模板模拟进程控制块队列、进程控制块优先级队列、统计信息链表及其指令集合; 利用MSDN和MFC API编程实现常见的进程控制和调度策略(先来先服务算法、时间片轮转算法、最高优先权优先调度算法、最短进程优先调度算法); 测试以上进程调度策略的周转时间、带权周转时间、平均周转时间和平均带权周转时间,并定性评价它们的性能。-Custom process-related data structures MFC class library stack (queue), linked list (list), vector (vector) template analog process control block queue, process control block priority queue statistics linked list and its instruction set MSDN and MFC API programming (first-come, first-serve algorithm, round-robin algorithm to achieve a common process control and scheduling policies, the highest priority priority scheduling algorithm shortest process scheduling algorithm) the test above process scheduling strategy turnaround time, with the right turnaround time, average turnaround time and average with the right turnaround time and qualitative evaluation of their performance.
Platform: | Size: 437248 | Author: 孙萧萧 | Hits:

[Otherstd

Description: 详细权威的C++标准模板库入门及参考,其最主要与最常用的两部分为容器类 以及算法库 包含 vector(向量)、list(列表)、deque(双端队列)、map (映像)、multimap (多重映像)、set (集合),以及 multiset (多重集合)。另外,在这些容器类 上作一些扩充(或改造)后,系统又提供了如下另一些也经常使用的标准类模板: queue (队列)、stack (栈)、priority_queue -The STL(Standard Template Library)BOOK AND Reference ,included container classes algorithm library
Platform: | Size: 30720 | Author: lin | Hits:

[STLSTL

Description: STL的Vector、List、deque、set、map、queue、stack等的使用,包含了基本的用法-The STL Vector, List, deque, set, map, queue, stack, etc. are used, contains the basic usage
Platform: | Size: 4096 | Author: yaoml | Hits:

[ADO-ODBCyour-own-miniPQ

Description: 自己开发的一个优先级队列,主要是有序向量实现堆结构,然后再此基础上实现的-Their development of a priority queue, the main vector to achieve an orderly stack structure, and then implemented on the basis of
Platform: | Size: 3072 | Author: 高岚 | Hits:

[VC/MFCCPPSTL

Description: 说明:C++ STL使用大全 欢迎下载 vector deque list set multiset map mutimap stack queue 实例 -Description: C++ STL Compendium welcome to download
Platform: | Size: 351232 | Author: | Hits:

CodeBus www.codebus.net