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

搜索资源列表

  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. 源代码(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. svmBTA

    0下载:
  2. 一個基於二元樹為結構的svm分多類分類器svm-BTA,將分多類問題是為多個分二類問題,並結合二元樹的構造來達成分類功能。-A new approch for multi-classfication to employ binary tree architecture.
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:57086
    • 提供者:scott
  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. 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. ch

    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. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:63279
    • 提供者:李南
  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. 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. 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. 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. Program

    0下载:
  2. build binary tree in visual c-build binary tree in visual c++
  3. 所属分类:Project Design

    • 发布日期:2017-06-02
    • 文件大小:14609611
    • 提供者:thang
  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. BinaryTree

    0下载:
  2. 二叉树测试,二叉树的建立,测试等等。可以进行二叉树的学习,参考。-Binary test, binary tree, build, test and so on. Binary tree can be learning, reference.
  3. 所属分类:Software Testing

    • 发布日期:2017-04-03
    • 文件大小:102787
    • 提供者:sunnylaisy
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com