CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 树

搜索资源列表

  1. BTree.二叉树的递归算法

    1下载:
  2. 二叉树的递归算法:计算高度、结点个数、交换左右儿子 问题的描述 写一完整函数,计算树的结点数目int CountNode(BTNode<T>* &t); 完善以下两个函数: 计算树的高度int Depth(BTNode<T>* &root); 对树的所有子树交换左右孩子void swapsons(BTNode<T>* &t);,Binary Tree Recursive Algorithm: Calculate the hei
  3. 所属分类:其他小程序

    • 发布日期:2016-01-25
    • 文件大小:2207
    • 提供者:YY
  1. C实现二叉树

    0下载:
  2. 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1349
    • 提供者:王国强
  1. 二叉树的高度和宽度

    0下载:
  2. 求二叉树的高度及宽度采用递归算法和非递归算法(Find the height and width of the two tree)
  3. 所属分类:其他

    • 发布日期:2017-12-15
    • 文件大小:222208
    • 提供者:时光依旧
  1. 四叉树编码

    4下载:
  2. 四叉树编码 c++实现,可以用VS尝试编译()
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:3078144
    • 提供者:风声边境
  1. 二叉树遍历

    0下载:
  2. 二叉树遍历(Traversal)是指沿着某条搜索路线,依次对树中每个结点均做一次且仅做一次访问。访问结点所做的操作依赖于具体的应用问 题。 遍历是二叉树上最重要的运算之一,是二叉树上进行其它运算之基础。(Two tree traversal (Traversal) refers to a search line, in turn, each node in the tree to do once, and only a visit. The operation of the access nod
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:338944
    • 提供者:Somnus2018
  1. 树菜单

    0下载:
  2. 简单的树菜单基于jQuery的简单展示,基于jQuery的简单展示(JQuery based simple display, based on the simple display of jQuery)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:116736
    • 提供者:菜鸟one
  1. 二叉树遍历

    1下载:
  2. 简单的二叉树遍历,中序遍历,后序遍历,前序遍历(Simple two tree traversal)
  3. 所属分类:其他

    • 发布日期:2017-09-26
    • 文件大小:3072
    • 提供者:tomrb
  1. sql读取并生成到控件树

    0下载:
  2. 读取sql数据部分并初始化图像增强初始化参数,然后生成控件树。(Read the SQL data section, initialize the image, enhance the initialization parameters, and then generate the control tree.)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:209920
    • 提供者:yh880
  1. 利用二叉树求值

    0下载:
  2. 运用二叉树求表达式值 根据表达式 构建二叉树 建立波兰式 求出值。(Using the two tree to calculate the expression value, construct two fork tree according to the expression, and establish the Poland type value.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:YuKaiTeam
  1. 4、二叉树的应用

    0下载:
  2. 在计算机科学中,二叉树是每个节点最多有两个子树的树结构。本程序能够实现二叉树的创建、先序、中序、后序、层次遍历、计算高度等功能。(In computer science, a two tree is a tree structure with two subtrees at each node. This program can realize the creation of two binary tree, first order, middle order, backward order,
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:324608
    • 提供者:飞洒吧year
  1. 决策树

    3下载:
  2. 决策树id3算法matlab代码,已调试,根据需要改写main函数,实现数据分类功能(code for decision tree)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:4096
    • 提供者:辛巴达
  1. 97拖拉树节点

    0下载:
  2. 97拖拉树节点(97 dragging tree nodes)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:6144
    • 提供者:4sq20iau
  1. 哈弗曼树6.0

    0下载:
  2. 使用文件保存初始的文本数据及最终的结果。 ? 文件名为inputfile1.txt的文件保存的是一段英文短文; ? 文件名为inputfile2.txt的文件保存01形式的编码段; ? 文件名为outputfile1.txt的文件保存各字符的出现次数和对应的编码; ? 文件名为outputfile2.txt的文件保存对应于inputfile2.txt的译码结果。 统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:4403200
    • 提供者:destinyuan
  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. 决策树

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

    • 发布日期:2018-01-05
    • 文件大小:2169856
    • 提供者:adf&683
  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
    • 提供者:为了
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com