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

搜索资源列表

  1. useMap

    0下载:
  2. 如何使用STL中的映射关系呢?看看这个吧!-how to use the map? Look at this!
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:39081
    • 提供者:李建中
  1. mapSTL

    0下载:
  2. 实现如何使用 STL中的Map容器。适合初学者了解C++的STL机制。-realizing how to use the Map STL containers. For beginners to understand C + + STL mechanism.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:40847
    • 提供者:王东
  1. wordstatSTL

    0下载:
  2. wordstatSTL.定义控制台应用程序的入口点。//单词统计 //统计一个文本文件中所有单词的使用次数 //将单词按照有多到少的使用次数打印出来 //对于次数相同的单词按照字母由大到小的顺序排列 //这是由STL(Standard Template Library)的map和set实现的教学例程-wordstatSTL. Console application definition of the point of entry. / / Word statistics / /
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1198
    • 提供者:刘恒
  1. clonePtr

    0下载:
  2. a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. The smart pointer has an assignment operator and greater than operator that call the target object s operator.-a non-sharing smart
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2323
    • 提供者:张建
  1. TestMap

    0下载:
  2. 使用VC6.0 STL std::map的一个小例子。使用的键值是一个结构体,里面包含一个整型三维数组。-use VC6.0 STL std : : map of a small example. The pair is a body structure, which contains an integer 3D array.
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:124382
    • 提供者:陈飞
  1. AVLTreeImpl

    0下载:
  2. AVL Tree implementation: I also included a test function to compare the AVL Tree performance with STL Set and Map. Compile the source mavltree.cpp and run it to see the result!-AVL Tree implementation : I also included a test to compare the fu
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7020
    • 提供者:michael
  1. tree-2.03

    0下载:
  2. 一个德国人Kasper Peeters用C++ template写的tree的STL实现,并和STL其他容器vector,map一样,提供标准STL接口,供用户调用。非常有参考价值,说明文档参见tree.pdf。-a German Kasper Peeters C template to write the tree S TL realized, and other containers and STL vector, map, providing standard STL interface,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:196141
    • 提供者:陈铤杰
  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. cpp_mru_cache

    0下载:
  2. I suppose you know what a MRU cache is, otherwise you wouldn t been reading this. This is an implementation of a very simple one using only STL. To implement a cache, derive a subclass from this template class. As an implementor, you d have
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1828
    • 提供者:haha
  1. testIni

    0下载:
  2. STL解析ini文件的代码,ini信息保存到map中,可直接使用,简单明了。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17224
    • 提供者:陶汉军
  1. stlmap

    0下载:
  2. stl中map用法详解
  3. 所属分类:STL

    • 发布日期:2014-01-18
    • 文件大小:14685
    • 提供者:王鹏雷
  1. vecDLL

    0下载:
  2. Dll无法直接导出泛型模板(generalized template),因此,如果要导出stl类,则模板必须先实例化(instantiated)。另外,如果导出的STL类使用了其他STL类,那么这些其他类必须同时被导出。目前stl中唯一能够被导出的容器是vector,其他容器(如map、set、queue、list、deque)都因包含嵌套类而不能被导出。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15163
    • 提供者:范杰
  1. TestContainer

    0下载:
  2. STL 容器 使用例子 MAP VECTOR LIST
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:8615
    • 提供者:振宇
  1. stl_sample

    0下载:
  2. 本程序提供一些stl的实例,帮助入门stl。其中有向量、队列、map等。-some stl samples.
  3. 所属分类:Console

    • 发布日期:2017-11-18
    • 文件大小:10659
    • 提供者:kevin
  1. map_demo

    0下载:
  2. 自己写的stl,map容器实例,希望对大家有帮助,-Stl, map write your own container instance, hope to have everyone help
  3. 所属分类:STL

    • 发布日期:2017-11-23
    • 文件大小:1350
    • 提供者:kku28
  1. STL

    0下载:
  2. STL的Vector、List、deque、set、map、queue、stack等的使用,包含了基本的用法-The STL Vector, List, deque, set, map, queue, stack, etc. are used, contains the basic usage
  3. 所属分类:STL

    • 发布日期:2017-11-23
    • 文件大小:4117
    • 提供者:yaoml
  1. Map(STL)

    0下载:
  2. 详尽的介绍了Map容器的基本用法,方便初学者掌握Map容器!-Detailed introduction to the Map container basic usage, easy for beginners to master the Map containers!
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:8676
    • 提供者:XiaoJun
  1. ssd5 opt 6

    0下载:
  2. Calculating "The Sum of Its Parts" Prerequisites, Goals, and Outcomes Prerequisites: Students should have mastered the following prerequisite skills. Trees - Knowledge of tree representation, particularly general hierarchies STL map contain
  3. 所属分类:其它

    • 发布日期:2014-10-03
    • 文件大小:1230
    • 提供者:asem95sm
  1. 4

    0下载:
  2. STL中map用法详解:map的构造函数、数据的插入、map的大小、数据的遍历、数据的查找(包括判定这个关键字是否在map中出现)等。-Detailed the STL map usage: traversal, find the data constructor map, insert the data, the size of the map, data (including determining whether the keyword appears in the map) and th
  3. 所属分类:Console

    • 发布日期:2017-04-30
    • 文件大小:177724
    • 提供者:赵靖宇
  1. map_code

    0下载:
  2. map code map code map code stl-map map code map code map code map code stl
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2092
    • 提供者:李军
« 1 23 4 »
搜珍网 www.dssz.com