搜索资源列表
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
AbstractMethodInfo
- Basic implementation of the link Multimap interface for Andriod.
ArrayListMultimap
- Implementation of Multimap that uses an ArrayList to store the values for a given key for Andriod.
MultiMap
- Compress Format Test Source Code for Andriod.
LinkedHashMultimap
- Implementation of {@code Multimap} that does not allow duplicate key-value entries and that returns collections whose iterators follow the ordering in which the data was added to the multimap.
TreeMultimap
- Constructs a {@code TreeMultimap}, ordered by the natural ordering of its keys and values, with the same mappings as the specified multimap.
ImmutableMultimap
- Returns an immutable multimap containing a single entry.
ImmutableListMultimap
- Returns an immutable multimap containing the given entries, in order.
ImmutableListMultimap
- Returns an immutable multimap containing the given entries, in order.
multimap
- Class std::multimap with safety checking debug instrumentation.
multimap
- Class std::multimap wrapper with performance instrumentation.