CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 基于树的算法

搜索资源列表

  1. 92

    1下载:
  2. 本代码是用java语言编写的基于决策树c4.5算法的数据挖掘程序,它可以在很多领域如股票系统中使用 -the code is written in java-based Decision Tree Algorithm Bank data mining process, it can in many areas such as the use of the stock system
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:232201
    • 提供者:飞翔
  1. 1

    1下载:
  2. 1、用二叉链表作为存储结构,建立一棵二叉树。 2、分别按先序、中序和后序遍历二叉树,输出各遍历序列。 3、编写交换二叉树中所有结点左右孩子的非递归算法。 提示: 可以基于后序遍历方法,实现交换二叉树每一结点的左右孩子。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2027
    • 提供者:黄张
  1. AlgorithmUsingJava

    0下载:
  2. <算法导论>第二版大部分算法实现. 1. 各类排序和顺序统计学相关 2. 数据结构 2.1 基本数据结构 2.2 散列表 2.3 二叉查找树 2.4 红黑树 2.5 数据结构基于红黑树的扩张 3. 高级涉及和分析技术 3.1 动态规划相关 3.2 贪心算法相关 3.3 用于不相交集合的数据结构 4. 部分图算法.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:324940
    • 提供者:QJGui
  1. bestpath

    0下载:
  2. 基于二叉树的图最有路径算法,在图能转化到二叉树表示时,可求解-the best path based on binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2935
    • 提供者:王举范
  1. c

    0下载:
  2. 快速排序算法,次算法基于分支策略的排序算法,对于输入的数组按从小到大进行排序. 创建一个二叉树的二叉链表结构,然后输出从根结点到所有叶子结点的路径。-quick_sort and binary_tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1488
    • 提供者:Mary
  1. @Cmy_Binary_Tree_template

    0下载:
  2. 一个基于排序二叉树的模版,用来巩固二叉树的基本算法--前序、后序、中序遍历等。-A binary tree based on the sort of template for the consolidation of the basic binary tree algorithm- pre-order, after the sequence, and so on in order traversal.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:511792
    • 提供者:过限于
  1. Hw09_5

    0下载:
  2. 基于MFC对话框下编写的对树的各种遍历 数据结构的基本算法-MFC dialog based on the tree prepared with a variety of basic algorithms traverse the data structure
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1914832
    • 提供者:yunzhen wang
  1. id

    0下载:
  2. 决策树Id3算法,基于决策树的分类算法,包含注释-fbjdhuieher
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:138862
    • 提供者:刘宁
  1. Manhattan

    0下载:
  2. 在 VLSI 设计中,多点互连是物理设计阶段的关键问题之一,而互连的点数等于 2 或大于 2 分别对应于 Manhattan 空间上有障碍时的最短路径问题和最小 Steiner 树问题,显然前者是后者的基础.连接图是研究最短路径 问题的有效工具,已有的典型连接图包括基于轨迹的GC 和GT 以及基于自由区的GF 和GG.工作包括3个方面:设计并分析了在各种连接图上实现动态的点对之间的最短路径查询算法 分析了在各个连接图上构造 3-Steiner 树的算 法,对于已有的 GC 上的 3-
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:596318
    • 提供者:东方雨
  1. binarytree

    0下载:
  2. 内含两篇学术论文,由遍历序列构造二叉树的非递归算法实现,基于遍历序列的构造严格二叉树的算法,供需要的朋友借鉴-Contains two papers, a binary tree constructed by the traversal sequence to achieve a non-recursive algorithm, based on the construction of strict binary tree traversal sequence algorithm for dra
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:405662
    • 提供者:
  1. jianshu2

    0下载:
  2. 基于C语言的数据结构算法,键树的查找与排序(孩子兄弟法)-C-based data structure algorithms, search and sort key tree (brother children method)
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:186598
    • 提供者:nk
  1. HuffmanTree

    0下载:
  2. 基于Huffman树的一个压缩算法,通过统计字符的出现频率构造Huffman树,然后进行编码和解码。包括源代码和测试样例-Huffman tree based on a compression algorithm, the frequency of statistical character of the Huffman tree structure, and then to encode and decode. Including source code and test the sample
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1087225
    • 提供者:leo
  1. DataHiding

    0下载:
  2. 基于TBPC的最佳数据隐藏算法,利用数据结构中N叉树实现-An optimal data hiding scheme based on TBPC , Achieve that with N-Nary Tree of data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:488109
    • 提供者:lu
  1. 9

    1下载:
  2. 基于先序遍历算法创建二叉树先序遍历中序遍历后序遍历采用后序遍历求二叉树的深度、结点数及叶子数的递归算法-Create a Binary Tree in preorder traversal preorder traversal algorithm after preorder postorder traversal binary tree of depth, the number of nodes, and leaves the number of recursive algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-12-06
    • 文件大小:2482
    • 提供者:赫想
  1. inorderAndpreorder

    0下载:
  2. 此代码是实现基于数据结构算法二叉树的原理,用递归的方法实现把中序遍历转换成前序遍历输出-This code is a recursive method based on the principle of data structure algorithms binary tree traversal sequence converted to pre-order traversal output
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:615
    • 提供者:韦龙
  1. a

    0下载:
  2. 基于二叉链表存储结构实现二叉树的基本运算,要求: ⑴能建立非空二叉树; ⑵实现二叉树的先、中、后序递归遍历算法; ⑶实现二叉树的非递归的先(或中、或后)序遍历算法及层序遍历算法; ⑷记录运行结果并对递归算法和非递归算法的效率加以分析。 -List storage structure based on binary binary tree of basic operations, require: ⑴ to establish a non-empty binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:2104
    • 提供者:David
  1. huff

    0下载:
  2. 一个简单的基于C语言的哈夫曼树实现算法,实现哈夫曼树功能-A simple algorithm of Huffman tree, Huffman tree function
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1301
    • 提供者: 朱子轩
  1. sousuosuanfa

    0下载:
  2. 搜索算法. 实现基于树的基本搜索算法(BFS)的哈密顿环. 实现基于树的基本搜索算法(DFS)的哈密顿环. 实现基于爬山法的的哈密顿环. 利用分支界限算法实现最小哈密顿环. -Search algorithm. To achieve the basic algorithm tree search (BFS) Hamiltonian ring. Implement basic search algorithm (DFS) based on tree ring Hamil
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3189
    • 提供者:大酱
  1. 字符统计

    0下载:
  2. 数据结构作业 基于哈夫曼树算法的字符统计(the program is depending on the Huffman Tree)
  3. 所属分类:数据结构

    • 发布日期:2018-01-10
    • 文件大小:3380224
    • 提供者:youngboppang
  1. bst二叉搜索树算法代码

    1下载:
  2. 一个直接可用的BST二叉搜索树的算法,基于C++语言实现。
  3. 所属分类:数据结构常用算法

« 12 »
搜珍网 www.dssz.com