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

搜索资源列表

  1. stl算法

    0下载:
  2. stl算法集,具体实现了摸板编程的各种示例,有利于初学者.-stl algorithm set, a concrete realization of various diameters programming examples, is conducive to beginners.
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:184551
    • 提供者:wuxuegang
  1. source-stl

    0下载:
  2. STL在liunx下的源代码文件,可以在Linux下安装,也可以直接阅读源码来学习STL编程-It s a STL source code file under Linux, it can set up under linux or read it directly
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:215984
    • 提供者:
  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. 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. vecDLL

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

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

    0下载:
  2. 这时一个计算数独游戏的console程序。使用搜索算法剪枝中最为强大的dance link(可参考knuth论文),并用STL-set优美实现。
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:116498
    • 提供者:李如其
  1. ZPrinter

    0下载:
  2. 一个打印类,可以对打印机进行设置,也能对打印的内容进行调整,不过没有demo-A print category, can set the printer can also print the contents of the adjustment, but I did not demo
  3. 所属分类:Printing program

    • 发布日期:2017-11-17
    • 文件大小:2688
    • 提供者:站长
  1. STL_set

    0下载:
  2. 对 STL学习后对于集合的实现,代码量少,但可以帮助理解。-After learning of the STL to achieve the set, less code, but can help to understand.
  3. 所属分类:STL

    • 发布日期:2017-04-07
    • 文件大小:7677
    • 提供者:Liane
  1. stl-code

    0下载:
  2. stl标准库是C++ 的一个类库,包括容器,算法,迭代器。提供许多基本的算法和数据结构-The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators it provides many of the basic algorithms and data structures of computer science.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:215530
    • 提供者:肖新
  1. STL_MAP

    0下载:
  2. STL学习的好材料,在程序中使用了Vector,Map,Set容器对文本进行分析,可以查询指定单词出现的页数 行数 以及次数-STL a good learning materials used in the program Vector, Map, Set the container of the text, you can query the number of pages specified word appears, and the number of rows
  3. 所属分类:STL

    • 发布日期:2017-04-01
    • 文件大小:916580
    • 提供者:yangsong
  1. STL

    0下载:
  2. 一本阐述STL的好书,系统阐述了STL,对喜欢泛型编程的人有很大帮助-A set of STL books, systematically expounded the STL, generic programming for people who love great help
  3. 所属分类:STL

    • 发布日期:2017-06-09
    • 文件大小:16512588
    • 提供者:张宁
  1. STL-vector

    1下载:
  2. STL的应用,其中包含详细的vector,map,set,list的每一个函数的具体操作。-STL' s application, which contains detailed vector map, set, list every function specific operations.
  3. 所属分类:Windows编程

    • 发布日期:2014-03-21
    • 文件大小:719054
    • 提供者:齐齐
  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. STL-set-container

    0下载:
  2. 关于C++的容器,vector之所以被认为是一个容器,是因为它能够像容器一样存放各种类型的对象,简单地说,vector是一个能够存放任意类型的动态数组-About C++ containers, vector reason is considered to be a container, the container is the same because it can be stored as objects of various types, simply put, vector is cap
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:9909
    • 提供者:诚溜
  1. STL-Standard-Template-Library

    0下载:
  2. STL标准模板库。 1.使用链表类模板加载学生类实例; 2.按索引排序; 3.使用并集算法合并容器; 4.利用容器算法洗牌。-STL Standard Template Library. 1. Use the list of students loaded class template class instance 2. Sort by index 3. Use and set algorithm merge container 4. The use of
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:7311082
    • 提供者:冯泽
  1. STL-set-container

    0下载:
  2. 关于C++的容器,vector之所以被认为是一个容器,是因为它能够像容器一样存放各种类型的对象,简单地说,vector是一个能够存放任意类型的动态数组-About C++ containers, vector reason is considered to be a container, the container is the same because it can be stored as objects of various types, simply put, vector is cap
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:10497
    • 提供者:zzrpr065shuxi
  1. STL-set-container

    0下载:
  2. 关于C++的容器,vector之所以被认为是一个容器,是因为它能够像容器一样存放各种类型的对象,简单地说,vector是一个能够存放任意类型的动态数组-About C++ containers, vector reason is considered to be a container, the container is the same because it can be stored as objects of various types, simply put, vector is cap
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-04
    • 文件大小:10037
    • 提供者:hz4044zaixing
  1. apriori

    0下载:
  2. 数据挖掘Aprior的简易c++实现,通过string来表示数据集,没有采用STL set集合操作,因此实现起来简单一些,判断是否包含用到了动态规划算法中的最长公共子序列,思想是暴力求解,没有用到很高端的思想和算法。(Simple c++ data mining Aprior, said data set by the string, without the use of STL set collection operation, thus the realization is simple,
  3. 所属分类:人工智能/神经网络/深度学习

  1. STL

    0下载:
  2. 源码之前了无秘密,你将看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;你将看到各种算法(排序、查找、排列组合、数据移动与复制技术)的实现;你甚至能够看到底层的memory pook和高阶抽象的traits机制的实现。(Before the secret source code, you will see the vector implementation, list implement
  3. 所属分类:STL

    • 发布日期:2018-01-02
    • 文件大小:226304
    • 提供者:qwer@
« 12 »
搜珍网 www.dssz.com