CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hash_map

搜索资源列表

  1. boost_source_code

    0下载:
  2. 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持;
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3491458
    • 提供者:hnycmx
  1. hash_map

    0下载:
  2. STL哈希表的使用范例:包括哈希表的创建、插入、查找、删除、内存分配和释放内存。-STL use examples include : Hash Table creation, insert, search, delete, memory allocation and release memory.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10906
    • 提供者:何智峰
  1. hashmap.rar

    0下载:
  2. C++ hash_map 实现关键字排序,C++ hash_map
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1798
    • 提供者:孙旗
  1. hash_map

    0下载:
  2. VC hashmap的使用手册.详细介绍了hashmap的编程使用.-VC hashmap' s manual. Hashmap described in detail the programming used.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:41978
    • 提供者:wealth
  1. HashMap

    0下载:
  2. 一个hash_map的实现,大家可以看看有什么改进的地方。-The realization of a hash_map, we can see what areas of improvement.
  3. 所属分类:STL

    • 发布日期:2017-04-05
    • 文件大小:3043
    • 提供者:dylrockies
  1. hash_map

    0下载:
  2. hashmap file used in C-hashmap file used in C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2817
    • 提供者:JJoong
  1. CMAP

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

    • 发布日期:2017-03-23
    • 文件大小:40716
    • 提供者:郑梅
  1. count_word

    0下载:
  2. 统计文本中的单词个数,并按出现次数降序输出(支持大文本),原版是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 tex
  3. 所属分类:STL

    • 发布日期:2017-11-11
    • 文件大小:4338
    • 提供者:书林跋涉
  1. MapKit_1.4

    0下载:
  2. 轻松创建哈希表的跨平台(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
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:58736
    • 提供者:ling
  1. stlport-code-5.2

    0下载:
  2. STLport是一个完全符合C++98标准(及2003年修订)的免费的C++标准库实现。它是由俄罗斯人Boris Fomitchev于1997年发起的开源项目,目的是基于著名的SGISTL开发一个可移植到各种平台上使用的高效的C++标准库。 STLport具有很多其他STL实现所没有的优点。首先是高度的可移植性,可以配合市面上几乎所有的操作系统和编译器使用,使开发的程序能够在不同的编译平台上获得一致的标准库实现。其次是性能表现优秀,其原始版本SGISTL就以高效而闻名,STLport在移植时
  3. 所属分类:MiddleWare

    • 发布日期:2017-05-07
    • 文件大小:1524948
    • 提供者:杨波
  1. hash_map

    0下载:
  2. 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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2709
    • 提供者:xxdtpon
搜珍网 www.dssz.com