Welcome![Sign In][Sign Up]
Location:
Search - vector list map

Search list

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

[Other resourceCpp_Primer3rd_Edition

Description: 本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标 准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空 间内置布尔数据类型新的强制转换方式而且还大量修改并扩展了现有的特性比如模 板template 支持面向对象object-oriented 和基于对象object-based 程序设计所需 要的类class 机制嵌套类型以及重载函数的解析机制也许更重要的是一个覆盖面非 常广阔的库现在成了标准C++的一部分其中包括以前称为STL 标准模板库的内容新 的string 类型一组顺序和关联容器类型比如vector list map 和set 以及在这些类型 上进行操作的一组可扩展的泛型算法generic algorithm 都是这个新标准库的特性本书 不但包括了许多新的资料而且还阐述了怎样在C++中进行程序设计的新的思考方法简而 言之实际上不但C++已经被重新创造本书第三版也是如此-second edition of the book and a third between the big changes in the most noteworthy of which is C has adopted international standards of this language not only to an increase of new features such as exception handling run-time type of RTTI name recognition built-in Boolean space The new data type casting methods but also extensive modification and expansion of existing properties such as template template support object-oriented object-oriented and object-based object-based procedures Design of a kind which we need mechanisms nested class types and overloading functions analytic mechanism may be more important is a coverage a very broad library has now become a standard part of C including formerly known as STL standard template library's new content tring type sequence and a group l
Platform: | Size: 3994916 | Author: gong | 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 resourceTestContainer

Description: STL 容器 使用例子 MAP VECTOR LIST
Platform: | Size: 8615 | Author: 振宇 | Hits:

[Data structsclonePtr

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: 2048 | Author: 张建 | Hits:

[VC/MFCCpp_Primer3rd_Edition

Description: 本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标 准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空 间内置布尔数据类型新的强制转换方式而且还大量修改并扩展了现有的特性比如模 板template 支持面向对象object-oriented 和基于对象object-based 程序设计所需 要的类class 机制嵌套类型以及重载函数的解析机制也许更重要的是一个覆盖面非 常广阔的库现在成了标准C++的一部分其中包括以前称为STL 标准模板库的内容新 的string 类型一组顺序和关联容器类型比如vector list map 和set 以及在这些类型 上进行操作的一组可扩展的泛型算法generic algorithm 都是这个新标准库的特性本书 不但包括了许多新的资料而且还阐述了怎样在C++中进行程序设计的新的思考方法简而 言之实际上不但C++已经被重新创造本书第三版也是如此-second edition of the book and a third between the big changes in the most noteworthy of which is C has adopted international standards of this language not only to an increase of new features such as exception handling run-time type of RTTI name recognition built-in Boolean space The new data type casting methods but also extensive modification and expansion of existing properties such as template template support object-oriented object-oriented and object-based object-based procedures Design of a kind which we need mechanisms nested class types and overloading functions analytic mechanism may be more important is a coverage a very broad library has now become a standard part of C including formerly known as STL standard template library's new content tring type sequence and a group l
Platform: | Size: 3994624 | Author: gong | 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:

[STLTestContainer

Description: STL 容器 使用例子 MAP VECTOR LIST -Example the use of STL containers MAP VECTOR LIST
Platform: | Size: 8192 | Author: 振宇 | Hits:

[Windows DevelopDataStructure

Description: 数据结构 链表 栈 各种算法,详细信息请下载-list,map,vector and so on...
Platform: | Size: 1459200 | Author: djinl | Hits:

[VC/MFCthe-analysis-of-STL-sourse

Description: 本书所呈现的源码,使你踏上了基度山岛。源码之前了无秘密,你将看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;你将看到各种算法(排序、查找、排列组合、数据移动与复制技术)的实现;你甚至能够看到底层的memory pook和高阶抽象的traits机制的实现。-The source code presented in this book, so that you set foot on the base of Monte island. Prior to the non-secret source code, you will see the vector implementation, list the implementation, heap implementation, deque implementation, Red Black tree implementation, hash table implementation, set/map for implementation you will see the various algorithms (sort, find, permutations and combinations, data movement and replication technology) is achieved you can even see the bottom of memory pook and higher-order abstract traits mechanism for implementation.
Platform: | Size: 10075136 | Author: 祝鹏 | Hits:

[Windows DevelopimplementMapVecterListWithCProgram

Description: c语言实现了stl里面的map,vector,list,是了解学习stl容器的好东西。-c language to implement stl inside the map, vector, list, is to understand the good things to learn stl containers.
Platform: | Size: 7168 | Author: 黄亮 | Hits:

[Graph RecognizeCpp.Primer.The.Third.Edition

Description: 本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标 准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空 间内置布尔数据类型新的强制转换方式而且还大量修改并扩展了现有的特性比如模 板template 支持面向对象object-oriented 和基于对象object-based 程序设计所需 要的类class 机制嵌套类型以及重载函数的解析机制也许更重要的是一个覆盖面非 常广阔的库现在成了标准C++的一部分其中包括以前称为STL 标准模板库的内容新 的string 类型一组顺序和关联容器类型比如vector list map 和set 以及在这些类型 上进行操作的一组可扩展的泛型算法generic algorithm 都是这个新标准库的特性本书 不但包括了许多新的资料而且还阐述了怎样在C++中进行程序设计的新的思考方法简而 言之实际上不但C++已经被重新创造本书第三版也是如此-econd edition and third edition of the book vary greatly among the most noteworthy of which is C has passed the international standards This standardization not only added a new language features such as exception handling run-time type identification RTTI name space Boolean data type built between the new cast but also a lot of ways to modify and extend the existing features such as model Board template support object-oriented object-oriented and object-based object-based programming required Nested class mechanism to class types and overloaded functions resolution mechanism may be more important, a non-coverage Often broad standard C library is now a part of which includes previously known as the contents of the Standard Template Library STL New The string type of a set of container types such order and the associated vector list map and set well in these classes Type Operate on a set of generic algorithms and scalable generic algorithm are the new features of the standard li
Platform: | Size: 3873792 | Author: xxw | Hits:

[Windows DevelopSTL-vector

Description: STL的应用,其中包含详细的vector,map,set,list的每一个函数的具体操作。-STL' s application, which contains detailed vector map, set, list every function specific operations.
Platform: | Size: 718848 | Author: 齐齐 | 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:

[OS programMemMgr

Description: c++ 实现的内存管理,支持list,map,hashmap,vector,set,注释详细,有测试代码-c++ implementation of memory management, support list, map, hashmap, vector, set, detailed notes, test code
Platform: | Size: 1591296 | Author: 李旺旺 | Hits:

[OtherSingingCompetition

Description: 用VS2008写的一个唱歌比赛的应用,主要练习STL各种容器的使用,包括vector,list,set,multiset,map,multimap等-Using VS2008 to write a singing competition applications, the main variety of exercises using STL containers, including vector, list, set, multiset, map, multimap, etc.
Platform: | Size: 6252544 | Author: shenzhe | Hits:

[Console3.1.1

Description: STL的运用,主要包含vector,map,list-the application of STL
Platform: | Size: 9640960 | Author: 清风细雨 | Hits:

[VC/MFCC++_标准模板库(STL)

Description: STL是一些“容器”的集合,这些“容器”有list,vector,set,map等,STL也是算法和其他一些组件的集合。这里的“容器”和算法的集合指的是世界上很多聪明人很多年的杰作。STL的目的是标准化组件,这样就不用重新开发,可以使用现成的组件。STL现在是C++的一部分,因此不用安装额外的库文件。本书专门对STL库进行了详细的介绍。(STL is a collection of containers that have list, vector, set, map, and so forth, and STL is also a collection of algorithms and other components. Here the "containers" and the collection of algorithms refer to many of the world's most intelligent people of many years of masterpiece. The purpose of STL is to standardize components so that they do not need to be re developed, and ready to use components can be used. STL is now part of C++, so no additional library files need to be installed. This book specifically describes the STL library.)
Platform: | Size: 367616 | Author: 王寒桥 | Hits:

[VC/MFCC++

Description: C++stl 里面包含了算法,迭代器,容器,有vector,list,map,queu,(C++stl contains algorithm, iterator, container, vector, list, map, queu.)
Platform: | Size: 18458624 | Author: Icannotlose | Hits:
« 12 »

CodeBus www.codebus.net