Welcome![Sign In][Sign Up]
Location:
Search - multimap

Search list

[matlabmatlab_colormap

Description: 可以将图的颜色在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
Platform: | Size: 2048 | 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:

[VC/MFCBmpManager

Description: 本软件实现了,bmp格式图片存入access数据库,并用multimap实现树控件的分类显示,图片能通过鼠标单击拖动。有背景音乐。-You can put the BMP picture into the access,and also get them to show.If the picture too big ,you can move it using your mousexxx.there is one sang for you .
Platform: | Size: 33982464 | Author: 文子 | Hits:

[CSharpExp29_2_2

Description: 保存学生的简明资料,要求按学号排序,使用映射关联容器 (因为不会重号)是最合适的。如用姓名排序,因姓名可能重复,使用多重映射更为合适。 使用时要用头文件<set>。map和multimap将key/value pair当做元素进行管理,并根据key 的排序准则自动将元素排序。-Save students concise, asking sorted by student number, use the mapping associated with the container (because it would not re-number) is the most appropriate. With names such as sorting, due to possible duplication of names, more appropriate use of multiple maps. Use the header files used <set> . map and multimap will be key/value pair as an element of management and, based on key elements of the sort criteria for automatically sorting.
Platform: | Size: 1024 | Author: 陆艺 | Hits:

[VC/MFCmultimap123456789009876543221.pdf.tar

Description: c++ std::multimap, don t use this file. google the web for std::multimap
Platform: | Size: 101376 | Author: kashfi2 | Hits:

[SCMapplication

Description: 编写程序,建立作者及其作品的multimap容器-write a programme , just establish a container which has the regulated list with the author and his book name......
Platform: | Size: 1024 | Author: diyingyun | Hits:

[STLTheSTLMap

Description: 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 insertion map, multimap
Platform: | Size: 45056 | Author: 滕林颖 | Hits:

[STLmultimap

Description: 关于multimap的操作,包括插入删除-On multimap operations, including insert delete, etc., etc.
Platform: | Size: 1024 | Author: 阿盆 | Hits:

[Otherstx-btree-0.8.6.tar

Description: 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 closely. By packing multiple value pairs into each node of the tree the B+ tree reduces heap fragmentation and utilizes cache-line effects better than the standard red-black binary tree. The tree algorithms are based on the implementation in Cormen, Leiserson and Rivest s Introduction into Algorithms, Jan Jannink s paper and other algorithm resources. The classes contain extensive assertion and verification mechanisms to ensure the implementation s correctness by testing the tree invariants. To illustrate the B+ tree s structure a wxWidgets demo program is included in the source package.
Platform: | Size: 1776640 | Author: icegull | Hits:

[OtherSTLProgram.cp

Description: 简单的词典,通过利用multimap来实现词典的查单词意思和同义词之间的关系-A simple dictionary check the meaning of words and synonyms dictionary by using multimap
Platform: | Size: 1024 | Author: shannonyao | 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:

[Windows Developmap

Description: 映射(Map)和多重映射(Multimap)是基于某一类型Key的键集的容器,提供对TYPE类型的数据进行快速和高效的检索。 对Map而言,键只是指存储在容器中的某一成员。 Multimap允许重复键值,Map不允许。 Map和Multimap对象包含了键和各个键有关的值,键和值的数据类型是不相同的,这与Set不同。 Map内部数据的组织是一颗红黑树(一种非严格意义上的平衡二叉树),这颗树具有对数据自动排序的功能,所以在Map内部所有的数据Key都是有序的。 -failed to translate
Platform: | Size: 12288 | Author: dirdir | Hits:

[Otherstl_map

Description: 映射和多重映射基于某一类型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 in the container of a member of. Map does not support the copy of the key, multimap support the copy of the key.
Platform: | Size: 6144 | Author: 王孟贤 | Hits:

[Othermap_multimap

Description: C++语言小程序,map & multimap 类的用法示例,可以帮助理解应用map类和multimap类.-map & multimap CLASS
Platform: | Size: 1024 | Author: | Hits:

[JSP/JavaAbstractMethodInfo

Description: Basic implementation of the link Multimap interface for Andriod.
Platform: | Size: 8192 | Author: hiepuivu | Hits:

[JSP/JavaArrayListMultimap

Description: Implementation of Multimap that uses an ArrayList to store the values for a given key for Andriod.
Platform: | Size: 2048 | Author: ranggiuriu | Hits:

[JSP/JavaMultiMap

Description: Compress Format Test Source Code for Andriod.
Platform: | Size: 1024 | Author: wonfengmai | Hits:

[JSP/JavaLinkedHashMultimap

Description: 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.
Platform: | Size: 3072 | Author: qenfinan | Hits:

[Linux-Unixmultimap

Description: Class std::multimap with safety checking debug instrumentation.
Platform: | Size: 3072 | Author: txlwff | Hits:

[Linux-Unixmultimap

Description: Class std::multimap wrapper with performance instrumentation.
Platform: | Size: 2048 | Author: ringsiuwer | Hits:
« 12 3 »

CodeBus www.codebus.net