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

搜索资源列表

  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. 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. 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. KDTreeTest

    0下载:
  2. kd-tree c++类模板实现的演示例子. 是从国外网站上下的,结构简单,容易看懂. 文章在: http://www.codeproject.com/KB/architecture/KDTree.aspx
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6499
    • 提供者:zhengke
  1. binaryTree

    0下载:
  2. 使用类模板生成与遍历二叉树:建立了一个二叉树,并以中序遍历、前序遍历和后序遍历三种方法遍历该二叉树
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10475
    • 提供者:杨玉娟
  1. datastructuresources

    0下载:
  2. 数据结构的课件 类模板 数据结构 这个学期我们在学数据结构,觉得老师的课件比较好,跟大家分享一下
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:104333
    • 提供者:欧比
  1. c++

    0下载:
  2. 程序设计当中经常会出现使用同种数据结构的不同实例的情况。例如:在一个程序中 可以使用多个队列、树、图等结构来组织数据。同种结构的不同实例,也许只在数据元素 的类型或数量上略有差异,如果对每个实例都重新定义,则非常麻烦且容易出错。那么能 否对同种类型数据结构仅定义一次呢?答案是肯定的,C++提供的类模板(Class Template )就可以实现该功能。
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 链式结构堆栈类的类模板实现及用堆栈类求解N皇后问题-chain structure of the stack type and class template stack used for solving problems N Queen
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2188
    • 提供者:liuben
  1. ClassTemplate

    0下载:
  2. 类模板,助于参考及编写代码,代码以数据结构值的排序方式及链表操作为主. -Class template, reference and help to write code, the code value to the data structure and linked list Sort-based operation.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4594
    • 提供者:许永明
  1. stack

    0下载:
  2. 用单链表实现存储栈 “链式栈”类模板的定义,数据结构和算法学习必备学习程序。-Single-linked list for storage stack " Chain stack" class template definition, data structures and algorithms necessary to study the learning process.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1012
    • 提供者:
  1. binarytree

    1下载:
  2. 二叉树的递归遍历算法 “二叉链表”的类模板,数据结构和算法必备学习程序。-Recursive binary tree traversal algorithm " binary list," class templates, data structures and algorithms necessary learning process.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2276
    • 提供者:
  1. Exp21_1

    0下载:
  2. 建立二叉排序树类模板。二叉排序树关键技术是二叉排序树的建立和查找-The establishment of binary sort tree class template. Binary sort tree key technology is the binary sort tree establishment and find
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1552
    • 提供者:陆艺
  1. CrossList

    0下载:
  2. 自己写的十字链表C++语言模板容器类,使用异常处理机制。-My own handwrite C++ template container class: CrossList, exceptions is used to handle problems.
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:2873
    • 提供者:bupteinstein
  1. erfenfa

    0下载:
  2. 编写程序对数据序列采用二分查找法和顺序查找法查找元素的下标,要求使用类模板实现(其中二分法查找算法要求用递归实现,给定数据序列有序)-Programming data sequence using binary search and sequential search method to find the next element standard, requires the use of class templates (which use a recursive binary search
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:10666
    • 提供者:dxq
  1. RBtree

    0下载:
  2. 一个红黑树类模板,支持插入、删除、遍历等常用操作-A red-black tree class template, support insert, delete, traverse the other common operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2350
    • 提供者:cjj
  1. erfenchashu

    0下载:
  2. 编写程序对数据序列采用二分查找法和顺序查找法查找元素的下标,要求使用类模板实现(其中二分法查找算法要求用递归实现,给定数据序列有序)。-The data series used to program the binary search method and the sequential search method to find the next element standard, requires the use of class templates (which use a recursiv
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:237010
    • 提供者:王一帆
  1. flight

    0下载:
  2. 应用类模板,链表写的航班系统,可以写入要定的航班及姓名,然后有查找和删除功能-Application class template, write the list of flight systems, flight can be written to and given the name, then find and delete functions are
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1667
    • 提供者:刘东
  1. stack

    0下载:
  2. 数据结构中栈的类定义,通过类模板实现了栈的基本功能-Stack data structure in the class definition, through the stack class template implements the basic functions of
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:525474
    • 提供者:黄寅飞
  1. CPPjuzhengyuanma

    0下载:
  2. C 矩阵类模板(支持实数矩阵与复数矩阵的各种运算),功能非常强大,而且用模板实现,完整无错,后面有测试代码.需要的拿走.-C Matrix class template (for real and complex matrix of matrix operations), very powerful, and use templates, a complete error-free, followed by a test code needs to take.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:21231
    • 提供者:朱俊
« 12 3 4 5 »
搜珍网 www.dssz.com