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

搜索资源列表

  1. 实现哈夫曼树

    0下载:
  2. 这也是一个实验,系统结构的,实现哈夫曼树的,也可以归类为数据结构
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-18
    • 文件大小:27180
    • 提供者:金泳
  1. 红黑树

    0下载:
  2. 红黑树——一种数据结构的可视化画法-RED-BLACK TREE -- A data structure visualization method of painting
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:36310
    • 提供者:zeng
  1. 哈夫曼树

    0下载:
  2. 数据结构哈夫曼树-Huffman tree data structure
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12652
    • 提供者:longyuee
  1. 树遍历

    0下载:
  2. 有关树的遍历问题-the tree traversal issue
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1821
    • 提供者:meng
  1. 第七章 树

    0下载:
  2. C数据结构 第七章 树-C data structures Chapter VII of the tr
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-18
    • 文件大小:38431
    • 提供者:黄健
  1. 树的生成与操作算法预算法分析

    0下载:
  2. 数据结构 之树的生成与操作 算法-tree data structure formation and operation of the algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9890
    • 提供者:受冻
  1. 树的操作与维护

    0下载:
  2. 数据结构--树的常见操作及维护算法的实现-data structure -- a common tree operation and maintenance of the algorithm to achieve
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:26400
    • 提供者:林志伟
  1. 满m叉树和皇后问题

    0下载:
  2. 这是一个用满二叉树解决皇后问题的算法。-This is a binary tree used for the Queen's solution algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1418
    • 提供者:曹泰瑜
  1. 二叉树的实现

    0下载:
  2. 二叉树的虚拟实现 c语言版-binary tree virtual achieve c language version
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1235
    • 提供者:梁鹤
  1. 练习4_二叉树

    0下载:
  2. 数据结构关于二叉树操作的源码-code of the data structure on the application of bintree.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10274
    • 提供者:崔海洋
  1. 最优二分检索树构造及绘制

    0下载:
  2. 这个程序可实现最优二分检索树的构造,绘制和检索,请在Turboc 2.0下运行。-this procedure can achieve optimal two-tree structure retrieval, mapping and retrieval, please Turbo running under 2.0.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:75764
    • 提供者:毛邦燕
  1. 二叉排序树的中序遍历

    0下载:
  2. 二叉排序树的中序遍历-two forks of trees were preorder
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1652
    • 提供者:吴军
  1. 第六章 树和二叉树习题答案

    0下载:
  2. 第六章 树和二叉树习题答案-The answer of tree and binary tree
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:13731
    • 提供者:陈如
  1. 最优的二分检索树

    0下载:
  2. 最优二分检索树的实现-optimal retrieval tree realize
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11140
    • 提供者:gtop
  1. 二叉排序树的建立和删除

    0下载:
  2. 二叉排序树的建立和删除,详见内附文档-two forks of trees and the establishment of deleted files containing detailed
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:351676
    • 提供者:沈凌
  1. 树的问题(生成)

    0下载:
  2. ADT BinaryTree 的实现及验证程序采用的主要数据结构:二叉树、栈、队算法思想:1、 先序建树、输出树、后序遍历用递归方法。性能分析:O( n )2、 先序遍历、中序遍历:性能分析:O( n )(1) 若遇到新节点非空则先入栈,然后访问其左子树。(2) 若为空则将栈顶结点出栈,访问其右子树。(3) 循环1、2直到栈为空且无节点可入栈。先序与中序的区别是:先序在入栈时访问节点,中序在出栈时访问节点。3、 层遍历:性能分析:O( n )(1) 根节点入队(2) 节点出队并访问(3) 若节点
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2256
    • 提供者:徐欣
  1. Java 二叉树 算法

    0下载:
  2. 用Java编写的二叉树的数据结构,包括二叉树的每个节点的值,以及各子树的指针。 -Java prepared by the binary tree data structures, including binary tree each node values, and the subtree target.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1232
    • 提供者:yxl
  1. 最优二叉搜索树

    1下载:
  2. 算法设计的动态规划中的最优二叉搜索树问题,是用VC++编写的-algorithm design of dynamic optimal planning of two forks search tree problem by using VC + + prepared
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:163306
    • 提供者:ddd
  1. B树

    1下载:
  2. 自己开发的b+树代码,经过本人测试,已经初步通过,有问题请联系我-b own development code tree, after I test, it already passed, please contact the problems I
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9872
    • 提供者:xzh
  1. 奇妙的二叉树

    0下载:
  2. 奇妙的二叉树.rar 里面对数据结构里的二叉树进行了非常详细的说明,对大家学习数据结构有非常大的好处-wonderful binary tree. Rar inside of the data structure, the binary tree for a very detailed descr iption of the data structures you learn a lot more benefits
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-21
    • 文件大小:196784
    • 提供者:梁远锋
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com