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

搜索资源列表

  1. 先序非递归遍历

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

    • 发布日期:2008-10-13
    • 文件大小:6116
    • 提供者:姜园园
  1. erchashu

    0下载:
  2. VC++实现二叉树的遍历,插入,删除算法。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2461
    • 提供者:sai
  1. 遍历文件夹并建成目录树

    0下载:
  2. 用VC实现遍历文件夹并建成对应的目录数。实现的操作封装成类,可重用。-with VC traverse folders and the completion of the corresponding directory number. To achieve the package into operation category, reusable.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:15028
    • 提供者:cai
  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. 按层遍历二叉树的算法设计C语言数据结构作业-layer by the binary tree traversal algorithm design C language data structures operations
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:935
    • 提供者:郑伟雄
  1. 建立二叉树

    1下载:
  2. 同济大学课程设计中的一道题! 要求能够输入树的各个结点,并能够输出用不同方法遍历的遍历序列;分别建立建立二叉树存储结构的的输入函数、输出层序遍历序列的函数、输出先序遍历序列的函数.-Tongji University in curriculum design, the one that! Tree request to enter the various nodes, and can output using different methods traverse the traversal se
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:918
    • 提供者:向蚱蜢
  1. 二叉树的创建于遍历

    0下载:
  2. 二叉树的创建于遍历
  3. 所属分类:数据库编程

  1. Tree.rar

    0下载:
  2. 用c创建树结构,树的遍历和各种操作,包括求树长,结点数,叶子节点数等,Create a tree structure with c, tree traversal and a variety of operations, including seeking a tree that grows, nodes, leaf nodes, such as
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:267659
    • 提供者:zhouxiaoming
  1. filetree.rar

    0下载:
  2. 生成目录树结构的一个好范例,自动读取指定文件夹的内容,并遍历文件夹下的目录,最后生成TREE目录树结构。在XP下测试通过。,Directory tree structure to generate a good example, automatically read the contents of the specified folder, and traverse the directory folder, and finally generate the directory tree str
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:15142
    • 提供者:161
  1. dsassdasdasda

    0下载:
  2. 二叉树建立与遍历源代码,这是我大二时做的实验报告,现在毕业了删了可惜就上传了,通过自己调试编译无误。-Binary Tree Traversal establish the source code, this is my sophomore year when the report of the experiment, and now have decided to graduate a pity on the upload, and through their own correct comp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:14783
    • 提供者:协力
  1. BinTreeExp

    0下载:
  2. 二叉树的创建、前序递归遍历、中序递归遍历、后序递归遍历、层次遍历、前序非递归遍历、中序非递归遍历、后序非递归遍历算法。里面包含了顺序栈和队列的实现代码。-Binary tree creation, pre-order recursive traversal, recursive in order traversal, postorder recursive traversal, traverse the level, pre-order traversal non-recursive, in t
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:15983
    • 提供者:LCC
  1. traverse

    0下载:
  2. 后续遍历非递归 数据结构中二叉树的遍历中 使用后续遍历非递归遍历二叉树-Follow-up data structure traversal non-recursive traversal of binary tree used in the follow-up traversal non-recursive binary tree traversal
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:253707
    • 提供者:马文斌
  1. Treetraversalfolderrecursivealgorithm

    0下载:
  2. MFC实现,树型递归算法遍历文件夹。列出文件的大小,类型等属性-MFC implementation, recursive algorithm for tree traversal folder. Documents listed in the size, type and other property
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:25775
    • 提供者:陨石
  1. BinaryTree

    0下载:
  2. 二叉树的遍历 用c++类实现。 提供一系列成员函数,可派生。 -binarytree
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1040
    • 提供者:杨江华
  1. DataStruct

    0下载:
  2. 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:374817
    • 提供者:zouyan
  1. erchashu

    0下载:
  2. 本文利用C语言实现了简单的二叉树,每个结点只保存一个整数,并且,由于非常简单,树的根结点是确定的,而不是输入的。确定根结点以后,用户输入的每一个数都被insert到树中(-999表示停止),利用深度优先的方法。建立好二 叉 树以后,分别利用深度优先(DFS)和广度优先(BFS)进行了遍历,输出结果。-In this paper, the use of C language realization of a simple binary tree, each node only maintains
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3858
    • 提供者:liujianbin
  1. ProBinaryTree

    0下载:
  2. 主要实现二叉树的建立,前序,中序,后序,和层序遍历,及实现前序,中序,后序,和层序输出-Main achieved the establishment of a binary tree, the former sequence, the sequence, after the sequence, and sequence traversal, and the realization of pre-order, middle order, post order, and the output se
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:579579
    • 提供者:小宝
  1. tree1111

    0下载:
  2. 树的遍历功能更仔细地说就是:树的主要四部份是根、干、枝、叶。树根一般在地下,在一棵树的底部有很多根。   在树干的部分分为五层。第一层是树皮。树皮是树干的表层,可以保护树身,并防止病害入侵。在树皮的下面是韧皮部。这一层纤维质组织把糖分从树叶运送下来。第三层是形成层。这一层十分薄,是树干的生长部分,所有其他细胞都是自此层而来。第四层是边材。这一层把水分从根部输送到树身各处,此层通常较心材浅色。第五层就是心材。心材是老了的边材,二者合称为木质部。树干绝大部分都是心材。 -it is OK
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5906
    • 提供者:无名式
  1. erchashu

    0下载:
  2. 1 编写采用二叉链表形式存储的二叉树的创建、先序、中序、后序和按层遍历的算法。 2 编写将一棵二叉树的所有左右子树进行交换的算法。 提示:验证是否交换可以调用二叉树的遍历算法,比较输出结点序列。 3 编写一个主函数,将上面函数连在一起,构成一个完整的程序。 4 调试并运行实验源程序。 -Prepared using a binary list stored in binary form of the creation, the first sequence, the seq
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1052
    • 提供者:王欣
  1. Cpp1

    0下载:
  2. 2 编写将一棵二叉树的所有左右子树进行交换的算法。 提示:验证是否交换可以调用二叉树的遍历算法,比较输出结点序列 1 编写采用二叉链表形式存储的二叉树的创建、先序、中序、后序和按层遍历的算法。 创建的二叉树: -2 the preparation of a binary tree will be all about the exchange of sub-tree algorithms. Tip: Verify that the exchange can be called
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:1269
    • 提供者:金伟
« 1 2 34 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com