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

搜索资源列表

  1. 非常完美的二叉树模板

    0下载:
  2. 非常完美地二叉搜索树模板~~~~ 希望大家能够喜欢,并且提出宝贵意见和建议-perfectly Binary Search Tree template ~ ~ ~ ~ hope that we can love and made valuable suggestions and recommendations
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17438
    • 提供者:李鹏
  1. Libasdasd

    0下载:
  2. b树的C++实现,运用模板实现B树 简单明了-C achieved, the use template simple B-tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10732
    • 提供者:
  1. DSAAcodes

    0下载:
  2. 《数据结构、算法与应用》从C++语言应用角度列举了要点,以大量示例实现了表、树、图数据结构,最后实证了各种典型算法。以标准C++语法,模板化设计,符合软工思想。此内容为源码。-"data structures, algorithms and applications" from the perspective of C language application listed on the main points, a large number of examples to a
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:260270
    • 提供者:ldl
  1. SortedSet

    0下载:
  2. 本程序用VC++完成 定义类模板SortedSet (包括方法的实现) ,即元素有序的集合,集合元素的类型和集合元素的最大个数可由使用者确定。要 求该类模板对外提供以下三种操作: insert:加入一个新的元素到合适的位置上,并保证集合元素的值不重复; get:返回比给定值大的最小元素的地址。若不存在,返回-1; del:删除与给定值相等的那个元素,并保持剩余元素的有序性。-the completion of procedures with VC SortedSet clas
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3306
    • 提供者:zhangbb
  1. template123

    0下载:
  2. 讲述C++模板template的用法,对初学者很有帮助,推荐下载。-about C template template to use, helpful for beginners, to download.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:78465
    • 提供者:dingli
  1. jiaojibingji

    0下载:
  2. 使用顺序表实现的交集并集问题,其中使用了类模板和简单的线性表存储结构。-order to achieve the intersection of sets, which use a class template and a simple linear table storage structure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17273
    • 提供者:muyu
  1. ImpleOfDataStruct

    1下载:
  2. 数据结构的实现,包括可自动增长的数组,链表,堆栈,集合,二叉搜索树(元素不会重复),AVL 平衡树等,很好的数据结构源码。所有类均使用模板编写,并不特定于 Windows 平台,所有只要有 C++ 编译程序的操作平台都可使用。-achieve the data structure, including the automatic growth of arrays, linked lists, stacks, collection, Binary Tree Search (elements wil
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:33818
    • 提供者:王高
  1. cmoban

    2下载:
  2. 参照栈类模板的例子编写一个队列类模板class <T> Queue,私有成员包括:队首指针Front,队尾指针Tail,队列容积max。实现:构造函数Queue,析构函数,入队函数In,出队函数Out(每次出队,后面的元素自动前移一位),判队列空函数Empty。并分别用队列类模板定义int和float对象,调用各个成员函数-reference stack class template examples of the preparation of a class template cl
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3541
    • 提供者:gongwen
  1. Tree_test

    0下载:
  2. 一个包装好的树型模板类,可以实例化树型数据结构.-a packed tree template category, examples of the tree data structure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6794
    • 提供者:cb
  1. template_tree

    0下载:
  2. C++ 模板方法实现树结构成员添加和去除 关键字 template tr-C template method tree structure to add and remove members of the keyword template tr
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2779
    • 提供者:ming
  1. module

    0下载:
  2. 西电的VC++课上的几个通用模板,完全是可用的
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6912
    • 提供者:zhushuai
  1. 模板类栈求表达式值

    0下载:
  2. 是一个表达式求值的算法,用 模板实现的,可以进行四则运算,支持小数和括号-is an expression evaluates the algorithm, using the template, can be four operators, and parentheses minority support
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:63588
    • 提供者:丁兴全
  1. 逆序数模板

    0下载:
  2. acm比赛中用到的求逆序数的模板,自己经常用!
  3. 所属分类:数据结构常用算法

  1. dinic的网络最大流算法模板

    0下载:
  2. dinic的网络最大流算法模板,非常实用,经过自己多次测试通过的!Q,Dinic network maximum flow algorithm templates, very useful, after their own, adopted a series of trial runs! Q
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-25
    • 文件大小:1279
    • 提供者:wang yucao
  1. template

    0下载:
  2. ACM及各类基本算法模板,包括数据结构,计算几何,字符串,图论,数学,高精度等许多常用模板-ACM basic algorithm and various templates, including data structures, computational geometry, string, graph theory, mathematics, high-precision, and many other commonly used templates
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2230459
    • 提供者:陈澄
  1. bracketmatch

    0下载:
  2. 检查算数表达式中括号是否匹配 使用“链式栈”模板定义作为数据结构来实现括号匹配。-Check the arithmetic expression in parentheses match use " chain stack" template definition as a data structure to achieve the matching parenthesis.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1368
    • 提供者:
  1. C++链表模板

    0下载:
  2. 编写了一个链表的模板,方便需要的人移植调用等,简单易懂(Write a list of templates, convenient for people to transplant, call, etc., easy to understand)
  3. 所属分类:数据结构

    • 发布日期:2017-12-14
    • 文件大小:2809301
    • 提供者:wind1
  1. 数据结构模板

    0下载:
  2. 平衡二叉树 堆排序 快速排序 的直接可用模板(balanced binary tree)
  3. 所属分类:数据结构

    • 发布日期:2018-01-08
    • 文件大小:157696
    • 提供者:fqfqfq
  1. 单链表模板

    0下载:
  2. 单链表模板,包含单链表的基本功能(如构造,析构,插入,查找,删除等操作)的实现(LinkList Model,including the basic function of a linklist and the realization of the linklist.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-30
    • 文件大小:382976
    • 提供者:依米阳光
  1. 顺序栈验证实验

    0下载:
  2. 顺序栈的模板,包括构造函数,析构函数,入栈,出栈,取栈顶元素,判空等基本操作,并在主函数中实现(The template of the sequential stack, including the constructor, the destructor, the push, the pop, the getpop,the empty. Then realize the function of each in the main function.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-02
    • 文件大小:401408
    • 提供者:依米阳光
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com