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

搜索资源列表

  1. tree1111

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

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

    0下载:
  2. 二叉树遍历 包括先序遍历 中序遍历 后序遍历 求结点个数 求树的深度-Including the first order binary tree traversal traversal sequence in order to postorder traversal node number and ask for the depth of
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1761
    • 提供者:赵爽
  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. huffman

    0下载:
  2. 哈夫曼树的构造算法,提供对二叉排序树的遍历。-Hoffmann tree structure algorithm,Provide for binary sort tree traverse.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:1044
    • 提供者:刘曦
  1. software

    0下载:
  2. 主要实现软件技术中的二叉树的遍历 数据的查找 多种排序法 文件里包括代码和原理-Main software technology to achieve the binary tree traversal Data Find A variety of sorting method Files, including code and principles of
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:10540
    • 提供者:太平洋
  1. Traversing_Graph

    0下载:
  2. 树的邻接表表示和邻接矩阵表示,以及图的广度优先和深度优先遍历。-Tree adjacency list representation and adjacency matrix representation, and the graph breadth-first and depth-first traversal.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:300606
    • 提供者:董玉玺
  1. Program

    0下载:
  2. 2叉树的遍历 c#编写。没有上传整个工程。但这个是主要文件-2-ary tree traversal c# write. Did not upload the whole project. But since this is the main document
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1127
    • 提供者:魏世建
  1. erchashu

    0下载:
  2. 二叉树的遍历,简单的二叉树按先序,中序后序遍历-Binary tree traversal, a simple binary tree according to the first sequence, in order postorder traversal
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1074
    • 提供者:郑湾州
  1. tree

    0下载:
  2. MFC对话框类实现对二叉树的中序遍历排序,前序遍历排序,后序遍历排序,请仔细阅读程序后了解程序输入的格式-MFC dialog class in order to realize the binary tree traversal order, preorder traversal order, post order traversal order, please carefully read the procedures to understand the procedure input fo
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3593496
    • 提供者:
  1. binarytreealgorithms

    0下载:
  2. 二叉树的各种算法,插入、删除、查找和遍历-Binary tree algorithms, insert, delete, search and traversal, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2452
    • 提供者:start
  1. btree

    0下载:
  2. 树型结构上机作业 1 建立二叉树 1)通过输入树的嵌套括号表示序列 2)根据前序遍历序列和中序遍历序列建立二叉树 3)建立哈夫曼树 2. 对于1中1),2)所建立的树进行如下操作: 1)查找结点 2)前序遍历 3)中序遍历 3 对于建立的哈夫曼树进行编码 4 输出二叉树的形状 -Operating a tree structure on the plane to establish binary 1), enter the tree th
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:3242
    • 提供者:胡先生
  1. code

    0下载:
  2. 本程序采用二叉树的数据结构,,以作为家谱成员及信息(profile)的存储结构,,个人信息包括姓名,,性别,配偶,出生,死亡日期等,,还包括人物编号ID,,附加信息(便于以后扩展需要),以二叉树的遍历搜索,修改,增加,删除等作为核心算法,,并通过MFC界面显示出来,,以windows树结构来展示底层的家谱信息.-family tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:12524
    • 提供者:符永顺
  1. binaryTree

    0下载:
  2. 本程序用二叉树类实现了从键盘输入二叉树的两种遍历结果,在内存中建立二叉链表,根据遍历结果恢复该二叉树,并在屏幕上显示该二叉树。整个程序采用多文件,一个头文件,一个函数实现文件,以及主函数所在文件。-The program uses a binary tree class implements a binary tree from two keyboard traversal results in memory to create the binary list, according to res
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:288309
    • 提供者:姚丽文
  1. tree

    0下载:
  2. 二叉树的遍历,用先序创建二叉树,再用先序、中序、后序递归遍历二叉树。-Binary tree traversal, with the first order to create a binary tree, then the first order, in order, the order of recursive binary tree traversal.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:231587
    • 提供者:小楠
  1. shuyuerchashu

    0下载:
  2. (1)输入字符序列,建立二叉链表。 (2)先序,中序,后序遍历二叉树:递归算法。 (3)中序遍历二叉树:非递归算法(最好也能实现先序,后序非递归算法)。 (4)求二叉树的高度 。 (5)求二叉树的叶子个数。 (6)对于树中每一个元素值为x的结点,删去以它为根的子树,并释放相应的空间。 (7)借助队列实现二叉树的层次遍历。 -shu yu er cha shu
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1963
    • 提供者:杨杨
  1. cBinaryTree

    0下载:
  2. 数据结构,二叉树的应用, 树的遍历,大部分是别人的, 只改了一下-data struct
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1669
    • 提供者:tograk
  1. 29

    0下载:
  2. 在一棵中序线索二叉树中,实现后根中序线索二叉树的遍历;在构造二叉树时进行线索化。-ThreadBinaryTree
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:937204
    • 提供者:ryan
  1. AVL_tree

    0下载:
  2. AVl树的遍历过程,C++编程,AVL树的各种算法-AVLtree
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1620
    • 提供者:小钳子
  1. 5235

    0下载:
  2. 本代码实现了数据结构二叉树的遍历转化 容易 易懂 -This code implements the traversal binary tree data structure is easy to understand conversion
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2271
    • 提供者:按时发生
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com