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

搜索资源列表

  1. erchashu

    0下载:
  2. 建立二叉树,统计二叉树中度为2的结点个数和叶子结点个数( 用递归或非递归的方法都可以,先序、中序或后序均可)-establish binary tree, Statistics for the two binary tree to moderate the number of nodes and the number of nodes leaves (with the recursive and non - recursive method can be first order, After t
  3. 所属分类:其它

    • 发布日期:2014-01-15
    • 文件大小:811
    • 提供者:ahui
  1. erchashu

    1下载:
  2. 树型结构是一类重要的非线性数据结构,而二叉树是最为重要,最为常用的类型。树结构在客观世界中广泛存在,如人类社会的族谱和各种社会组织机构都可以用树来形象表示。树在计算机领域中也得到广泛应用,如在编译程序中,可用树来表示源程序的语法结构。而即使是一般的树都能简单地转化为二叉树,因此二叉树显得特别重要。 该软件主要是利用完全二叉树的性质建立一棵二叉树,然后运用二叉链表与栈对二叉树进行复合操作,并实现各种功能。具体包括建立二叉树、遍历二叉树、求二叉树的深度、求二叉树的叶子结点。其中遍历二叉树包含三种
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2875
    • 提供者:彭枝考
  1. erchashu

    1下载:
  2. 1) 以二叉链表或三叉链表作为二叉树的存储结构; 2) 以某一种遍历的次序录入二叉树的元素,写出相应的二/三叉链表的创建算法,并上机实现该算法;
  3. 所属分类:其它

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

    0下载:
  2. 二叉树遍历,先根,中根,后根,及程序分析。c语言实现
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17090
    • 提供者:萧飞雨
  1. erchashu

    0下载:
  2. 有有前序中序后序,前两种排法为递归算法。
  3. 所属分类:C#编程

    • 发布日期:2014-01-17
    • 文件大小:852
    • 提供者:cindycherry19
  1. erchashu

    0下载:
  2. 设计目标(问题描述) 用户以二叉树前序的方式输入二叉树的所有结点,进行树的建立,并进行该二叉和树的前、中、后、层序遍历; 功能设计要求 1.要求用户可以任意多次任意输入二叉树; 2.每次使用后释放其空间; 3. 树的显示严格、准确、易懂。
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:28155
    • 提供者:gaoliang
  1. erchashu

    0下载:
  2. 演示遍历二叉树的过程,所以首先建立二叉树,并用图形显示出树的形状。建立的过程是采用前序便利的方法来创建,设计两种生成树的方式:一种是系统随机生成,另一种是人工输入。考虑到屏幕界面的有限性,限定二叉树不超过5层,最多26个字符,输入字符小数点“.”代表NULL。初始树为某种颜色的结点,三种情况的遍历采用填充另外一种醒目的颜色,来表示当前遍历的结点,同时显示该结点的访问序号。同时在遍历的过程中在遍历图形的下方显示出遍历序列。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2357
    • 提供者:溪传友
  1. erchashu

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

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

    0下载:
  2. 构建一个二叉排序树,使输入的学生信息可以按照成绩从高到低排序,放入顺序表之中,再顺序输出,属于数据结构入门级别的程序-Build a binary sort tree, so that the input information the students can follow the scores from highest to lowest sort, put into the sequence table, and then output in the order, is a data th
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:960
    • 提供者:张骜
  1. erchashu

    0下载:
  2. 二叉树的C++代码 用处很多的哦 尤其对那些正在学数据结构的同学而言-Binary Tree C++ Code Oh, a lot of useful especially for those who are school students in terms of data structure
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:8831
    • 提供者:yuzhihua
  1. erchashu

    0下载:
  2. 用c语言实现的关于二叉树的各种操作,适合初学数据结构的人-C language used on the binary tree to achieve a variety of operations, data structures suitable for beginners who
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:3084
    • 提供者:郭伟杰
  1. erchashu

    0下载:
  2. 有关二叉树的各种操作,可以运行。没有人祸问题。程序包括二叉树的各种遍历方法,和建立等待-A variety of tree-related operations, can run. No man-made problems. This process includes a variety of binary tree traversal methods, and the establishment of waiting
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3037
    • 提供者:扬扬
  1. erchashu

    0下载:
  2. 二叉树的小程序,比较简单,适合初学者,大家看看哈-er cha shu de xiao cheng xu,shi he chu xue zhe,da jia kan kan
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1473
    • 提供者:张斌
  1. erchashu

    0下载:
  2. 利用c编写的二叉树的四则运算的程序!希望对你有用,谢谢你的选择!-The preparation of the binary tree using c 4 of the procedure computing! Hope that useful to you, thank you for your choice!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3375
    • 提供者:张浩
  1. erchashu

    0下载:
  2. (1)以回车( \n )为输入结束标志,输入数列L,生成一棵二叉排序树T; (2)对二叉排序树T作中序遍历,输出结果; (3)计算二叉排序树T查找成功的平均查找长度,输出结果; (4)输入元素x,查找二叉排序树T,若存在含x的结点,则删除该结点,并作中序遍历(执行操作2);否则输出信息“x不存在”; (5) 输入元素x,查找二叉排序树T,若整棵树不存在含值为x的结点,则插入该结点,并作中序遍历(执行操作2);否则输出信息“x已经存在”。 -(1) to return ( &#
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:1440
    • 提供者:涂舒
  1. erchashu

    0下载:
  2. 实现一个二叉树的建立和写出他的前序,中序,后序遍历-The realization of a binary tree establishment and write before his order, in sequence, after the traversal
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:68199
    • 提供者:强哥
  1. erchashu

    0下载:
  2. 实现二叉树的排序 实现二叉树的前序、中序、后序排列,以菜单形式出现-To achieve the realization of binary tree binary tree sort of pre-order, in sequence, arranged after the order to the form menu
  3. 所属分类:Other systems

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

    0下载:
  2. 二叉树排序 采用中序遍历的方式 从小到大排序输出-Binary tree traversal order used in a way to sort the output from small to large
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:745
    • 提供者:秫秸
  1. erchashu

    0下载:
  2. 关于二叉树的期末课程实验。。。比较完善的-Courses on the tree at the end of the experiment. . . Relatively perfect
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2793
    • 提供者:朱建杰
  1. erchashu

    0下载:
  2. 1.试按表(10,8,9,12,20,5,6,15,19,25)中元素的排列次序,将所有元素插入一棵初始为空的二叉排序树中,使之仍是一棵二叉排序树,请设计算法 2.在已构建的二叉排序树中插入元素40,使之依然为二叉排序树 -1. Examination table (10,8,9,12,20,5,6,15,19,25) elements in order to insert all the elements of an initial empty binary tree sort, so
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:23330
    • 提供者:ls
« 12 3 4 5 »
搜珍网 www.dssz.com