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

搜索资源列表

  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. 源代码(vc++)

    0下载:
  2. 里面装有 5 个小程序,分别是:0-1背包问题、二叉树遍历、链式表的实现、迷宫路径、资源最优配置算法。每个程序都有详细的说明,是我这两个学期所做的实验的一部分。-containing five small programs, namely : 0-2-1 knapsack problem, the binary tree traversal and the chain table and that the realization of the maze path, the optimal res
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:86163
    • 提供者:葛兴高
  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. JAVA闹钟

    0下载:
  2. 数据结构上机实验的一些源代码。包含哈弗曼编码译码器,二叉树的遍历,算术表达式求值,拓扑排序等。
  3. 所属分类:文档资料

  1. 哈工大软件基础实验报告

    0下载:
  2. 这个报告中包括哈工大计算机软件基础课3个上机实践的源代码,调试过程及实验结果截图。3个实践分别为顺序存储的线性表维护子系统的实现,二叉树的前序遍历程序的实现和二叉排序树维护子系统实现。
  3. 所属分类:报告论文

    • 发布日期:2011-12-13
    • 文件大小:319488
    • 提供者:chuangxinxuefen
  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. paxieeuew

    0下载:
  2. 1.创建二叉树 2.输出二叉树 4.二叉树的前中后三序遍历 5.删除特定关键字结点 0.退出程序-1. Create a binary tree 2. Output binary tree 4. Bintree three after the first traversal of 5. Delete specific keyword node 0. Exit procedures
  3. 所属分类:Document

    • 发布日期:2017-04-11
    • 文件大小:1013
    • 提供者:张清
  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. erchashubianli

    0下载:
  2. 二叉树遍历问题是重要的问题。程序的实现简单而方便。-erchashu
  3. 所属分类:Document

    • 发布日期:2017-04-08
    • 文件大小:17231
    • 提供者:彭林
  1. Binarytreedemoprogram

    0下载:
  2. 本程序设计实现抽象数据类型二叉树的演示程序-Design and Implementation of the program abstract data types binary tree demo program
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:1830
    • 提供者:rambo
  1. tree

    0下载:
  2. 定义二叉树的结点类型,实现其最基本的操作-The definition of binary tree node type, to achieve its most basic operations
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:632
    • 提供者:候青
  1. binarytree

    0下载:
  2. 已知二叉树的任意两种遍历序列,可以得到树的第三种遍历序列。如已知先序和后序序列,输出中序序列。-Known binary tree traversal of any two sequences, can be the third tree traversal sequence. If known after the first sequence and the sequence sequence sequence sequence output.
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:62534
    • 提供者:林伟伟
  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 23 4 5 6 7 8 »
搜珍网 www.dssz.com