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

搜索资源列表

  1. 二叉树

    0下载:
  2. (1)构建一颗二叉树; (2) 实现二叉树中所有结点的左、右子树相互交换。(1) construct a two fork tree; (2) exchange the left and right subtrees of all nodes in the two fork tree.)
  3. 所属分类:数据结构

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:晌午v
  1. 二叉树遍历

    0下载:
  2. 实现二叉树的前序,后序遍历 实现树的前序,后序遍历(The realization of the two fork tree, after the traversal Preorder tree traversal implementation.)
  3. 所属分类:数据结构

    • 发布日期:2018-01-04
    • 文件大小:2685952
    • 提供者:Jason9151
  1. 二叉树非递归创建

    0下载:
  2. 用c++编程,二叉树非递归的创建,创建 求深度 查找 求叶子结点数 遍历输出 层次遍历 层次创建(Non-recursive creation of binary tree)
  3. 所属分类:Java编程

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:小轩xx
  1. VC 仿QQ游戏大厅树状列表控件

    1下载:
  2. VC 仿QQ游戏大厅树状列表控件,类似QQ游戏大厅的树形控件,带有图标现实(VC tree list control imitation QQ games hall, similar to the QQ game hall tree control, ICONS with reality)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:26624
    • 提供者:小林Z
  1. 哈夫曼树和编码include

    0下载:
  2. 学习了解哈夫曼树和编码,更好到学算法与数据结构(Learn Huffman tree and coding, better to learn algorithm and data structure)
  3. 所属分类:数据结构

    • 发布日期:2018-01-04
    • 文件大小:17408
    • 提供者:御千尘
  1. 遍历二叉树

    0下载:
  2. 简单的二叉树通过递归算法遍历,先序遍历中序遍历和后序遍历。通过遍历对二叉树的结构有更深入的学习(Simple two tree traversal through recursive algorithm, first order traversal traversal and preorder traversal. Through traversal, the structure of the two fork tree has a more in-depth study)
  3. 所属分类:数据结构

    • 发布日期:2018-01-05
    • 文件大小:16059392
    • 提供者:沧海森林
  1. 二叉排序树

    0下载:
  2. 二叉排序树的操作,包括建立,插入,删除,查找等(this is a c language program)
  3. 所属分类:数据结构

    • 发布日期:
    • 文件大小:1024
    • 提供者:zj666
  1. 二叉树

    0下载:
  2. 数据结构中二叉树的上机实验中遇到的二叉树的建立以及其他操作(Data structure in the two fork tree experiment on the establishment of the two fork tree and other operations)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:755712
    • 提供者:安子辰
  1. 决策树

    2下载:
  2. 模式识别中决策树cart的实现 代码简单 比较好用(pattern recognition decision tree)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:2169856
    • 提供者:adf&683
  1. 决策树代码

    0下载:
  2. 基础决策树算法适合初学者第一次尝试r编程(simple decision tree)
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-05
    • 文件大小:7168
    • 提供者:Shirley&
  1. 树状河网计算

    0下载:
  2. 树状河网计算的关键是确定计算河道顺序。计算顺序应遵循的原则是:从支流到干流,从上游到下游。这样可以把河网依次分解为一系列的单一河道,用单一河道的计算方法求解。(The key to the calculation of tree like river network is to determine the order of river courses. The following principles should be followed in the calculation sequence:
  3. 所属分类:*行业应用

    • 发布日期:2018-01-06
    • 文件大小:195584
    • 提供者:zzzzlc
  1. 前序+中序_问答式输入生成二叉树

    0下载:
  2. 在计算机科学中,二叉树是每个节点最多有两个子树的树结构。通常子树被称作左子树和右子树。二叉树常被用于实现二叉查找树和二叉堆。该算法通过输入前序和中序生成二叉树(In computer science, a two tree is a tree structure with a maximum of two subtrees for each node. Usually the subtrees are called the left subtree and the right subtree.
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:3953664
    • 提供者:静守成雯
  1. 二叉树

    0下载:
  2. 构造二叉树进行各种树的表示,用两种方式构造。(Construction of two forked trees and the representation of various trees.)
  3. 所属分类:数据结构

    • 发布日期:2018-01-01
    • 文件大小:312320
    • 提供者:王大爹
  1. 利用α-β搜索过程的博弈树搜索算法编写一字棋

    1下载:
  2. 利用α-β搜索过程的博弈树搜索算法编写一字棋利用α-β搜索过程的博弈树搜索算法编写一字棋利用α-β搜索过程的博弈树搜索算法编写一字棋利用α-β搜索过程的博弈树搜索算法编写一字棋
  3. 所属分类:文档资料

  1. BST二叉树的基本操作

    0下载:
  2. BST二叉排序树的插入、查询、删除、遍历 (中序遍历 从小到大)(The basic operation of the BST two forked tree.Inserting, querying, deleting, traversing two forked sort trees.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:92160
    • 提供者:续续
  1. 二叉树

    0下载:
  2. 二叉树的前、中、后、层次遍历的递归算法。其中包括构造二叉树链式存储的算法。(A recursive algorithm of traversing the front, middle, post and level of two forked trees. It includes the algorithm to construct two forked tree chain storage.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:VINCERXC
  1. 决策树

    0下载:
  2. 利用R语言实现决策树,使用 party 包构建决策树,使用 rpart 包构建决策树,以及随机森林的构建(using R language analyizing ...)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:205824
    • 提供者:spoilboy
  1. 3-18有向树k值

    0下载:
  2. 要求有向树T的k个顶点组成的集合F,使cost(F)=∑min w(x)*d(x,u)的值达到最小。在一般情况下,有向树是一棵多叉树,为了便于计算,我们把多叉树变转成为与之等价的二叉树,将每个顶点的第一个儿子做为其父顶点的左儿子顶点,同时增加一个0权0边长的附加顶点做为右儿子顶点。然后对于其他儿子项点以相同方式作为新增附加顶点的左儿子顶点,一直继续下去,直至处理完所有顶点。所得到的二叉树与树T具有相同的最小耗费。(A set F that consists of the k vertices o
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:307200
    • 提供者:为了
  1. 3-19有向树独立K

    0下载:
  2. 要求有向树T的k个独立顶点组成的集合F,使cost(F)=∑min w(x)*d(x,u)的值达到最小。与有向树k中值问题类似,把有向树变转成为与之等价的二叉树,设T的以顶点x为根的子树T(x),其左、右儿子顶点分别为y和z。(A set F that consists of a k independent vertex to a tree T is required to minimize the value of the cost (F) = min w (x) *d (x, U). Sim
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:708608
    • 提供者:为了
  1. 二叉树

    0下载:
  2. 二叉树源文件(Two forked tree source file)
  3. 所属分类:网络编程

    • 发布日期:2018-01-09
    • 文件大小:2048
    • 提供者:1113683897
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com