搜索资源列表

  1. 树的建立及其深度

    1下载:
  2. 树结构是数据结构中最重要的结构。利用树可以实现遍历等要求。该算法用于建立树,才能实现其他的操作-tree data structure is the most important structure. Using tree traversal can be achieved, among others. The algorithm for the creation of the tree can be achieved by other
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:9057
    • 提供者:emma
  1. 先序建立树

    0下载:
  2. 数据结构中,先序建立二叉树算法,在建树的基础上可以进行树的其他操作,思想简单易懂-data structure, the first order to establish a binary tree algorithm, the contribution on the basis of the tree can be conducted in other operations, thinking simple and understan
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:10624
    • 提供者:emma
  1. 数据结构二叉树C++实现

    0下载:
  2. 软件功能 (1)新建 建立一棵二叉树: (2)遍历 选择进行先序、中序、或后序遍历,并显示。 (3)统计叶子节点个数 随时统计并显示树中的叶子节点个数。 (4)显示 将树型显示出来 开发平台 Microsoft Visual C++ 6.0 系统的运行结果 可以实现树的先序中序后序遍历,并显示树形和叶子节点数
  3. 所属分类:源码下载

    • 发布日期:2010-09-17
    • 文件大小:1311808
    • 提供者:amysasaryai
  1. 二叉树基本功能实现

    0下载:
  2. 实现了二叉树的建立,递归遍历,层次遍历,非递归遍历等。
  3. 所属分类:源码下载

    • 发布日期:2011-12-03
    • 文件大小:1974546
    • 提供者:weiqiang_huang
  1. 树与二叉树

    0下载:
  2. (1)输入字符序列,建立二叉链表。 (2)遍历二叉树输出。 (3)请设计一个算法,要求该算法把二叉树的叶子结点按从左到右的顺序连成一个单链表,表头指针为head。 二叉树按二叉链表方式存储,链接时用叶子结点的右指针域来存放单链表指针。请遍历该链表输出所有叶子结点,然后再先序遍历二叉树输出所有叶子结点,并对比两个输出结果,看是否相同。 (4)试写一算法判断某二叉树是否是完全二叉树。 (5)试写一算法判断某二叉树是否是二叉排序树。
  3. 所属分类:源码下载

    • 发布日期:2011-12-30
    • 文件大小:1983
    • 提供者:jaydhu
  1. 二叉排序树

    0下载:
  2. 二叉排序树的建立与插入-two fork-tree insert the establishment and
  3. 所属分类:Windows编程

    • 发布日期:2024-11-04
    • 文件大小:1024
    • 提供者:郭强
  1. 树(非二叉树)的建立与后序遍历

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

    • 发布日期:2024-11-04
    • 文件大小:1024
    • 提供者:郭强
  1. 二叉树建立

    0下载:
  2. 输入并建立一颗二叉树,在以某种遍历顺序显示出来-importation and the establishment of a binary tree in order to traverse some displayed
  3. 所属分类:中文信息处理

    • 发布日期:2024-11-04
    • 文件大小:1024
    • 提供者:王丹
  1. 二叉排序树的建立和删除

    0下载:
  2. 二叉排序树的建立和删除,详见内附文档-two forks of trees and the establishment of deleted files containing detailed
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-04
    • 文件大小:583680
    • 提供者:沈凌
  1. 建立、使用二叉树的程序

    0下载:
  2. 建立、使用二叉树的程序,内含源程,是数据结构中必学知识。-established procedures for the use of binary tree, the source of intron way, the data structure is certainly knowledge.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-04
    • 文件大小:29696
    • 提供者:思维风
  1. 哈夫曼树的建立

    0下载:
  2. 本程序实现哈夫曼树的建立,是数据结构编程的其中一个内容,使用C语言篇写-the Huffman tree procedures to achieve the establishment of the data structure of a programming content, the language used to write C
  3. 所属分类:其他小程序

    • 发布日期:2024-11-04
    • 文件大小:1024
    • 提供者:木兰
  1. 建立二叉树

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

    • 发布日期:2024-11-04
    • 文件大小:1024
    • 提供者:向蚱蜢
  1. 二叉树的生成与遍历

    0下载:
  2. 建立并按前,中,后序方法遍历二叉树,本代码用的是非递归方法,递归方法的稍后给出-established as before, during and after the binary tree traversal sequence method, the code of non- recursive method, recursive method is later
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-04
    • 文件大小:1024
    • 提供者:王伟
  1. 二叉树1212

    0下载:
  2. 建立二叉树,层序、先序遍历( 用递归或非递归的方法都可以-establish binary tree, sequence, the preorder (with the recursive and non- recursive method can be
  3. 所属分类:家庭/个人应用

    • 发布日期:2024-11-04
    • 文件大小:2048
    • 提供者:速度风
  1. 树跟二叉树

    0下载:
  2. 本程序是实现二叉树跟树的常用算法,都是尽量用非递归来编写的。关于二叉树的都可以从键盘动态输入,关于树的就不可以,原因是树的结构问题,在程序中,树的建立用到动态左孩子/右孩子建立-this program is a binary tree with the tree is commonly used algorithm, as possible, to use non- recursive prepared. On the binary
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-04
    • 文件大小:25600
    • 提供者:吴昊
  1. 3分形建立实体模型

    0下载:
  2. 用分形几何来实现实体模型构造,建立分形树-use fractal geometry to achieve solid model structure, the establishment of fractal tree
  3. 所属分类:OpenGL

    • 发布日期:2024-11-04
    • 文件大小:283648
    • 提供者:张三
  1. 求树高

    0下载:
  2. 数据结构中求二叉树树高的VC实现,其中包括了二叉树的建立过程-data structure for the binary tree height VC, which included a binary tree building process
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-04
    • 文件大小:2048
    • 提供者:楚天
  1. 树的建立及其深度

    0下载:
  2. 树结构是数据结构中最重要的结构。利用树可以实现遍历等要求。该算法用于建立树,才能实现其他的操作-tree data structure is the most important structure. Using tree traversal can be achieved, among others. The algorithm for the creation of the tree can be achieved by other
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-04
    • 文件大小:178176
    • 提供者:emma
  1. main

    0下载:
  2. 建立树,并对已建立的树中的data实现插入、删除、查找3种操作-The establishment of a tree, and the tree has been established to achieve the data insert, delete, search for three kinds of operations
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-04
    • 文件大小:2048
    • 提供者:hahaha
  1. 树_17281183_刘梦婷

    0下载:
  2. 建立树的孩子兄弟链表存储结构,求树的深度。 要求: 1)自上而下输入树中每条边(例如#A,AB,AC,BD,##),不要转换成二叉树输入。 2)按树中由根至叶子结点层次遍历顺序(每层中自左至右输入),输入结点序列及每个结点的度,构造孩子兄弟链表。(Establish the storage structure of the tree's child and brother list, and find the depth of t
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-04
    • 文件大小:1536000
    • 提供者:lmt19990807
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org