CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 二叉树

搜索资源列表

  1. 二叉树数据结构上机实验报告

    1下载:
  2. 二叉树数据结构-数据结构上机编程实验报告,附源码。对在校大学生有用。-binary tree data structure-structure data on the machine programming experiment report, source. For college students useful.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:32054
    • 提供者:流星雨
  1. 抽象数据类型实现

    0下载:
  2. 二叉树抽象数据类型的实现 问题说明:数据结构来实现二叉树具体函数功能的实现; 以及相关操作。-binary tree abstract data types realization : data structures to achieve specific function in a binary tree the realization; , and related operations.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2988
    • 提供者:张君
  1. 3adf

    0下载:
  2. 遍历是二叉树各种操作的基础,显示,遍历过程中可以对各结点进行各种操作,又实现各种的目的。-traverse binary tree is the basis for various operations, that the process can traverse the nodes of various operations, Also achieve various objectives.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:18360
    • 提供者:pmz
  1. GameSceneMang

    0下载:
  2. 几篇关于游戏场景管理的方法介绍,其中包括二叉树、BSP树的详细内容。-few scenes management of the game on the way, including the binary tree, the BSP tree in detail.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:458370
    • 提供者:weiguian
  1. TooTree

    0下载:
  2. 这是一个关于二叉树的运算程序,里面包有各种运算,大家可以看看.-This is a binary tree on the Operational procedures, which contain various operations, we will look at.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1219
    • 提供者:徐飞
  1. shujujiegou-erchashu

    0下载:
  2. 叉排序树与平衡二叉排序树基本操作的实现 用二叉链表作存储结构 (1)以回车( \\n )为输入结束标志,输入数列L,生成二叉排序树T; (2)对二叉排序树T作中序遍历,输出结果; (3)计算二叉排序树T的平均查找长度,输出结果; (4)输入元素x,查找二叉排序树T,若存在含x的结点,则删除该结 点,并作中序遍历(执行操作2);否则输出信息“无结点x”; (5)判断二叉排序树T是否为平衡二叉树,输出信息“OK!”/“NO!”;-fork trees and
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2028
    • 提供者:胡图
  1. shuxingshiyanjiegou

    0下载:
  2. 1)熟练掌握二叉树的二叉链表表示及前序创建算法与实现; 2)熟练掌握二叉树的前序、中序和后序递归遍历算法与实现; 3)掌握中序遍历线索二叉树的基本算法与实现 4)掌握中序遍历线索化二叉树的算法与实现
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:27978
    • 提供者:huiyuanyuan
  1. tree

    0下载:
  2. 数据结构中树以及二叉树的基本操作以及算法,构造哈夫曼树以及模拟,带FLASH演示
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:321486
    • 提供者:nlx
  1. TextMiningqwqqwqw

    0下载:
  2. 比较好的分类文章,主要是二叉树分类,效果较好,必读
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1543924
    • 提供者:马龙
  1. Basedoncomputervisionharmfulinsectrecognitionengin

    0下载:
  2. 阐述了利用数学形态学法、二叉树法、人工神经网络等方法 识别害虫的理论依据、研究情况及关键问题,指出了实现自动识别的前景及难点,以期促进该项技术在我 国的应用。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:46913
    • 提供者:小米
  1. tree

    0下载:
  2. 二叉树的搜索,以及添加,删除,排序等共能的实现
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2272
    • 提供者:李白
  1. Chap4_BinaryTree

    0下载:
  2. 二叉树功能的实现,代码摘自PKU数据结构与算法课程网站。-Realization of Binary Tree functions, code taken from PKU data structures and algorithms courses website.
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:58198
    • 提供者:何辉辉
  1. 5

    0下载:
  2. 在顺序存储结构中,利用编号表示元素的位置及元素之间孩子或双亲的关系,因此对于非完全二叉树,需要将空缺的位置用特定的符号填补,若空缺结点较多,势必造成空间利用率的下降。在这种情况下,就应该考虑使用链式存储结构。-Storage structure in order to use the element number that the location and elements of the relationship between children or parents, so for non-c
  3. 所属分类:Project Design

    • 发布日期:2017-04-29
    • 文件大小:392686
    • 提供者:李南
  1. binarytreealgorithm

    0下载:
  2. 一个排序二叉树算法的基本实现,C++初学者可以学习一下-Sort of a basic binary tree algorithm implementation, C++ beginners can learn about
  3. 所属分类:Project Design

    • 发布日期:2017-04-29
    • 文件大小:233106
    • 提供者:莘岚
  1. 00517

    0下载:
  2. 二叉树的应用,包括建立,遍历,以及求深度等。-Have a try!
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:24949
    • 提供者:XMULYB
  1. shujujiegou

    1下载:
  2. 实现对任意给定的二叉树(顶点数自定)建立它的二叉链表存贮结构,并利用栈的五种基本运算(置空栈、进栈、出栈、取栈顶元素、判栈空)实现二叉树的先序、中序、后序三种遍历,输出三种遍历的结果。-Any given realization of the binary tree (self-Vertices) the establishment of its chain store binary structure, and use the five basic computing stack (The s
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:44513
    • 提供者:大傻
  1. Binary_Trees

    0下载:
  2. 二叉树数据结构的讲义,全面介绍了完全二叉树、满二叉树的概念-Binary tree data structure of the lecture notes, a comprehensive descr iption of the complete binary tree, full binary tree concept
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:48032
    • 提供者:ivon
  1. tree

    0下载:
  2. 二叉树的创建、递归遍历算法及其它基本操作的实现-The creation of a binary tree, recursive traversal algorithm and the realization of other basic operations
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:4665
    • 提供者:房春英
  1. l

    0下载:
  2. 用二叉树实现递归遍历 希望能对大家派上用处-Achieved using a binary tree recursively traverse want to put to use for everyone
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:644
    • 提供者:李航
  1. 数据结构上机实验——二叉树

    1下载:
  2. 根据二叉树的抽象数据类型的定义,使用二叉链表实现一个二叉树。 二叉树的基本功能: 1、二叉树的建立 2、前序遍历二叉树 3、中序遍历二叉树 4、后序遍历二叉树 5、按层序遍历二叉树 6、求二叉树的深度 7、求指定结点到根的路径 8、二叉树的销毁 9、其他:自定义操作 编写测试main()函数测试线性表的正确性
  3. 所属分类:软件工程

« 12 3 4 5 »
搜珍网 www.dssz.com