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

搜索资源列表

  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. 遍历文件夹自动生成目录树

    0下载:
  2. 遍历文件夹自动生成目录树,vc6,vc++开发源码,调试通过(Traverse the folder to automatically generate the directory tree)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:14336
    • 提供者:583540466
  1. 3.1二叉树

    0下载:
  2. [实验目的]? 验证二叉树的链接存储结构及其上的基本操作。? [实验内容及要求]? 1、 定义链接存储的二叉树类。 2、 实验验证如下算法的正确性、各种功能及指标:? 1)创建一棵二叉树,并对其初始化;? 2)先根、中根、后根遍历二叉树;? 3)在二叉树中搜索给定结点的父结点;? 4)搜索二叉树中符合数据域条件的结点;? [测试数据]? 由教师随机指定树结构,测试上述功能(Header file of two fork tree)
  3. 所属分类:数据结构

    • 发布日期:2018-01-02
    • 文件大小:614400
    • 提供者:weiyt9916
  1. 树的转换.cpp

    0下载:
  2. Open Judge数据结构与算法树与森林练习题(http://openjudge.cn on this site)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:小黑_
  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. 哈夫曼树编码

    0下载:
  2. 哈夫曼树的实现,辛苦辛苦辛苦可惜,资产支持支持支持(ha fu m a n shu d e s h i x i an)
  3. 所属分类:数据结构

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:搞错了
  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. 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 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com