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

搜索资源列表

  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. 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. ch08

    0下载:
  2. 堆積(heap)是樹結構的第三種型態。堆積是一棵二元樹,其左右子樹節點的值均較其父母節點的值小。堆積的根節點值保證是該樹最大值。這中堆績稱為最大堆績。堆積的子樹可擺在左邊當左子樹,也可擺在右邊當右子樹,因此左右子樹俱有相同的性質。-Heap (heap) are the third type of tree structure. Accumulation is a binary tree, its about the value of subtree nodes than those of th
  3. 所属分类:Project Design

    • 发布日期:2017-04-29
    • 文件大小:63045
    • 提供者:李南
  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. The-application-of-binary-tree

    0下载:
  2. 实现二叉树的增,删,改,查以及周游等应用的功能。 -The application of binary tree
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:915487
    • 提供者:Brant
  1. Binary-Tree

    0下载:
  2. 对二叉树进行操作,包括二叉树的创建和对二叉树进行深度和广度优先遍历-Operations, including the creation of a binary tree, and the depth and breadth-first traversal of a binary tree on binary tree
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:1766
    • 提供者:莫失
  1. binary-tree-traversal

    0下载:
  2. 程序功能:遍历二叉树,线索化二叉树,遍历线索化二叉树,二叉树去线索化-The program features: binary tree traversal, threaded binary tree traversal threaded binary tree, binary tree to clues
  3. 所属分类:Project Design

    • 发布日期:2017-11-23
    • 文件大小:58986
    • 提供者:ljy
  1. Binary-tree-list

    0下载:
  2. 二叉树列表,满足先序遍历递归和非递归,可自由创建-Binary tree list
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:883
    • 提供者:张天浩
  1. Binary-Tree

    0下载:
  2. 关于二叉树先、中、后三种遍历的算法,以及对两棵二叉树进行判等的算法用c语言加以实现-About binary tree first, middle and last three traversal algorithms, and sentenced to two trees and other binary tree algorithm to be implemented in c language
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:2625
    • 提供者:
  1. binary-tree

    0下载:
  2. 二叉树是每个节点最多有两个子树的树结构。通常子树被称作“左子树”(left subtree)和“右子树”(right subtree)。二叉树常被用于实现二叉查找树和二叉堆。-Enhanced JFS2 uses a binary tree representation while performing inode searches, which is a much better method than the linear method used by JFS.
  3. 所属分类:Software Testing

    • 发布日期:2017-04-13
    • 文件大小:1580
    • 提供者:yangpeng
  1. tree

    0下载:
  2. 这个程序是用C++语言对关于对二叉树内部路径长度的求解,实例中构造出二叉树并采用递归的方法得出结果。-This procedure is used C++ language regarding internal path length of a binary tree solving examples and construct a binary outcome using recursive method.
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:516
    • 提供者:赵金剑
  1. binary-tree

    0下载:
  2. Binary tree and its usage and how to build one
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:301929
    • 提供者:Lucky123
  1. Code-for-binary-tree

    0下载:
  2. code for binary tr-code for binary tree
  3. 所属分类:Project Design

    • 发布日期:2017-05-05
    • 文件大小:21570
    • 提供者:moshil_dangsa
  1. Simple-binary-tree-algorithm

    0下载:
  2. 简单的二叉树输出广义表表示二叉树二叉树二叉树-Simple binary tree algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:2768
    • 提供者:金洲
« 12 3 4 »
搜珍网 www.dssz.com