搜索资源列表

  1. 线索化二叉树遍历算法

    0下载:
  2. 本程序的主要功能在于先序输入一个二叉树,用三种递归,三种非递归进行遍历,并进行中序线索化以及其遍历,后进行中序去线索化,再进行后序线索化以及其遍历,最后后序去线索花进行中序遍历.程序的基本目的是了解二叉树的基本操作.
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-09-20
    • 文件大小:2803
    • 提供者:red_eyed_hare
  1. threading

    0下载:
  2. 图形化,线索二叉树,我是个初学者,只有这样的程序,见谅-graphics, data structures, I was a beginner, the only way to the procedures forgiven! !
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:康如
  1. 线索树

    0下载:
  2. 本文用C语言实现了有关线索二叉树的一系列算法-Using C language of the clues to a series of binary tree algorithm
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:申辉
  1. tree-op

    0下载:
  2. 前序线索二叉树的前序遍历 中序线索二叉树的中序遍历 后序线索二叉树的后序遍历-Preorder clues before the binary tree traversal sequence which leads the order of the binary tree traversal sequence clues after the binary tree after preorder
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:345088
    • 提供者:刘黎
  1. DATALECTURE

    0下载:
  2. 数据结构 授课教案 本章主要介绍以下内容:    1.数据结构研究的主要内容    2.数据结构中涉及的基本概念    3.算法的概念、描述方法以及评价标准 栈和队列 1.树的定义和存储结构    2.二叉树的定义、性质、存储结构    3.二叉树的遍历、线索算法    4.树和二叉树的转换    5.哈夫曼树及其应用 -data structure templates teach this
  3. 所属分类:文档资料

    • 发布日期:2024-05-18
    • 文件大小:1303552
    • 提供者:wu
  1. xiansuohua1

    0下载:
  2. 这是一个数据结构的线索二叉树的算法,是用C来编程的-This is a data structure leads to the binary tree algorithm is used to program the C
  3. 所属分类:压缩解压

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:tom
  1. 9

    0下载:
  2. 熟练掌握二叉树的二叉链表表示及前序创建算法与实现; 2)熟练掌握二叉树的前序、中序和后序递归遍历算法与实现; 3)掌握中序遍历线索二叉树的基本算法与实现 4)掌握中序遍历线索化二叉树的算法与实现; 5)按照实验题目要求独立完成实验内容(提交程序清单及相关实验数据与运行结果); 6)认真书写实验报告,并按时提交。 -Master Binary tree list and the former express ord
  3. 所属分类:编程文档

    • 发布日期:2024-05-18
    • 文件大小:19456
    • 提供者:川原
  1. shuxingshiyanjiegou

    0下载:
  2. 1)熟练掌握二叉树的二叉链表表示及前序创建算法与实现; 2)熟练掌握二叉树的前序、中序和后序递归遍历算法与实现; 3)掌握中序遍历线索二叉树的基本算法与实现 4)掌握中序遍历线索化二叉树的算法与实现 -1) The master of the binary tree list and the former express order to create algorithms and realize 2) profici
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:27648
    • 提供者:huiyuanyuan
  1. Graph2

    0下载:
  2. 二叉树的遍历、线索化、遍历线索化二叉树等算法;深度搜索优先、广度搜索优先算法, 最小生成树、最短路算法。-Binary tree traversal, threaded, threaded binary tree traversal algorithms, such as the depth of the search priority, breadth of search priority algorithm, minimum
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:314368
    • 提供者:刘飞
  1. wxc_TBSTree

    0下载:
  2. 数据结构算法(C++实现)线索二叉树的类定义和实现-Data Structure Algorithm (C++ Achieve) leads the category tree definition and the realization of
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:吴强
  1. treebintree

    0下载:
  2. (1)输入字符序列,建立二叉链表。 (2)中序遍历二叉树:递归算法。 (3)中序遍历二叉树:非递归算法(最好也能实现先序,后序非递归算法)。 (4)求二叉树的高度 。 (5)求二叉树的叶子个数。 (6)建立中序线索二叉树,并实现中序遍历。 (8)借助队列实现二叉树的层次遍历。 (9)在主函数中设计一个简单的菜单,分别调试上述算法。 -(1) input sequence of charact
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:322560
    • 提供者:jack
  1. sy3

    0下载:
  2. 理解树结构的逻辑特性; 2 熟练掌握二叉树的逻辑结构特性及各种存储方法; 3 熟练掌握二插树的各种基本操作,尤其是三种遍历算法以及线索化算法。 4 进一步了解和掌握类的私有和公有成员函数的定义和使用以及类型的作用域 -Understanding of the logic tree structure characteristics 2 binary tree master logical struct
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:36864
    • 提供者:vipzp
  1. thbitre

    0下载:
  2. 该源码实现对二叉树的线索化,先序、中序、后序线索化二叉树,并提供了先序、中序、后序遍历线索二叉树的功能。-The source tree to achieve the clues, the first order, in sequence, after the sequence of binary tree clues and to provide a first order, in sequence, after clues tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:lyy
  1. include

    0下载:
  2. 1. 输入字符序列,建立二叉链表。 2. 中序遍历二叉树:递归算法。 3. 中序遍历二叉树:非递归算法。 4. 求二叉树的高度。 5. 球二叉树的叶子个数。 6. 将二叉链表视为森林的孩子兄弟链表,计算森林中叶子个数。 7. 建立中序线索二叉树,并实现中序遍历。 8. 借助队列实现线索二叉树的层次遍历。 -tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:李惠
  1. BinaryTree

    0下载:
  2. 求解线索二叉树中结点前趋和后继的算法以及以相应次序遍历线索二叉树的算法,二叉树的线索化算法的设计-Solving clues to binary tree node before the trend and follow-up algorithm and the corresponding sequence of binary tree traversal algorithm clues, clues to binary tree al
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:钟环
  1. MyThreadTree

    0下载:
  2. 线索二叉树的实现,并且能够实现删除功能,也就是说,实现了每删除一个结点,算法重新组织线索二叉树。-Threaded Binary Tree implementation, and can achieve the delete function, that is, to achieve each remove a node, the algorithm leads to re-organize binary tree.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1052672
    • 提供者:李牛人
  1. xiansuoerchashu

    0下载:
  2. 线索二叉树 主要是线索二叉树的申明~额~还是不错的-Threaded binary tree binary tree of the state is mainly clue to the amount of ~ is good ~
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:906240
    • 提供者:echo
  1. text_binarytreeThread_1

    0下载:
  2. C++中的二叉树的实现程序,并且使之线索化(using visual studio 2013 to realize the binary tree and making it a circle with the thread)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:732160
    • 提供者:jakljkjk
  1. 二叉树的实现

    0下载:
  2. 给出了在全线索二叉树中插入结点和二叉树的算法,然后阐述了这种运算的特点。(This paper gives the algorithms inseting root-node and binary tree in all threaded binary tree.)
  3. 所属分类:进程与线程

  1. Binary Tree

    0下载:
  2. 1. 编写建立二叉树的二叉链表存储结构,并用广义表的形式显示; 2. 在二叉树的二叉链表存储基础上,实现二叉树的先序线索链表结构,并显示和存储二叉树的相应的线索链表; 3. 在二叉树的先序线索链表存储结构上,实现求任一个结点的先序的后继和前驱结点的算法; 4. 实现对先序线索二叉树的先序遍历的非递归算法,显示相应的遍历序列。(The establishment of preemptive clue binary tree and
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:倬倬
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org