CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 树的遍历

搜索资源列表

  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. 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. BiTree

    0下载:
  2. 根据二叉树表的表示建立二叉树,实现二叉树的遍历,并给出从根结点到给定结点的路径信息。练习二叉树的链式存储及其遍历方法-According to the table that the establishment of a binary tree binary tree, binary tree traversal implementation, and give from the root node to a given node' s path information. Practice
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:174979
    • 提供者:Bill
  1. binary

    0下载:
  2. 实现二叉树的遍历及应用。C++编写,运行速度较快。-Implementation and application of binary tree traversal. C++ is written to run faster.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:571229
    • 提供者:王成
  1. BiTree_MFC

    0下载:
  2. C++ MFC,实现二叉树的遍历(前序、中序、后序)可自行添加节点-C++ MFC, to achieve the binary tree traversal (preorder, inorder, postorder) can add their own nodes
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:50558
    • 提供者:mengmakies
  1. tree

    0下载:
  2. 用C语言写的树的生成、树的遍历,并含有9种排序算法-Written in C language with the generation of trees, tree traversal, and contains nine kinds of sorting algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4767
    • 提供者:strf
  1. circlelist

    0下载:
  2. 利用c语言实现二叉树的遍历,先序后序中序-Using c language binary tree traversal, the first order in the sequence after sequence
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:205862
    • 提供者:momo
  1. BinaryTree

    0下载:
  2. 利用数据结构,c语言,实现二叉树的遍历,递归非递归-Use of data structures, c language, to achieve binary tree traversal, recursive non-recursive
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:17903
    • 提供者:李默
  1. fwd3

    0下载:
  2. 利用C++语言,实现二叉树的遍历,前序中序后序,层序,递归非递归-Using C++ language, to achieve binary tree traversal, pre-order in the sequence after sequence, sequence, recursive non-recursive
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:5457367
    • 提供者:李默
  1. CppApplication_10_2_1

    0下载:
  2. 利用c++,栈,队列的方法,解决二叉树的遍历,递归非递归-Using c++, stacks, queues, solutions to the binary tree traversal, recursive non-recursive
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:10003
    • 提供者:李默
  1. Tree

    1下载:
  2. 首先以广义表的形式输入一棵树,并且由程序建立,再依次实现对树的先序,中序,后序的遍历-preoder,inorder and postorder of a tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:233878
    • 提供者:嘎啦猫熊
  1. AVLtreeopertion

    0下载:
  2. 一个AVL树的遍历算法程序,对于初学数据结构,C语言的人来说是个较好的例子-An AVL tree traversal algorithm program data structure for the beginner, C language of the people is a good example of
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1833
    • 提供者:lmz
  1. erchashu

    0下载:
  2. 二叉树的遍历二叉树的创建遍历中序前序后序-The creation of binary tree traversing a binary tree inorder traversal sequence after the pre-order
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:170403
    • 提供者:董凯
  1. erchashu

    0下载:
  2. 系统应具备的功能: (1)建立二叉排序树; (2)中序遍历二叉排序树并输出排序结果; -System should have the function: (1) the establishment of binary sort tree (2) in the binary sort tree traversal and output sort the results
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1103
    • 提供者:刘洋
  1. Tree

    0下载:
  2. 二叉树的遍历及显示,递归先序,递归中序遍历,递归后续遍历-Binary tree traversal and display
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1894517
    • 提供者:康倩倩
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com