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

搜索资源列表

  1. 各种二叉树的数据结构

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

    • 发布日期:2008-10-13
    • 文件大小:3470
    • 提供者:贾德
  1. 二叉树jian

    0下载:
  2. 这个程序采用先序建立二叉树,并分别使用递归和非递归算法实现了对该二叉树的先中后序的遍历输出,并给出了一定的使用说明-this procedure was used in order to establish a binary tree respectively, and the use of recursive and non - recursive algorithm of this binary tree after the first sequence which Ergodic outp
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14742
    • 提供者:杨正朋
  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
    • 文件大小:2386
    • 提供者:申辉
  1. rdel

    0下载:
  2. 该程序是用汇编语言编写的,采用COM 文件格式。主要设计思想为:把目录当作N个结点的二叉树, 采用二叉树的先序遍历完成对盘上目录的搜索、定位,即从根目录开始用INT21H的 4EH号子功能搜索匹配目录(CL=10H)并判断搜索的结果是否为目录,若是则进入此目录,删除文件后继续搜索下一级子目录。若不是则用INT21H的4FH号子功能搜索下一个匹配目录, 并在判断为真后进入目录删除文件,如此一级一级地纵向深入子目录删除文件,直到完成此目录的最后一级子目录的文件删除(遍历左子树)。然后用INT21的4
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1355
    • 提供者:sunwei
  1. 二叉树的类实现

    1下载:
  2. 二叉树的一般操作: 1. 判断二叉树是否为空。 2. 搜索二叉树中的某一项。 3. 在二叉树中插入一项。 4. 从二叉树中删除一项。 5. 求二叉树的高度。 6. 求二叉树的节点数量。 7. 求二叉树的叶节点数量。 8. 遍历二叉树。 9. 复制二叉树。 -binary tree : 1. To judge whether the binary tree is empty. 2. Binary Tree Search of a one. 3. The in
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:110051
    • 提供者:刘炎黄
  1. twotree

    0下载:
  2. 二叉树的遍历,都明白,别的我就不多说了,有兴趣的下载-binary tree traversal are aware, other to say I do not, are interested to see the download
  3. 所属分类:DNA

    • 发布日期:2008-10-13
    • 文件大小:1938
    • 提供者:limeng
  1. About-Tree

    0下载:
  2. 数据结构中关于树的遍历,自己完成的程序。是数据结构中的重要部分 -data structure of the tree traversal, completed their procedures. Data structure is an important part
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:898
    • 提供者:李媛媛
  1. binarytreetranverse

    0下载:
  2. 用汇编实现二叉树的遍历,提示输入左右子树显示结果-compilation of achievement with the binary tree traversal, suggesting that the importation of sub-trees around results show
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2610
    • 提供者:天音
  1. 二叉树遍历

    0下载:
  2. 二叉树遍历的算法程序-binary tree traversal algorithm procedures
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:8526
    • 提供者:里几
  1. 树(非二叉树)的建立与后序遍历

    0下载:
  2. 树(非二叉树)的建立与后序遍历-tree (non-binary tree) and the establishment after preorder
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1275
    • 提供者:郭强
  1. TreeTraverse

    0下载:
  2. 树的遍历 树的遍历 -tree traversal of the tree tra versal of the tree tra versal
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1071
    • 提供者:yangshengjun
  1. singerlist

    0下载:
  2. 一个二叉树的遍历,输出前序遍历,中序遍历,后序遍历-a binary tree traversal, output preorder, preorder, after preorder
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10891
    • 提供者:程军
  1. Data_stucture_codes

    0下载:
  2. 包含各种测试,查找和算法等代码,如冒泡算法,树的遍历,链表,队列,堆栈等-includes various tests, such as search and algorithm code, such as Bubble algorithm, the tree traversal, linked list, queue, stack, etc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:178727
    • 提供者:rayson
  1. bianli

    0下载:
  2. 数据结构中树的遍历,包括递归和非递归遍历 结构很完整-data structure traversal of the tree, including recursive and non - recursive structure is complete traversal
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2300
    • 提供者:廖涛
  1. hafuman

    0下载:
  2. 一 . 需求分析: 1) 输入形式和输入值范围: 输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。 2) 输出形式: 输出相应的编码压缩文件和解码原文件 3) 程序所能达到的功能: 利用哈夫曼对ASCII文件做不等长编码,达到压缩文件。利用哈夫曼树的遍历,达到解压文件的目的。程序的功能也就是实现压缩和解压ASCII类型文件的目的。 4)测试数据:(包括正确的输入数据及其输出结果和含有错误输入及其输出结果) 测试输
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:260371
    • 提供者:huangfeng
  1. datastructure

    0下载:
  2. 关于数据结构中的链表,树的小程序,实现链表的插入,删除,对树的遍历等
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:51333
    • 提供者:刘敬奉
  1. 1111

    0下载:
  2. 2叉树的遍历哦。利用的是2叉链表的形式。
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:4675
    • 提供者:gangangan
  1. bianli

    0下载:
  2. 实现简单的C语言功能 数据结构中的二叉树的遍历
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7062
    • 提供者:枫丹
  1. Graph2

    0下载:
  2. 二叉树的遍历、线索化、遍历线索化二叉树等算法;深度搜索优先、广度搜索优先算法, 最小生成树、最短路算法。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:314438
    • 提供者:刘飞
  1. Bitree

    0下载:
  2. 二叉树的遍历,数据结构问题 递归和非递归的都有
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7089
    • 提供者:罗璇
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com