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

搜索资源列表

  1. BiTree

    0下载:
  2. 二叉树数据结构。 用vc6.0编写。 参考清华大学数据结构
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2880
    • 提供者:好好的
  1. 数据结构hh

    0下载:
  2. 约瑟夫环源代码,前中后序递归遍历二叉树-Josephus source code, before, during and after recursive traversal sequence binary tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7469
    • 提供者:王峰
  1. 数据结构实习作业

    0下载:
  2. 按层遍历二叉树的算法设计探讨-layer by the binary tree traversal algorithm design
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12409
    • 提供者:
  1. shujishudeyingyong

    0下载:
  2. 1、二叉树数据结构表示及基本操作算法实现 2.二叉树递归遍历算法 3.二叉树创建递归算法
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15084
    • 提供者:xuezhijie
  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. 奇妙的二叉树

    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. 建立、使用二叉树的程序

    0下载:
  2. 建立、使用二叉树的程序,内含源程,是数据结构中必学知识。-established procedures for the use of binary tree, the source of intron way, the data structure is certainly knowledge.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:30394
    • 提供者:思维风
  1. 树aa

    0下载:
  2. 数据结构中树的相关操作,希望对大家有用!thanks-tree data structure of operation, we hope to useful! Thanks
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1147
    • 提供者:小王
  1. 二叉树

    0下载:
  2. 二叉树的操作,学习数据结构的时候,相信大家都知道二叉树是其中比较重要的概念吧。-Binary Tree, the operation of the data structure learning time, I believe we all know binary tree is the more important concept it.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5976
    • 提供者:天涯明月
  1. Huffman树

    0下载:
  2. 用加权二叉树,最小堆和贪心算法实现的Huffman树,对学算法和数据结构的朋友很有帮助-weighted binary tree, the smallest reactors and the greedy algorithm Huffman tree for school algorithm and data structure of helpful friends
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:63427
    • 提供者:张钊
  1. 哈夫曼树的建立

    0下载:
  2. 本程序实现哈夫曼树的建立,是数据结构编程的其中一个内容,使用C语言篇写-the Huffman tree procedures to achieve the establishment of the data structure of a programming content, the language used to write C
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:951
    • 提供者:木兰
  1. 二叉排序树与平衡二叉树

    0下载:
  2. 数据结构常用算法设计 用C++实现二叉排序树与平衡二叉树-algorithm commonly used data structures designed to achieve two C-tree fork and balanced binary tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1596984
    • 提供者:孙锋志
  1. 遍历二叉树

    1下载:
  2. 按层遍历二叉树的算法设计C语言数据结构作业-layer by the binary tree traversal algorithm design C language data structures operations
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:935
    • 提供者:郑伟雄
  1. R Tree 多维数据

    0下载:
  2. R树是一种用于处理多维数据的数据结构,用来访问二维或者更高维区域对象组成的空间数据.R树是一棵平衡树
  3. 所属分类:数据结构常用算法

    • 发布日期:2010-11-18
    • 文件大小:14309
    • 提供者:chinaperrin
  1. 二叉排序树_c++

    0下载:
  2. 数据结构 二叉排序树 VC开发 C++源码
  3. 所属分类:源码下载

  1. 数据结构上机作业(殷人昆)二叉树的类构建

    0下载:
  2. 所属分类:其它

    • 发布日期:2010-12-20
    • 文件大小:1589
    • 提供者:slslbt007
  1. 数据结构18个常见算法

    0下载:
  2. 八皇后、斐波那契序列、约瑟夫环、二叉树的遍历(递归、终须、先序、后序、层次)、二叉树及树的深度、DFS、Prim构造最小生成树、常见排序算法(选择、折半插入、冒泡)、顺序查找、折半查找
  3. 所属分类:数据结构常用算法

  1. 约瑟夫环、多项式、二叉树、链表 c语言

    1下载:
  2. 数据结构 多项式、链表、二叉树
  3. 所属分类:源码下载

    • 发布日期:2011-05-23
    • 文件大小:6127755
    • 提供者:wjxyt_2011
  1. HuffmanTree

    0下载:
  2. 这是利用huffman树将数据进行编码,根据huffman树的性质和功能,可以快速有效地查找信息和存储信息,可正确运行
  3. 所属分类:源码下载

    • 发布日期:2011-05-24
    • 文件大小:4180377
    • 提供者:Annette
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com