CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - STL c

搜索资源列表

  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. datastructc++languagestl

    0下载:
  2. 数据结构c++语言描述stl版 威廉兄弟的好书,值得看,这是配书代码
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2661096
    • 提供者:luhaiheng
  1. STL_quene

    0下载:
  2. 用c++的STL实现大根堆和小根堆,实现相当方便简单,优先队列效率好-Large root heap and small root heap, quite simple priority queue efficiency c++ the STL
  3. 所属分类:Data structs

    • 发布日期:2017-11-02
    • 文件大小:750
    • 提供者:朱铖恺
  1. tree-2.65.tar

    0下载:
  2. 这是一个表示数据结构tree的c++模板对象,封装的非常好.tree-msvc.hh能在 visual c++下使用,如同使用stl标准模板类库一样-This is a tree data structure that the c++ template object, the package is very good. Tree-msvc.hh be able to use visual c++, as the use of standard template library stl the s
  3. 所属分类:Data structs

    • 发布日期:2016-07-10
    • 文件大小:197695
    • 提供者:gzj
  1. ssd7exercise2

    0下载:
  2. 相对于实验一,新增了2个类。 Class Listing vector<Advertisement*>. Class Group vector<Client*>. 使用到了向量。增强了大家对STL向量容器,以及实现所给的声明函数。 压缩包里面有代码,指导书,以及Apache服务器。-Prerequisites: Students should have mastered the following prerequisite skills. C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:658054
    • 提供者:邹斌
  1. SourceCode

    0下载:
  2. 数据结构C++语言描述——应用标准模板库 源代码-Data Structures with C++ Using STL Source Code
  3. 所属分类:Data structs

    • 发布日期:2017-05-26
    • 文件大小:9356482
    • 提供者:zhoufr
  1. STL

    0下载:
  2. 详细的讲述一些C排序的函数 STL 几乎封装了所有的数据结构中的算法,从链表到队列,从向量到堆栈,对hash 到二叉树,从搜索到排序,从增加到删除-Describe in detail the function of some sort STL C encapsulates almost all of the data structure algorithms, from the list to the queue, from the vector to a stack of hash to
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:195065
    • 提供者:汪柏胜
  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. sudoku

    0下载:
  2. C++解数独的代码,使用了三种方法,依次对应解决不同难度的数独,并且最后采用由堆栈为基础数据结构的深度优先搜索法解数独,可以保证解决所有的可解数独。使用了STL的bitset,利用位操作节省内存。-C++ code alone the stops, using three methods, followed by the corresponding number of varying difficulty to solve alone, and Finally the data structur
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:368489
    • 提供者:wjn_nb
  1. Demo_Sort

    0下载:
  2. C++ 排序函数模板源码,MFC程序可用(冒泡) 一个排序可以用的C++函数模板,无意间需要对字符串集合CStringArray进行排序,但标准模板库STL提供的函数模板sort虽然功能强大,不过有些不便-Can be a sort of C++ function template, a collection of unintentionally CStringArray need to sort the string, but the standard template library
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:12126
    • 提供者:xcan
  1. stl

    0下载:
  2. 一个用C写的模板类的hash功能实现,用来交数据结构的作业的-Write a template with the C class hash function implementation, the data structure used to pay operating
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5752
    • 提供者:陈萧
  1. Generic-function

    0下载:
  2. 泛型函数: 总结:使用标准模板库 (STL) C++标准库提供了更为安全,更为灵活的数据集处理方式。 STL的最主要的两个特点:数据结构和算法的分离,非面向对象本质。 访问对象是通过象指针一样的迭代器实现的;容器是象链表,矢量之类的数据结构,并按模板方式提供; 算法是函数模板,用于操作容器中的数据。由于STL以模板为基础,所以能用于任何数据类型和结构。-Generic function: Summary: Using the Standard Template Library
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:756940
    • 提供者:fdsf
  1. kmp-

    0下载:
  2. kmp 数据结构 匹配 字符串 stl visual c-kmp data structure matches the string stl visual c++
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2268
    • 提供者:
  1. chapter20

    1下载:
  2. 用C++写的小型通讯录,可以添加,删除,排序和查找,主要使用的数据结构是stl的list。-In C++ to write a small book, you can add, delete, sort, and search, the main use of the data structure is stl the list.
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-03-20
    • 文件大小:7344
    • 提供者:刘长鸣
  1. libcstl-2.0.3.tar

    0下载:
  2. libcstl是使用标准C编写的一个通用的数据结构和常用的算法库,它模仿SGI STL的接口和实现-libcstl is written in standard C, a common data structures and algorithms library, which mimics the SGI STL interface and implementation
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4189070
    • 提供者:wangyi
  1. CC

    0下载:
  2. 容器,计算方法,容器向量,C++STL相关内容-Containers, calculation method, the container vector, C++STL related content
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:13343
    • 提供者:贾坤
  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. STL--Data-strcture-and-Alogrithm

    0下载:
  2. 数据结构C++语言描述——应用标准模板库(STL)(第2版) 源代码-Source Code for STL-Based Data structure and Alogrithm for C Plus Plus Programing
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2762935
    • 提供者:丁晟
  1. C++STL(2th)

    0下载:
  2. STL标准模板库介绍,各种数据结构的使用,C++语言的实现(Introduction of Standard Template Library)
  3. 所属分类:数据结构

    • 发布日期:2018-04-29
    • 文件大小:21344256
    • 提供者:billson_
搜珍网 www.dssz.com