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

搜索资源列表

  1. a

    0下载:
  2. 使用C++来实现二叉搜索树,代码完整可供参考(realize binary search tree)
  3. 所属分类:数据结构

    • 发布日期:2018-01-02
    • 文件大小:5120
    • 提供者:Cherry1994
  1. tree

    0下载:
  2. 使用决策树对存储器进行分类并预测隐形眼镜类型(The classification of memory and prediction of contact lens type using decision tree)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-02
    • 文件大小:6144
    • 提供者:zengw
  1. bintree

    0下载:
  2. 主要为二叉树的遍历,涉及到前序遍历、中序遍历、后序遍历,以及左右孩子的交换后的遍历(内附c&c++操作手册)(It is mainly used for binary tree.)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:117760
    • 提供者:WilliamHGB
  1. matlab八叉树的建立

    1下载:
  2. 使用matlab的struct结构,建立一个八叉树(build an octree by matlab software)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:4096
    • 提供者:Francis_Huo
  1. 决策树

    0下载:
  2. 决 策 树 模 型决策树(Decision Tree)是在已知各种情况发生概率的基础上,通过构成决策树来求取净现值的期望值大于等于零的概率,评价项目风险,判断其可行性的决策分析方法,是直观运用概率分析的一种图解法。(The decision tree (Decision Tree) is the basis of probability in the known situations, through the form of decision tree to calculate
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:412672
    • 提供者:狼子
  1. chapter28

    0下载:
  2. 机器学习的决策树问题算法matlab实现,有注释和源码(Machine learning decision tree algorithm matlab implementation, with notes and source code)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:88064
    • 提供者:嗯嗯嗯额
  1. treeview-demo

    0下载:
  2. 树视图gtk,在windows和linux下编译通过,入门学习(The tree view in GTK, windows and Linux through the compiler, entry learning)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-02
    • 文件大小:5120
    • 提供者:aam
  1. huffmantree

    0下载:
  2. 动态分配数组存储赫夫曼树 ,生成赫夫曼数组及其赫夫曼编码(Dynamic allocation for the array storage Huffman tree, Huffman array and generate Huffman encoding)
  3. 所属分类:网络编程

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:tinay
  1. 哈弗曼

    0下载:
  2. 设计程序以实现的哈夫曼算法。求解所构造的哈夫曼树的带权路径长度()
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:472064
    • 提供者:mew
  1. BinaryTree

    0下载:
  2. 数据结构中二叉树的基础操作 掌握二叉树的链式存储结构及其相关操作的实现 掌握二叉树的先序、中序、后序的递归遍历算法 掌握二叉树的层次遍历非递归算法(Basic operation of two fork tree in data structure)
  3. 所属分类:数据结构

    • 发布日期:2018-01-03
    • 文件大小:614400
    • 提供者:rj501
  1. 哈弗曼树6.0

    0下载:
  2. Huffman编码及译码。 1.掌握二叉树的二叉链表存贮结构。 2.掌握Huffman算法。(Huffman tree building, encoding and decoding)
  3. 所属分类:数据结构

    • 发布日期:2018-01-03
    • 文件大小:4378624
    • 提供者:summerday
  1. tree

    0下载:
  2. linux实现十叉树的存储与恢复,在linux平台下,以C++的方式实现(implement tree store and recover in linux os.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:树下少年
  1. 0000

    0下载:
  2. 编写一个程序读入一个字符串,统计该字符串中出现的字符及其次数,然后输出结果。要求用一个二叉树来保存处理结果,字符串中的每个不同的字符用树描述,每个结点包含4个域()
  3. 所属分类:数据结构

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:MIN99
  1. binary tree

    0下载:
  2. 实现二叉树,实现三种遍历,计算结点数等操作(The realization of the two binary tree)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:鼓风机
  1. 51622453code

    0下载:
  2. 模式识别的第二次作业,有关使用决策树来进行男女生的分类问题。(The second job of pattern recognition involves the use of decision trees to classify male and female students.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-04
    • 文件大小:9216
    • 提供者:加油星鹏
  1. 06_ConstructBinaryTree

    0下载:
  2. 根据树的前序遍历结果和后序遍历结果,构造一颗完整的树并输出(Constructing tree by preorder traversal and preorder traversal of tree)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-04
    • 文件大小:1067008
    • 提供者:huan199
  1. 01决策树分类问题:预测销量高低

    0下载:
  2. 用python决策树分类问题:预测销量量的高低问题(Decision tree classification problem using Python: forecasting the volume of sales)
  3. 所属分类:数学计算

    • 发布日期:2018-01-04
    • 文件大小:27648
    • 提供者:yymaa
  1. Project1

    0下载:
  2. 二叉树操作,创建二叉树,初始化二叉数,以及前序遍历,中序遍历,后序遍历。(Two fork tree operation, create two fork tree, initialize two fork number, and preorder traversal, inorder traversal, backward traversal.)
  3. 所属分类:数据结构

    • 发布日期:2018-01-04
    • 文件大小:1582080
    • 提供者:冯特怡斯
  1. BST

    1下载:
  2. 使用BST树建立一个城市数据库,可实现插入、删除等操作(Building a city database using the BST tree)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:3072
    • 提供者:土土土垚
  1. BTree-and-BPlusTree-Realize-master

    0下载:
  2. B+树、b-树的代码实现,采用了C/C++来写 # 文件说明: 1.Tree.h:B树和B+树的通用接口,虚基类。BTree和BPlusTree都继承它,只有BPlusTree才有linear函数 2.BTree.h,BTree.cpp:B树的声明、实现代码 3.BPlusTree.h,BPlusTree.cpp:B+树的声明、实现代码,注:大多数的函数,B和B+都是一样的,但是我还是分开写了,比如输出函数 4.Context.h:策略方法的实现 5.mian.cpp:使用用例,因为
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:11264
    • 提供者:fcs
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com