CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - tree-master

搜索资源列表

  1. AVT

    0下载:
  2. 平衡二叉树是数据结构中一个非常重要的概念。它对二叉树的优化和提高查询效率有重要的作用,它是动态查找的一个非常重要方法,它在实际生产中有着广泛的应用。 通过本课程设计教学所要求达到的目的是:充分理解和掌握二叉树、平衡二叉树的相关概念和知识。掌握平衡二叉树的生成、结点删除、插入等操作过程,并编程实现从键盘上输入一系列数据(整型),建立一棵平衡二叉树,任意插入或删除一个结点后仍然要求构成平衡二叉树,并按中序遍历输出这棵平衡二叉树。 -Balanced binary tree data s
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:203573
    • 提供者:张欣
  1. 090619

    0下载:
  2. 理解二叉树特别是完全二叉树的性质,掌握二叉树的存储结构(二叉链表);熟练掌握二叉树的常用操作算法(初始化、插入结点、删除结点、遍历等);初步掌握二叉树的应用。-Binary tree in particular, to understand fully the nature of binary tree, binary tree master storage structure (List Binary) proficiency in commonly used binary tree alg
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2643
    • 提供者:瑞稀
  1. Binary-Tree-Sort

    0下载:
  2. 二叉树排序~~~数据结构中要求掌握二叉树的排序-Binary sort ~ ~ ~ binary tree data structure required to master the sort ~~~~~~~
  3. 所属分类:Data structs

    • 发布日期:2017-06-15
    • 文件大小:24080562
    • 提供者:黄崇远
  1. haffman

    0下载:
  2. 在二叉树基本操作的基础上,掌握对二叉树的一些其它操作的具体实现方法。构造哈夫曼树。 -On the basis of the basic operation of the binary tree, master of some other operation on the binary tree specific implementation. Constructed Huffman tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1383
    • 提供者:张紫凝
  1. 312010

    0下载:
  2. 1.掌握二叉树的基本概念和性质 2.掌握创建和构造二叉链表的算法 3.掌握二叉树链表存储基础的的三种递归遍历算法和非递归算法。 4.掌握计算二叉树的结点、二叉树的深度和二叉树的叶子结点数等算法。 5.掌握huffman树的构造和编码。 实验要求:(1)理解二叉链表的初始化、二叉树空的判断;(2)理解二叉树的遍历算法,掌握其应用。 -A. Grasp the basic concepts and properties of the binary tree. Master t
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:20735
    • 提供者:刘国佳
  1. binary-tree

    0下载:
  2. 该文件描述了二叉树的链式存储结构。 相关性质。结点和结点间关系的基本概念;二叉树的链式存储结构。了解树的结点访问的方法。掌握二叉树的链式存储结构; 二叉树结点的递归访问方法。二叉树的遍历。二叉树的线索化及其应用 -The document describes the Storage Structure of the binary tree. Related properties. Nodes and nodes of the basic concepts of the relat
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:615019
    • 提供者:黎明
  1. binary-tree

    0下载:
  2. 1.掌握二叉树的概念和性质 2. 掌握完全二叉树存储结构。 3.掌握完全二叉树的基本操作 4.创建完全二叉树(用字母表示节点)(用顺序方式存储) 5.求二叉树的深度和叶子结点数 6.实现二叉树的前序、中序、后序和层次遍历。 7.查找给定结点的双亲、祖先和左右孩子节点。 -1. Grasp the concept and nature of the binary tree master the complete binary tree storage stru
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:8756
    • 提供者:mick zhang
  1. cascadb-master

    0下载:
  2. CascaDB 该算法借助B-tree 算法实现-CascaDB Yet another write-optimized storage engine, using buffered B-tree algorithm inspired by TokuDB.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:355279
    • 提供者:shigeaixiaomao
  1. algorithms-master

    0下载:
  2. 1. 经典的算法实现 2. 服务器端 3. 正确,易于使用和改造, 一个头文件一个算法,并附带一个demo. 1. 一个算法用一个.h文件表示放到include下.2. 算法演示的demo程序放到src下.3. 程序正确通过后,请发起Pull Requests,代码被验证后入库,并在README中发布新算法实现。 已实现 ( Implemented ): Array shuffle Prime test(trial division) Prime test(Mi
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1636510
    • 提供者:汪小君
  1. DecisionTreeAndRDF-master

    0下载:
  2. id3决策树算法和随机森林算法,讲的很清晰,步骤很详细-id3 decision tree algorithms and random forest algorithms, said very clearly, very detailed step
  3. 所属分类:Data Mining

    • 发布日期:2017-04-30
    • 文件大小:22780
    • 提供者:李磊
  1. paralogy-corrector-new-master

    0下载:
  2. 给定一个基因树,物种树和列表所需的同源基因对,找到一个基因树尽可能满足这些约束条件的解,用QT开发的-Given a gene tree and a list of required tree species homologous genes, finding a gene tree solutions possible to meet these constraints, with the QT development
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-05-03
    • 文件大小:609139
    • 提供者:lubo
  1. gbt-svm-master

    0下载:
  2. A MATLAB toolbox for Granular Binary-tree Support Vector Machine
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:6553
    • 提供者:saisai
  1. wzip-master

    0下载:
  2. 基于小波树和BWT变换的压缩算法,源码!-wzip 1.0 license : This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the Lice
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:39973
    • 提供者:baiwenwu
  1. decision_trees-master

    0下载:
  2. this code is about decision tr-this code is about decision tree
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:50564
    • 提供者:fafa
  1. libspatialindex-master

    0下载:
  2. C++实现的R树,MVR树以及TPR树,提供C语言接口-C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1364215
    • 提供者:林晓坤
  1. Project9

    1下载:
  2. 依次输入关键字并建立二叉排序树,实现二叉排序树的插入和查找功能,考察了对二叉排序树的掌握程度(In turn enter keywords and establish two fork sorting tree, to achieve the two fork sort tree insert and search function, inspected the two fork sorting tree master degree)
  3. 所属分类:数据结构

    • 发布日期:2017-12-20
    • 文件大小:3543040
    • 提供者:Mr_Rain
  1. RRT-master

    4下载:
  2. 用matlab实现的rrt快速随机搜索树算法,方便易于理解。(Using MATLAB to achieve the RRT fast random search tree algorithm, convenient and easy to understand.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:2611200
    • 提供者:又四日
  1. RRT-star-master

    8下载:
  2. RT(快速扩展随机树)是一种基于采样的算法求解路径规划问题。RRT提供可行的解如果时间RRT趋于无穷大。 RRT *是一个基于采样的算法为解决运动规划问题,这是一个概率最优变异性。RRT *收敛到最优解的渐近。 RRT * FN是一个基于采样的算法基于RRT *。RRT * FN内在渐近收敛到最优解,然而RRT * FN实现使用更少的内存(RRT (Rapidly-Exploring Random Tree) is a sampling-based algorithm for solving
  3. 所属分类:matlab例程

    • 发布日期:2017-11-21
    • 文件大小:873472
    • 提供者:qy916707
  1. ZBS-master

    0下载:
  2. Risk-Aware Distributed Beacon Scheduling for Tree-Based
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:122880
    • 提供者:Lepro
  1. LOLIMOT-master

    0下载:
  2. work, I have implemented a neuro-fuzzy neural network using Locally Linear Model Tree learning algorithm in order to predict chaotic time-series.
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-02-06
    • 文件大小:17408
    • 提供者:土~
« 12 3 »
搜珍网 www.dssz.com