搜索资源列表

  1. familysystem

    0下载:
  2. 是我的课设,用孩子兄弟树实现的,我不会用mfc,但是健壮性很好,用了很多递归
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:70712
    • 提供者:赵子玥
  1. 20043048

    0下载:
  2. 动态演示各种数据结构的定义和操作: 实现过程: 建立一棵二叉树,并在所建立的二叉树中可在任意结点位置插入其左右孩子。 画出你所建的这棵二叉树,并能动态反映你所插结点的过程(具有可视化,彩色,美观的效果) 能查找任一结点的左右孩子 能查找任一结点的左右邻兄弟 能查找任一结点的父亲 能删除任一结点 能对树进行各种遍历-Dynamic demonstration of the definition of var
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-02
    • 文件大小:13312
    • 提供者:许磊
  1. familysystem

    0下载:
  2. 是我的课设,用孩子兄弟树实现的,我不会用mfc,但是健壮性很好,用了很多递归-My class is located, using the children of the brothers realize the tree, I will not use mfc, but the robustness well, spent a lot of recursive
  3. 所属分类:其他小程序

    • 发布日期:2024-10-02
    • 文件大小:727040
    • 提供者:赵子玥
  1. include

    0下载:
  2. 1. 输入字符序列,建立二叉链表。 2. 中序遍历二叉树:递归算法。 3. 中序遍历二叉树:非递归算法。 4. 求二叉树的高度。 5. 球二叉树的叶子个数。 6. 将二叉链表视为森林的孩子兄弟链表,计算森林中叶子个数。 7. 建立中序线索二叉树,并实现中序遍历。 8. 借助队列实现线索二叉树的层次遍历。 -tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-02
    • 文件大小:9216
    • 提供者:李惠
  1. tree

    0下载:
  2. 二叉树的实现 孩子兄弟节点法完成二叉树的各种遍历操作 课程设计-Binary tree node method to achieve complete binary brothers kids of various traversal operation of curriculum design
  3. 所属分类:Windows编程

    • 发布日期:2024-10-02
    • 文件大小:1902592
    • 提供者:lexico
  1. FamilyTree

    2下载:
  2. 最近公共祖先的家谱树 1. 正确构造了家谱树,实现了简单的查询:如查找祖先,查找家长,查找孩子, 查找兄弟,查找配偶,遍历所有家族成员等等。 2. 正确实现了插入,删除,结婚等操作。 3. 实现了一些复杂的查询,如:查找某人的所有子孙,查找某人的兄弟姐妹,部 分实现了给出两人,查询称呼的功能。(但对于过分复杂的关系暂时还不能实现。) 新增功能 1. 正确实现了不相交集合类(disjointSet.h)。
  3. 所属分类:其他小程序

    • 发布日期:2024-10-02
    • 文件大小:11264
    • 提供者:马嘉元
  1. explore

    0下载:
  2. 利用孩子兄弟二叉树法,建立资源管理器,包含创建插入删除销毁-Brothers binary tree using children, the establishment of Explorer, including the destruction to create insert delete
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-02
    • 文件大小:2048
    • 提供者:
  1. tree

    0下载:
  2. 树的建立与基本操作,有树的创建,输入数据为广义表方式,采用孩子兄弟法进行存储-tree operation, create, output, and so on.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-02
    • 文件大小:2048
    • 提供者:joy
  1. jianshu2

    0下载:
  2. 基于C语言的数据结构算法,键树的查找与排序(孩子兄弟法)-C-based data structure algorithms, search and sort key tree (brother children method)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-02
    • 文件大小:186368
    • 提供者:nk
  1. haizixiongdi

    0下载:
  2. 输出孩子兄弟树T中的各边,形式是以a->b的模式依次输出的-Each side of the output children brothers linked list tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-02
    • 文件大小:708608
    • 提供者:Davy Lee
  1. Child_Sibling-Tree

    0下载:
  2. 孩子兄弟树编码 在C++环境下编码,简短精悍的小程序-child_slibling tree :codes in C++
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-02
    • 文件大小:567296
    • 提供者:方期待
  1. Company()

    0下载:
  2. 本工程使用孩子兄弟树算法实现对公司的各个部门进行存储和使用凹入方式显示。对初学数据结构的同学很有帮助。-This project uses a child Brothers Tree Algorithm to achieve the various departments of the company' s storage and use of recessed display. Helpful for novice studen
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-02
    • 文件大小:6276096
    • 提供者:aibi
  1. traver

    0下载:
  2. 编写算法完成下列操作:无重复地输出以孩子兄弟链表存储的树T中所有的边(这里的边是指树T本身的分支,而不是孩子兄弟链表所形成的二叉树的分支)。输出的形式为(k1, k2), ..., (ki, kj), ..., 其中,ki和kj为树结点中的结点标识。-Write an algorithm to do the following: no repeat output to all sides in children the brother
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-02
    • 文件大小:8192
    • 提供者:mfz
  1. Tree

    0下载:
  2. java实现的孩子兄弟链表表示的树的数据结构。-java implementation of child brother chain represents a tree data structure.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-10-02
    • 文件大小:6144
    • 提供者:陈陈
  1. tree

    0下载:
  2. 孩子兄弟表示法树工程,含前序、后序、层序遍历成员函数-Children brothers notation tree works, including former sequence after sequence, sequence traversal member functions
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-02
    • 文件大小:4096
    • 提供者:腻腻
  1. 5110309718_5_8

    0下载:
  2. 二叉树孩子兄弟链表存储,实现前中后序遍历-traverse binary tree in pre、mid、post order
  3. 所属分类:C#编程

    • 发布日期:2024-10-02
    • 文件大小:67584
    • 提供者:kittyshen
  1. tree

    0下载:
  2. 算法与数据结构中的二叉树,孩子-兄弟存储的树,二叉线索树,最优二叉树,哈夫曼树等)。-Algorithm and data structure tree, children- brothers storage tree, binary tree trail, optimal binary tree, Huffman trees, etc.).
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-10-02
    • 文件大小:22528
    • 提供者:郭悠悠
  1. 1

    0下载:
  2. 假设树上每个结点所含的数据元素为一个字母,并且以孩子-兄弟链表为树的存储结构,试写一个按凹入表方式打印一棵树的算法-Assuming the data elements contained in each node of the tree is a letter, and with children- brothers list is stored in the structure of the tree, try to write a
  3. 所属分类:其他小程序

    • 发布日期:2024-10-02
    • 文件大小:4167680
    • 提供者:Yoalnda
  1. 数据结构上机题

    0下载:
  2. 数据结构中的成绩管理课程设计。。。。。。。。。(The course design of performance management in data structure)
  3. 所属分类:文档资料

    • 发布日期:2024-10-02
    • 文件大小:3072
    • 提供者:eeeeeeeeee
  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-10-02
    • 文件大小:1536000
    • 提供者:lmt19990807
« 12 »

源码中国 www.ymcn.org