搜索资源列表
CMap
- 一个学习STL 中Map的类,主要实现stl::map的查找、删除、增加等
mapTest
- C++STL map操作实例介绍。主要演示map的操作技巧和方法。
Hashmap
- hash map 使用范例,帮你更好学习hashmap和C++stl-hash map usage examples to help you better learn the hashmap and C++ stl
implementMapVecterListWithCProgram
- 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.
STLmap
- 介绍STL中map的使用方法,比较详细易懂-STL map
collect
- STL的例子,非常全面 List,Array,Map 的用法-Lists Arrays Maps
collect_STL
- STL的例子,非常全面,list,array,map的用法集合-STL example, very comprehensive, list, array, map the usage of a collection
STLmap_using
- 在linux下使用stl map 进行插入,查询,删除等功能的代码-Insert,inquire,delete fuction with stl map in linux/unix
include
- 一个二叉树算法的MAP的template,使用与分配内存,经测试(顺序插入256万条数据)效率比STL高5倍。乱序插入256万条数据,是stl的2倍。-A B-Tree Map template,It 5 times faster than the stl::Map.(Test insert 2.56M datas in sequential order. 2 times faster in random order.)
MapDemo_20100514
- STL库中map的用法,教你如何使用map来添加和删除元素-STL map library usage, teach you how to use the map to add and delete elements
STL_MAP
- STL学习的好材料,在程序中使用了Vector,Map,Set容器对文本进行分析,可以查询指定单词出现的页数 行数 以及次数-STL a good learning materials used in the program Vector, Map, Set the container of the text, you can query the number of pages specified word appears, and the number of rows
Europe_travel
- 利用dijkstra算法实现城市间的最短路径和最小花费,利用stl模版类map实现-Dijkstra algorithm using the shortest path between cities and the smallest cost, the use of stl map implementation template class
usage-of-the-map
- STL中map用法详解,是关于map的基本操作,很详细的介绍。-Detailed usage of STL in the map, is about the map' s basic operation, it is described in detail.
STL_agtbouns_Example
- STL的map的一个例子agtbouns-An example of the STL map agtbouns
cscen
- 一个场景管理器、自己写的 、用到了 STL的 MAP 、也很简单 很方便 、-A scene, write your own use STL MAP is also very simple and very convenient.
map
- 最全面的STL中Map函数用法。包括建立,插入,删除,查找等。-Map function usage in the most comprehensive STL. Including create, insert, delete, search.
CMAP
- C+++CMAP哈西表原理 1 CMap是一个哈西表,而STL::map是一个树表,对他们做比较是没有意义的。但是,如果你你要重新找到有序的关键字,你就得使用STL::map 2 HashKey()的设计是高效的。你应该提供一个较少冲突的HashKey(),并且容易计算。你要记注,对于有些类来说,这不容易。 3 当用Cmap(或STL::hash_map),要注意哈西表的大小。
STL-vector
- STL的应用,其中包含详细的vector,map,set,list的每一个函数的具体操作。-STL' s application, which contains detailed vector map, set, list every function specific operations.
map
- 使用c++,利用STL中的map容器,实现对单词频率的统计。-Use c++, use the STL map container, to achieve the word frequency statistics.
STL
- 源码之前了无秘密,你将看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;你将看到各种算法(排序、查找、排列组合、数据移动与复制技术)的实现;你甚至能够看到底层的memory pook和高阶抽象的traits机制的实现。(Before the secret source code, you will see the vector implementation, list implement