搜索资源列表
matlab_colormap
- 可以将图的颜色在0位置表现为白色,使用方法为multimap函数,注意将范围设为对称,这样就可以将0设为白色-Can map the location of the performance of the color 0 is white, the use of methods for Multimap function, set the scope of attention to symmetry, this can be 0 is set to white
Exp29_2_2
- 保存学生的简明资料,要求按学号排序,使用映射关联容器 (因为不会重号)是最合适的。如用姓名排序,因姓名可能重复,使用多重映射更为合适。 使用时要用头文件<set>。map和multimap将key/value pair当做元素进行管理,并根据key 的排序准则自动将元素排序。-Save students concise, asking sorted by student number, use the mapping associated with the contain
application
- 编写程序,建立作者及其作品的multimap容器-write a programme , just establish a container which has the regulated list with the author and his book name......
TheSTLMap
- map概述,map中的类型定义,map中的迭代器和键值对,map中的构造函数与析构函数,map中的操作方法,再议map的插入操作,multimap-overview map, map of the type definition, map the iterator and value pairs, map in the constructor and destructor, map in the method of operation, and then proposed the inserti
multimap
- 关于multimap的操作,包括插入删除-On multimap operations, including insert delete, etc., etc.
stx-btree-0.8.6.tar
- The STX B+ Tree package is a set of C++ template classes implementing a B+ tree key/data container in main memory. The classes are designed as drop-in replacements of the STL containers set, map, multiset and multimap and follow their interfaces very
STLProgram.cp
- 简单的词典,通过利用multimap来实现词典的查单词意思和同义词之间的关系-A simple dictionary check the meaning of words and synonyms dictionary by using multimap
map
- 映射(Map)和多重映射(Multimap)是基于某一类型Key的键集的容器,提供对TYPE类型的数据进行快速和高效的检索。 对Map而言,键只是指存储在容器中的某一成员。 Multimap允许重复键值,Map不允许。 Map和Multimap对象包含了键和各个键有关的值,键和值的数据类型是不相同的,这与Set不同。 Map内部数据的组织是一颗红黑树(一种非严格意义上的平衡二叉树),这颗树具有对数据自动排序的功能,所以在Map内部所有的数据Key都是有序的。 -failed
stl_map
- 映射和多重映射基于某一类型Key的键集的存在,提供对T类型的数据进行快速和高效的检索。对map而言,键只是指存储在容器中的某一成员。Map不支持副本键,multimap支持副本键。-Mapping and multiple mapping based on a key set of type Key exist, provide fast and efficient retrieval of data of type T. On the map, the key is only stored i
map_multimap
- C++语言小程序,map & multimap 类的用法示例,可以帮助理解应用map类和multimap类.-map & multimap CLASS
ImmutableSetMultimap
- An immutable Set Multimap with reliable user-specified key and value iteration order. Does not permit null keys or values for Linux.
ForwardingMultimap
- A multimap which forwards all its method calls to another multimap.
Multimaps
- Provides static methods acting on or generating a Multimap Source Code for Linux.
SingingCompetition
- 用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.
X509ObjectIdentifiers
- It s a wrapper around Abstract Multimap that converts the returned collections into Sets Source Code for Linux.
AbstractMultimap
- Basic implementation of the Multimap interface. This class represents a multimap as a map that associates each key with a collection of values.
ArrayListMultimap
- Implementation of Multimap that uses an ArrayList to store the values for a given key.
X509ObjectIdentifiers
- It s a wrapper around Abstract Multimap that converts the returned collections into Sets Source Code for Linux.
multimap
- Class std::multimap with safety checking debug instrumentation.
multimap
- Class std::multimap wrapper with performance instrumentation.