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

搜索资源列表

  1. mycomputerwithstl

    0下载:
  2. 用stl实现表达式求解算法(我写的) 有一点点难度!需要有较好的数据结构知识-used to achieve expression algorithm (I write) is a little more difficult! The need for a better knowledge of the data structure
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:1.05kb
    • 提供者:王哲江
  1. STLport-4.5

    0下载:
  2. 使用C++语言对标准模板类和数据结构进行实现
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:1.17mb
    • 提供者:li
  1. testlinklists

    0下载:
  2. 这是翻阅《数据结构、算法与应用——C++语言描述》 以及在网上得到的一些资料后写出来的。起因是在项目中要用到一个链表,但我做一个简单的链表在C++中用的时候跟C差别很多,比如赋值运算(编译器说要做操作符重载,或者考贝构造函数,C++中把结构当成一个类来看了,详见相关介绍的文档或书籍)。后来一想干脆做个template顺便学习一下,一举两得。-read "data structures, algorithms and applications -- Descr iption Langua
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:32.98kb
    • 提供者:啊啊
  1. tass-sgi-stl-2.91.57-source

    0下载:
  2. 著名的SGI的STL lib源码.(C++范型类编成,没有合适的分类,但是放到数据结构类别中也绝对适合)-famous SGI STL lib source. (C Fan-type establishment, and there is no suitable categories, but the data structure into categories have absolutely appropriate)
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:208.98kb
    • 提供者:littlebean
  1. er

    0下载:
  2. 数据结构C++语言描述--应用标准模板库(STL)(第2版)-Data structure C++ Language Descr iption- Application Standard Template Library (STL) (2nd edition)
  3. 所属分类:STL

    • 发布日期:2017-06-15
    • 文件大小:22.25mb
    • 提供者:wuhua
  1. CPP

    0下载:
  2. 面向对象的程序设计:数据结构<向量类实现优先队列>-Object-Oriented Programming: data structures < vector implementation of priority queue type>
  3. 所属分类:STL

    • 发布日期:2017-04-11
    • 文件大小:856byte
    • 提供者:nwyf201
  1. Howtostudy_STL_CN

    0下载:
  2. STL 是Standard Template Library的缩写,中文名是标准模板库。STL以其独特的魅力得到越来越多的程序员钟爱,STL彻底封装复杂的数据结构,提供丰富灵活的程序接口,同时还能保证程序的运行效率。-STL is an acronym for Standard Template Library, Chinese name is a standard template library. STL for its unique charm to be loved more and m
  3. 所属分类:STL

    • 发布日期:2017-04-02
    • 文件大小:587.1kb
    • 提供者:rain
  1. TheAnnotatedSTLSources

    0下载:
  2. STL.源码剖析;可以向专家学习型别技术、内存管理、算法、数据结构、STL各类组件之高阶实现技巧。-STL. Source analysis can learn from the experts type technology, memory management, algorithms, data structures, STL various components of the high-level implementation skills.
  3. 所属分类:STL

    • 发布日期:2017-05-29
    • 文件大小:10.98mb
    • 提供者:品牌
  1. list2

    0下载:
  2. 是STL中双向循环链表list的经典应用,面向对象的标准C++语法解决了josephus圈的问题,适合学习数据结构中stl中list的应用,需要面向对象的C++知识。-A concise aplication of "list" in STL, simple but powful.
  3. 所属分类:STL

    • 发布日期:2017-03-27
    • 文件大小:752byte
    • 提供者:王涛
  1. DataStructurewithCUsingSTL

    0下载:
  2. 数据结构C++语言描述.应用标准摸板库STL第2版- Data Structure with C++ Using STL, Second Edition
  3. 所属分类:STL

    • 发布日期:2017-06-14
    • 文件大小:20.22mb
    • 提供者:小北
  1. LAB

    0下载:
  2. 使用C++的STL数据结构实验,包括链表、八皇后、扩展洗车仿真、Binary Search Tree的平均树高等问题的实验-Using C++, STL data structure experiments, including lists, eight queens, extended car wash simulation, Binary Search Tree problems as the average tree experiment
  3. 所属分类:STL

    • 发布日期:2017-04-10
    • 文件大小:1.33mb
    • 提供者:吴蝶
  1. CPPand-STL

    0下载:
  2. 主要是C++和模板。该材料所使用的是C语言,也许很多人会说C语言已经过时了,但是,我认为在数据结构的学习中,应该用尽量简单的语言,以免进入了语言的细枝末节中,反而冲淡了主题。- C++ and templates mainly are discussed. The material used in the C language, many people may say that the C language has become obsolete, but I think the data st
  3. 所属分类:STL

    • 发布日期:2017-04-04
    • 文件大小:60.4kb
    • 提供者:李乐
  1. ListLink

    0下载:
  2. 单链表 数据结构中 单链表-Single linked list
  3. 所属分类:STL

    • 发布日期:2017-04-05
    • 文件大小:1.33kb
    • 提供者:王春
  1. stl

    1下载:
  2. stl,惠普公司提供的标准模版类库,学习数据结构与c编程都是很好的参考资料-stl, Hewlett-Packard provides a standard template library, learning c programming and data structures are good references
  3. 所属分类:STL

    • 发布日期:2017-04-06
    • 文件大小:210.68kb
    • 提供者:穆特
  1. SurfaceFLA

    0下载:
  2. stl文件的读取,删除重复的点和边,进行拓扑重构,得到新的数据结构-stl file to read, delete duplicate vertices and edges, the topology reconstruction, new data structures
  3. 所属分类:STL

    • 发布日期:2017-12-01
    • 文件大小:42.83mb
    • 提供者:陈伟聪
  1. usaco_code

    0下载:
  2. USACO的标准代码,DD_ENG大神的代码,题目比较多,包括了很多算法和数据结构。是IO选手必备的代码。-Standard code, DD_ENG God of USACO entitled more, including a lot of algorithms and data structures. IO players essential code.
  3. 所属分类:STL

    • 发布日期:2017-11-15
    • 文件大小:7.32mb
    • 提供者:star
  1. day09.tar

    0下载:
  2. 数据结构相关代码,C++实现的。非常经典,下载我这个绝对没错。-Data structure related code, C++ implementation. Very classic, download me this is absolutely true.
  3. 所属分类:STL

    • 发布日期:2017-04-15
    • 文件大小:8.15kb
    • 提供者:李存真
  1. STLTEST1

    0下载:
  2. 一个有关stl操作的程序,实现了平衡二叉树,还有相关的数据结构,供大家学习-A related stl operating procedures, to achieve a balanced binary tree, as well as associated data structures for them to learn
  3. 所属分类:STL

    • 发布日期:2017-05-23
    • 文件大小:7.16mb
    • 提供者:dragon
  1. goods-purchasing

    0下载:
  2. 通过结合栈 链表 队列等几中数据结构并利用它们各自的特性来模拟实现一个简单的商店的商品管理器-we use the stack ,the queue and the linklist and combine their characteristics to make a goods purchasing manager
  3. 所属分类:STL

    • 发布日期:2017-06-08
    • 文件大小:14.74mb
    • 提供者:wfl
  1. linearlist

    0下载:
  2. 数据结构中链表的实现,linearlist,具有数组不可比拟的优势-Data structure linked list implementation, linearlist, with an array of unparalleled advantages
  3. 所属分类:STL

    • 发布日期:2017-04-04
    • 文件大小:818byte
    • 提供者:蔡明
« 12 »
搜珍网 www.dssz.com