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

搜索资源列表

  1. 二叉树的各种遍历操作(非)递归

    0下载:
  2. 数据结构的基本应用,二叉树的遍历。适合初学者,比较简单。 -the basic data structure application binary tree traversal. For beginners, relatively simple.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2500
    • 提供者:阿水
  1. 二叉树综合

    1下载:
  2. 数据结构的基本应用,二叉树的综合应用。适合初学者。比较简单-the basic data structure applications, the comprehensive application of a binary tree. For beginners. Relatively simple
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2230
    • 提供者:阿水
  1. 排序二叉树的应用数据结构课程设计

    3下载:
  2. 排序二叉树的应用数据结构课程设计.自己用来交过学期的设计报告.用好了请评价.-sort of binary tree data structure course design. Their handed over a semester to design reports. Please use the commentary price.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:40334
    • 提供者:YY
  1. Java二叉树的后续遍历

    0下载:
  2. Java二叉树的后续遍历 Java二叉树的后续遍历主要应用于逆波兰式的求解,在编译中很重要.-Java two following forks the tree traversal Java two following to fork the tree traversal mainly applies in goes against the Poland -like solution,Is very important in the translation
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2659
    • 提供者:罗文
  1. 属性均值聚类二叉树及其在人脸识别中的应用

    1下载:
  2. 采用二叉树数据结构,属性均值聚类算法在图象识别中的应用。-using a binary tree data structure, attributes means clustering algorithm in image recognition applications.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:107564
    • 提供者:石支柱
  1. 数据结构中二叉树的应用

    1下载:
  2. 求所给二叉树每个节点的层次,从根到该节点的枝长(路径长度),子孙的个数及祖先的个数。每个节点在前序、中序、后序中的访问的序号。内含有详细代码说明。
  3. 所属分类:源码下载

    • 发布日期:2010-10-13
    • 文件大小:16556
    • 提供者:gowaymax
  1. AVT

    0下载:
  2. 平衡二叉树是数据结构中一个非常重要的概念。它对二叉树的优化和提高查询效率有重要的作用,它是动态查找的一个非常重要方法,它在实际生产中有着广泛的应用。 通过本课程设计教学所要求达到的目的是:充分理解和掌握二叉树、平衡二叉树的相关概念和知识。掌握平衡二叉树的生成、结点删除、插入等操作过程,并编程实现从键盘上输入一系列数据(整型),建立一棵平衡二叉树,任意插入或删除一个结点后仍然要求构成平衡二叉树,并按中序遍历输出这棵平衡二叉树。 -Balanced binary tree data s
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:203573
    • 提供者:张欣
  1. TEST

    1下载:
  2. 数据结构试验 实验一 线性表的顺序表示与实现 实验二 线性表的链式表示与实现 实验三 栈与队列及其应用 实验四 二叉树的应用 实验五 图的遍历与应用 实验六 查找技术 实验七 内部排序 全部源码-Experimental test data structure form a linear sequence of that experiment and realization of the Second linear chain form and realizati
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:398303
    • 提供者:稻草人
  1. bintree

    0下载:
  2. 一个关于二叉树应用的小程序,包括二叉树的建立,前中后遍历等操作-a program about bintree structure
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:941144
    • 提供者:pumpkin
  1. 090619

    0下载:
  2. 理解二叉树特别是完全二叉树的性质,掌握二叉树的存储结构(二叉链表);熟练掌握二叉树的常用操作算法(初始化、插入结点、删除结点、遍历等);初步掌握二叉树的应用。-Binary tree in particular, to understand fully the nature of binary tree, binary tree master storage structure (List Binary) proficiency in commonly used binary tree alg
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2643
    • 提供者:瑞稀
  1. shujujiegoukechengsheji2

    0下载:
  2. 图的应用,二叉树的应用与操作为题目的数据结构课程设计。有详细的文字说明和源代码。-Map applications, application and operation of a binary tree data structure for the subject curriculum design. A detailed written instructions and source code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:430548
    • 提供者:谭锴
  1. HuffmanTree

    0下载:
  2. 二叉树-哈弗曼树的应用,键盘输入一连串的字符串,最好不要超过10个,回车后输出相应的频率,同时,根据左历变,按顺序输出频率的!!很简单-Binary Tree- Havermann Tree Application
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-03
    • 文件大小:1038272
    • 提供者:高阳
  1. haffman

    0下载:
  2. 一个哈夫曼编码和译码程序 1、掌握树、森林和二叉树的概念和它们的特性以及它们之间是怎样相互转换的,理解二叉树的三种遍历:先序遍历、中序遍历和后序遍历,和树的两种遍历:先序遍历和后序遍历。 2、理解二叉树的基本运算算法实现以及它的非递归运算算法和层次遍历算法,了解二叉树的线索化及其它的应用。 3、掌握树和二叉树的几种存储结构以及它的构造,学会使用二叉链表实现二叉树的存储验证和设计相关算法。 -A Huffman encoding and decoding procedures fo
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:161833
    • 提供者:jingjing
  1. tree

    0下载:
  2. 一个树的应用实例。用于实现二叉树排序等问题-Application of a tree. Problems for the realization of a binary tree sort
  3. 所属分类:JavaScript

    • 发布日期:2017-03-25
    • 文件大小:198612
    • 提供者:baibai
  1. bitreeJIE

    0下载:
  2. 二叉树的基本操作和应用,C语言数据结构中的编程实例-the main operation of bitree
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:11725
    • 提供者:lqing
  1. BTree 二叉树的遍历与应用

    2下载:
  2. 二叉树的建立,前序中序后序遍历,线索化,递归非递归遍历,查找前驱或后继结点,输出,菜单实现。-The establishment of a binary tree, inorder preorder postorder traversal, threaded, non-recursive traversal recursion, find precursor or successor nodes, output, menu implementation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-17
    • 文件大小:168493
    • 提供者:zhangjing
  1. Huffman编码(二叉树应用)

    0下载:
  2. Huffman编码(二叉树的应用)其中包含了源代码及实验截图(Huffman encoding (Application of two fork tree) Which contains the source code and experimental screenshots)
  3. 所属分类:数据结构

    • 发布日期:2017-12-21
    • 文件大小:52224
    • 提供者:ACE..
  1. 二叉树遍历

    0下载:
  2. 二叉树遍历(Traversal)是指沿着某条搜索路线,依次对树中每个结点均做一次且仅做一次访问。访问结点所做的操作依赖于具体的应用问 题。 遍历是二叉树上最重要的运算之一,是二叉树上进行其它运算之基础。(Two tree traversal (Traversal) refers to a search line, in turn, each node in the tree to do once, and only a visit. The operation of the access nod
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:338944
    • 提供者:Somnus2018
  1. 4、二叉树的应用

    0下载:
  2. 在计算机科学中,二叉树是每个节点最多有两个子树的树结构。本程序能够实现二叉树的创建、先序、中序、后序、层次遍历、计算高度等功能。(In computer science, a two tree is a tree structure with two subtrees at each node. This program can realize the creation of two binary tree, first order, middle order, backward order,
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:324608
    • 提供者:飞洒吧year
  1. 平衡二叉树

    1下载:
  2. 本算法实现了平衡二叉树的C++应用,包括平衡二叉树的增删改查。(This algorithm implements the balanced two fork tree C++ application, including balancing two tree tree's additions and deletions.)
  3. 所属分类:数据结构

    • 发布日期:2020-10-20
    • 文件大小:5150720
    • 提供者:Tume
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com