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

搜索资源列表

  1. binarytree

    0下载:
  2. 二叉树以lson-rson链接方式存储,以菜单方式设计并完成功能任务:建立并存储树、输出前序遍历结果、输出中序遍历结果、输出后序遍历结果、交换左右子树、统计高度,其中对于中序、后序的遍历运算要求采用非递归方式。-Binary links to lson-rson stored to design the menu and complete functional tasks: Create and store the tree, the output results before preorder
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:192473
    • 提供者:钟宇洋
  1. erchashu

    0下载:
  2. 该代码文件实现了二叉树的一些基本操作,包括节点的遍历、增加删除等-The code files to achieve some basic binary operations, including traversing nodes increases delete
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1252
    • 提供者:cy
  1. tree

    0下载:
  2. 此代码实现的是树的简单的遍历,简单易懂。-This code is a simple traversal of the tree, easy to understand.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2015
    • 提供者:时间的年轮
  1. DSA_DFS_BFS

    0下载:
  2. 深度优先搜寻与宽度优先搜寻算法的实现,在二叉树中最有效的遍历算法-Depth-first search and breadth-first search algorithm, in the most efficient binary tree traversal algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-25
    • 文件大小:7844879
    • 提供者:D.C
  1. search-tree

    0下载:
  2. 建立二叉树,层序、先序遍历 要求能够输入树的各个结点,并能够输出用不同方法遍历的遍历序列;分别建立建立二叉树存储结构的的输入函数、输出层序遍历序列的函数、输出先序遍历序列的函数;-Establishment of a binary tree, sequence, preorder required to enter each node of the tree, and can output traversal sequences of different methods to traverse
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:15243
    • 提供者:张蓓蕾
  1. binary-tree

    0下载:
  2. 用二叉链表存储二叉树,用“扩张先序遍历序列”创建二叉链表,对二叉树进行前、中、后序的遍历以及层次遍历,输出度为0、1、2的节点及节点数,线索化二叉树,根据线索化的二叉树查找二叉树中任意节点的前驱、后继,通过线索二叉树进行二叉树节点的删除、插入,以及按树状打印二叉树。-Used to store binary tree binary tree, use the " expansion preorder sequence" to create the binary tree, th
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:5659
    • 提供者:余啸坤
  1. TreeView

    0下载:
  2. 森林的实现代码,一个多叉树数据遍历,水平顺序遍历。-forest structure
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1266507
    • 提供者:陈怀杰
  1. QQVC60201501230118

    0下载:
  2. 遍历树控件和SQL数据库搭配使用的代码,适合初学者了解数据库的访问,树控件的遍历添加等操作!-Traversing the tree control and SQL with a code to use, suitable for beginners to learn to access the , the tree traversal controls add other operations!
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-21
    • 文件大小:5841557
    • 提供者:TOM
  1. binary-tree-

    0下载:
  2. 用C语言编写的遍历二叉树的算法,可以实现先序遍历、中序遍历、后序遍历的递归和非递归的算法。-Using C language traversal of the two fork tree algorithm, you can achieve the first order traversal, sequence traversal, the traversal of the recursive and non recursive algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:427844
    • 提供者:jiyameng
  1. HuffmanCoding

    0下载:
  2. 这是使用Matlab实现的Huffman编码与绘图的程序。编码过程比较简单,是通过建立Huffman树,再进行简单的遍历得到。 主要贡献在绘图部分。这是迄今为止唯一一个画出Huffman生成树的Matlab程序。-This is a piece of Huffman coding and graphics program based on matlab. The encoding process is relatively simple, through the establishment of
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3278
    • 提供者:anguswang
  1. tree

    0下载:
  2. 二叉树是n(n>=0)个结点的有限集合,它或为空树,或是由一个称之为根的结点加上两棵分别称为左子树和右子树的互不相交的二叉树组成。 对二叉树的操作主要有:建立一棵二叉树;遍历二叉树;求二叉树的深度、结点数等。 1. 定义二叉链表类型; 2. 实现二叉树的基本操作:建立、先中后序遍历、层次遍历及输出。 -Binary Tree is n (n> = 0) a finite set of nodes, it is empty or tree, or the root no
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:14101
    • 提供者:李丽
  1. shujujiegou-shangji

    0下载:
  2. 数据结构上机实验代码,可运行,包括图的遍历,二叉树,邻接矩阵,链表队列等,用于初学者,希望能够帮到你。-Code, data structure, computer experiment can be run, including graph traversal, binary tree, the adjacency matrix, and list the queue, etc., for beginners, the hope can help you.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-30
    • 文件大小:24601
    • 提供者:艾达
  1. BiTree

    0下载:
  2. 给定前序遍历和后序遍历的顺序,要求出总共有多少棵不同形态的二叉树满足这样的遍历顺序。-To order preorder and postorder before setting requires the total number of trees of different forms of binary tree traversal order to meet this.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:547
    • 提供者:Cucuxx
  1. 8

    1下载:
  2. 家谱管理系统。基本是多叉树孩子表存储法的遍历、删除、查找、更新等基本算法。-Genealogy management system. Substantially more tree traversal child table storage method, delete, search, update the basic algorithm.
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:587722
    • 提供者:LiNianjie
  1. datastructure

    0下载:
  2. 数据结构中树及图的遍历实现,加深对此内容的理解与掌握-Data structure of the tree and the traversal to achieve, to deepen the understanding and mastery of this content
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:4594
    • 提供者:楠米
  1. tree

    0下载:
  2. 二叉树是一种重要的非线性数据结构,直观地看,它是数据元素(在树中称为结点)按分支关系组织起来的结构,很象自然界中的树那样。树结构在客观世界中广泛存在,如人类社会的族谱和各种社会组织机构都可用树形象表示。树在计算机领域中也得到广泛应用,如在编译源程序如下时,可用树表示源源程序如下的语法结构。又如在数据库系统中,树型结构也是信息的重要组织形式之一。一切具有层次关系的问题都可用树来描述。满二叉树,完全二叉树,排序二叉树。   后序遍历是二叉树遍历的一种。后序遍历指在访问根结点、遍历左子树与遍历右子
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:794
    • 提供者:郭深夜
  1. BinaryTree

    0下载:
  2. 输入一个二叉树,进行前序、中序、后序的遍历,同时计算树的深度,查找所要查找的结点的层数。-build a binary tree, to do the traverse in different ways and calculate the depth of the tree.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-13
    • 文件大小:1348
    • 提供者:宋锋
  1. tunnnun

    0下载:
  2. 利用二叉树层次遍历求二叉树的宽度(二叉树的宽度即二叉树同层结点数的最大值)(The use of two tree level traversal to find the width of the two tree (two tree width, that is, the two fork tree with the maximum number of nodes))
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:13312
    • 提供者:爱情片子
  1. Decision_making_tree

    0下载:
  2. 机器学习课本中的未剪枝决策树代码实现,可以直接运行,自行根据书中(西瓜书)表进行建表,输出结果为层次遍历。(Machine learning textbooks do not prune decision tree code, you can run directly, according to the book (watermelon book) table built table, the output results for the hierarchical traversal.)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:12288
    • 提供者:luyuno_o
  1. Desktop

    0下载:
  2. 数据结构 java版本 二叉树的创建 序遍历,中序遍历,后序遍历 +考试题目(Ordered traversal, inorder traversal, backward traversal)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:54272
    • 提供者:迪迪五谷
« 1 2 ... 22 23 24 25 26 2728 29 30 31 32 ... 50 »
搜珍网 www.dssz.com