CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 书籍源码 搜索资源 - 搜索树

搜索资源列表

  1. datastr

    0下载:
  2. 数据结构 array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltree.h: AVL 树(
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:16080
    • 提供者:许愿
  1. shujujiegou__c++

    0下载:
  2. c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:144954
    • 提供者:liulei
  1. Binary_Search_Tree

    0下载:
  2. c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2716
    • 提供者:liulei
  1. tudelinjiebiaobiaoshi

    0下载:
  2. c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2275
    • 提供者:liulei
  1. Kruskal_suanfa

    0下载:
  2. c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:3014
    • 提供者:liulei
  1. Binary__Tree

    0下载:
  2. c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:8782
    • 提供者:liulei
  1. AVL___Tree

    0下载:
  2. c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1546
    • 提供者:liulei
  1. beibao

    0下载:
  2. 0_1背包问题,回溯法解背包问题 0-l背包问题是子集选取问题。一般情况下,0-1背包问题是NP难题。0-1背包 问题的解空间可用子集树表示。解0-1背包问题的回溯法与装载问题的回溯法十分类 似。在搜索解空间树时,只要其左儿子结点是一个可行结点,搜索就进入其左子树。当 右子树有可能包含最优解时才进入右子树搜索。否则将右子树剪去。设r是当前剩余 物品价值总和;cp是当前价值;bestp是当前最优价值。当cp+r≤bestp时,可剪去右 子树。计算右子树中解的上界的更好方法
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:6310
    • 提供者:杜丹
  1. 电话本管理系统

    0下载:
  2. 提高输入容错。判断输入的对错。 时间关系,搜索功能为线性搜索,现增强如下:f_search:费氏查找法;btree:二叉树查找法;l_search:线性查找法; r_search:递归折半查找法;zcsear:杂凑碰撞查找法;o_sear:插补查找加强法; 排序是冒泡法,现增强为:heaps:累堆排序;binary:二叉树排序;xieer:谢耳排序;sinsert:插入排序;quicks:快速排序;select:选择排序法;-increase input fault tolerance. Imp
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:4796
    • 提供者:王军
  1. FOJ

    0下载:
  2. 向量距离,二叉搜索堆,树的先后中序,-Vector distance from the binary search heap, one after another in the sequence tree
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:1279
    • 提供者:徐毅鹏
  1. tree

    0下载:
  2. 搜索二叉树算法,来自大学C语言教程,经典的算法。是结构体的一种有效利用。-serch tree
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:668
    • 提供者:王计林
  1. Ordered-binary-tree

    0下载:
  2. 搜索有序二叉树 C语言实例解析中的经典代码 简单易懂 功能强大-Ordered binary tree search
  3. 所属分类:source in ebook

    • 发布日期:2017-11-20
    • 文件大小:955
    • 提供者:song
  1. Backtracking-optimal-scheduling

    0下载:
  2. 本代码为算法导论中最佳调度问题的回溯算法。算法思想为:建立一棵深度为N的M叉树,从根结点出发,进行深度优先遍历。每搜索完一条路径则记录下besttime 和bestx[]序列开始结点就成为一个活结点,同时也成为当前的扩展结点。在当前的扩展结点处向纵深方向移至一个新结点,成为一个新的活结点,也为当前扩展结点。如果在当前的扩展结点处不能再向纵深方向扩展,则当前扩展结点就成为死结点。此时,应回溯至最近的一个活结点处,并使这个活结点成为当前的扩展结点,直至找到一个解或全部解。-Backtracking
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:1188
    • 提供者:flxyd
  1. c

    0下载:
  2. 区间树,创建区间树,插入删除和搜索操作。 红黑树创建查询删除。 二分查找,多种排序方式实现,快速矩阵运算实现-Interval trees, create a range of trees, insert and delete search operation. Create a query remove red-black tree. Binary search, sorting various ways, matrix operations to achieve fast
  3. 所属分类:source in ebook

    • 发布日期:2017-04-30
    • 文件大小:8891
    • 提供者:刘亚婧
  1. 二叉搜索树的创建与遍历

    0下载:
  2. 简单描述了一个二叉搜索树的创建,并且进行先序,后序,中序遍历。(A simple descr iption of the creation of a two fork search tree, and the first order, after the order, in the order traversal.)
  3. 所属分类:书籍源码

搜珍网 www.dssz.com