搜索资源列表

  1. 层次非递归遍历

    0下载:
  2. 数据结构中的常见算法,树的层次非递归遍历序算法,简单易懂-data structure of the common algorithm, the level of tree traversal sequence non - recursive algorithm, simple
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:9.4kb
    • 提供者:emma
  1. 非递归遍历一

    0下载:
  2. 本文用C语言实现了双链表结构树的前中后序非递归遍历-Using C language of the Double Chain structure tree before, during and after non - recursive traversal sequence
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2.33kb
    • 提供者:申辉
  1. 先序非递归遍历

    0下载:
  2. 用非递归的方法先序遍历二叉树-non - recursive method preorder Binary Tree
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5.97kb
    • 提供者:姜园园
  1. 线索化二叉树遍历算法

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

    • 发布日期:2009-09-20
    • 文件大小:2.74kb
    • 提供者:red_eyed_hare
  1. 树的遍历操作

    0下载:
  2. 主要用MFC实现树的递归前序,中序,后序遍历,中序非递归遍历
  3. 所属分类:源码下载

    • 发布日期:2011-04-23
    • 文件大小:16.66mb
    • 提供者:luyanyan0904201
  1. 二叉树的前序中序后序遍历MFC

    0下载:
  2. 我这个主要实现的是创建二叉树,并实现前序中序后序的递归遍历。
  3. 所属分类:源码下载

    • 发布日期:2011-04-26
    • 文件大小:1.8mb
    • 提供者:luyanyan0904201
  1. 二叉树的各种遍历方法—TreeVisit

    0下载:
  2. 包含二叉树先序、中序、后序的递归及非递归遍历,还有层次遍历、层次遍历从下到上、从左到右或者从右到左的遍历算法,并附加了测试代码
  3. 所属分类:Windows编程

    • 发布日期:2011-05-06
    • 文件大小:1.17mb
    • 提供者:little_ma
  1. 非递归前序,中序,后序遍历二叉树(优化算法)

    0下载:
  2. 非递归前序,中序,后序遍历二叉树(优化算法)-before non- recursive sequence, sequence after sequence binary tree traversal (optimization algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-13
    • 文件大小:1kb
    • 提供者:徐宾
  1. 消除左递归得到后缀式

    0下载:
  2. 解法:对原文法消除左递归,根据消除左递归后的等价文法建立语法树,而后对此语法树 进行后根遍历,即可得到后缀式.- Solution: Eliminates the left recursion to the original grammar, after equal in value grammar establishment grammar tree which eliminates the left recursion, aft
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-11-13
    • 文件大小:2kb
    • 提供者:刘远兴
  1. 中序遍历的非递归算法

    0下载:
  2. 二叉树中序遍历的非递归算法-Binary preorder non- recursive algorithm
  3. 所属分类:C#编程

    • 发布日期:2024-11-13
    • 文件大小:161kb
    • 提供者:宗锐
  1. 先序非递归遍历

    0下载:
  2. 用非递归的方法先序遍历二叉树-non- recursive method preorder Binary Tree
  3. 所属分类:其他小程序

    • 发布日期:2024-11-13
    • 文件大小:157kb
    • 提供者:
  1. 二叉树的生成与遍历

    0下载:
  2. 建立并按前,中,后序方法遍历二叉树,本代码用的是非递归方法,递归方法的稍后给出-established as before, during and after the binary tree traversal sequence method, the code of non- recursive method, recursive method is later
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-13
    • 文件大小:1kb
    • 提供者:王伟
  1. 递归中序遍历排序二叉树

    0下载:
  2. 这是一个中序遍历二叉树的VC实现,要注意的是输入节点后,以-1结束-which is a binary tree traversal sequence VC, to pay attention to the input nodes, in the end-1
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-13
    • 文件大小:156kb
    • 提供者:楚天
  1. 遍历二叉树的3个递归算法

    0下载:
  2. 此程序给出了遍历二叉树的三个递归算法,并且利用了先序扩展序列建立二叉树,对于数据结构学习者有很大帮助-this procedure is a traversal of a binary tree three recursive algorithm, and use the first sequence extended sequence to establish a binary tree, the data structure for
  3. 所属分类:界面编程

    • 发布日期:2024-11-13
    • 文件大小:332kb
    • 提供者:赵麟
  1. 遍历二叉树的4个非递归算法

    0下载:
  2. 二叉树的4个非递归算法,中序先序后序和层次遍历,算法都有注释而且很详细,适合数据结构学习者使用-binary tree four non- recursive algorithm, the first sequence after sequence and the sequence level traversal algorithm Notes but have very detailed data structure suitable
  3. 所属分类:界面编程

    • 发布日期:2024-11-13
    • 文件大小:330kb
    • 提供者:赵麟
  1. 层次非递归遍历

    0下载:
  2. 数据结构中的常见算法,树的层次非递归遍历序算法,简单易懂-data structure of the common algorithm, the level of tree traversal sequence non- recursive algorithm, simple
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-13
    • 文件大小:163kb
    • 提供者:emma
  1. 各种二叉树的数据结构

    1下载:
  2. 按先序扩展序列建立二叉树,先序、中序、后序遍历的递归算法,二叉树遍历的非递归算法,层次的非递归算法,求二叉树的深度。-sequence extended by the first sequence established binary tree, first sequence, sequence, after the preorder the recursive algorithm, the binary tree traversal
  3. 所属分类:Windows编程

    • 发布日期:2024-11-13
    • 文件大小:3kb
    • 提供者:贾德
  1. 非递归遍历一

    0下载:
  2. 本文用C语言实现了双链表结构树的前中后序非递归遍历-Using C language of the Double Chain structure tree before, during and after non- recursive traversal sequence
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-11-13
    • 文件大小:2kb
    • 提供者:申辉
  1. BTree

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

    • 发布日期:2024-11-13
    • 文件大小:165kb
    • 提供者:zhangjing
  1. 1160300803_樊静_实验二

    0下载:
  2. 森林和树的基本操作 ,森林的存储,森林转化成二叉树,二叉树的先序中序后序非递归遍历,以及区间编码(The basic operations of forests and trees, the storage of forests, the conversion of forests into two forked trees, the preorder and the post order of the two forked tree
  3. 所属分类:其他小程序

    • 发布日期:2024-11-13
    • 文件大小:228kb
    • 提供者:hit樊静
« 12 3 4 5 6 7 8 9 10 ... 40 »

源码中国 www.ymcn.org