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

Search list

[OS programboost_source_code

Description: 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持; 智能指针,与std::auto_ptr一起善加使用,可杜绝内存泄露,效率更不可和垃圾收集机制GC同日而语; 更有循环冗余的CRC、可轻松定义返回多个值函数的元组tuple、可容纳不同类型值的any、对标准库各方面的补充…… 还在迅速扩大中,部分内容有望进入C++标准库…… -regular expression. with the POSIX API and Perl language processing Regular expressions are comparable to the function, but also support various types of characters (such as char and wchar_t. they can even be defined character type); Multithreading, for a long time to cross-platform and multi-threaded library; Data Structure "map", coupled with the imminent accession to the standards hash_set, hash_map. hash_multiset. hash_multimap etc. (In fact, many STL implementations, such as the SGI STL, support has been above data structure), C data structures to support the nearly complete; python, it is true that right Python language support; Smart indicator, std : : auto_ptr together to make good use, Memory can stop leaking, and not more efficient garbage collection mechanism GC same b
Platform: | Size: 3491458 | Author: hnycmx | Hits:

[Other resourcehash_map

Description: STL哈希表的使用范例:包括哈希表的创建、插入、查找、删除、内存分配和释放内存。-STL use examples include : Hash Table creation, insert, search, delete, memory allocation and release memory.
Platform: | Size: 10906 | Author: 何智峰 | Hits:

[Data structshash_map

Description: STL哈希表的使用范例:包括哈希表的创建、插入、查找、删除、内存分配和释放内存。-STL use examples include : Hash Table creation, insert, search, delete, memory allocation and release memory.
Platform: | Size: 10240 | Author: 何智峰 | Hits:

[Windows CEstl_eVC

Description: eVC stl 方便大家在evc中使用stl 帮助程序员更方便的编程。-stl facilitate the use of AES stl help programmers more convenient programming.
Platform: | Size: 225280 | Author: join | Hits:

[OS programboost_source_code

Description: 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持; 智能指针,与std::auto_ptr一起善加使用,可杜绝内存泄露,效率更不可和垃圾收集机制GC同日而语; 更有循环冗余的CRC、可轻松定义返回多个值函数的元组tuple、可容纳不同类型值的any、对标准库各方面的补充…… 还在迅速扩大中,部分内容有望进入C++标准库…… -regular expression. with the POSIX API and Perl language processing Regular expressions are comparable to the function, but also support various types of characters (such as char and wchar_t. they can even be defined character type); Multithreading, for a long time to cross-platform and multi-threaded library; Data Structure "map", coupled with the imminent accession to the standards hash_set, hash_map. hash_multiset. hash_multimap etc. (In fact, many STL implementations, such as the SGI STL, support has been above data structure), C data structures to support the nearly complete; python, it is true that right Python language support; Smart indicator, std : : auto_ptr together to make good use, Memory can stop leaking, and not more efficient garbage collection mechanism GC same b
Platform: | Size: 3500032 | Author: hnycmx | Hits:

[STLHashMap

Description: 一个hash_map的实现,大家可以看看有什么改进的地方。-The realization of a hash_map, we can see what areas of improvement.
Platform: | Size: 3072 | Author: dylrockies | Hits:

[Otherhash_map

Description: hashmap file used in C-hashmap file used in C++
Platform: | Size: 3072 | Author: JJoong | Hits:

[Windows Develophashmap

Description: C++ hash_map 实现关键字排序-C++ hash_map
Platform: | Size: 2048 | Author: 孙旗 | Hits:

[Special Effectshash_map

Description: VC hashmap的使用手册.详细介绍了hashmap的编程使用.-VC hashmap' s manual. Hashmap described in detail the programming used.
Platform: | Size: 41984 | Author: wealth | Hits:

[Windows DevelopCMAP

Description: C+++CMAP哈西表原理 1 CMap是一个哈西表,而STL::map是一个树表,对他们做比较是没有意义的。但是,如果你你要重新找到有序的关键字,你就得使用STL::map 2 HashKey()的设计是高效的。你应该提供一个较少冲突的HashKey(),并且容易计算。你要记注,对于有些类来说,这不容易。 3 当用Cmap(或STL::hash_map),要注意哈西表的大小。
Platform: | Size: 40960 | Author: 郑梅 | Hits:

[STLcount_word

Description: 统计文本中的单词个数,并按出现次数降序输出(支持大文本),原版是http://www.oschina.net/code/snippet_176897_7944。采用hash_map,GCC采用#include <ext/hash_map>。修改版本是VS2010采用#include <hash_map>using namespace stdext VC调用hash_map的例子,值得学习。-The number of words in the statistics text, press the number of occurrences of descending output (supports large text), original http://www.oschina.net/code/snippet_176897_7944. Hash_map, GCC# include <ext/hash_map>. The modified version of VS2010# include <hash_map> using namespace stdext VC use hash_map example, it is worth learning.
Platform: | Size: 4096 | Author: 书林跋涉 | Hits:

[Data structsMapKit_1.4

Description: 轻松创建哈希表的跨平台(Unix,Windows)库-This is a cross-platform (unix, windows) library to easily create and use hash tables (similar to STL s hash_map or python dictionaries) in C. Multiple keys and values types are provided (int, double, strings,...), and the ability to optionnaly define a default value which is not stored makes it a good candidate for some sparse vectors and matrices calculations.
Platform: | Size: 58368 | Author: ling | Hits:

[MiddleWarestlport-code-5.2

Description: STLport是一个完全符合C++98标准(及2003年修订)的免费的C++标准库实现。它是由俄罗斯人Boris Fomitchev于1997年发起的开源项目,目的是基于著名的SGISTL开发一个可移植到各种平台上使用的高效的C++标准库。 STLport具有很多其他STL实现所没有的优点。首先是高度的可移植性,可以配合市面上几乎所有的操作系统和编译器使用,使开发的程序能够在不同的编译平台上获得一致的标准库实现。其次是性能表现优秀,其原始版本SGISTL就以高效而闻名,STLport在移植时也特别注重性能与效率,而且100 完全符合C++98标准规范。第三个优点是在标准之外增加了若干有用的扩展,如rope(增强的字符串类)、slist(单链表数据结构)、hash_map(散列映射容器),以及支持线程安全。 STLport以其优异的品质自发布以来获得了极大的成功,以至于Boost专门为STLport提供了编译选项和设置。-STLport is a multiplatform ANSI C++ Standard Library implementation. It is free, open-source product, featuring the following: Advanced techniques and optimizations for maximum efficiency Exception safety and thread safety Important extensions- hash tables, singly-linked list, rope
Platform: | Size: 1524736 | Author: 杨波 | Hits:

[Linux-Unixhash_map

Description: This package implements basic hash table functionality. It is possible to search for an entry, create an entry and destroy an entry.Elements in the table are generic pointers.
Platform: | Size: 3072 | Author: xxdtpon | Hits:

CodeBus www.codebus.net