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

搜索资源列表

  1. 第8次上机

    0下载:
  2. 编写一个程序,实现二叉树的下列运算: 1) 输入一个二叉树的先序序列,生成二叉树的二叉链表; 2) 显示其先序、中序和后序遍历结果 3) 计算二叉树的叶子结点数。 4) 求二叉树的深度(Write a program to implement the following operations of a two fork tree: 1) input a preorder sequence of a two fork tree to generate a two ch
  3. 所属分类:

  1. 二叉排序树的建立查找插入和删除

    0下载:
  2. 二叉树的建立,插入,以及排序的完整实现。(The establishment of the two fork tree, insert, sort and complete implementation.)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:入夏
  1. 实验5

    0下载:
  2. 二叉排序树或者是一棵空树,或者是具有下列性质的二叉树: (1)若左子树不空,则左子树上所有结点的值均小于或等于它的根结点的值; (2)若右子树不空,则右子树上所有结点的值均大于或等于它的根结点的值; (3)左、右子树也分别为二叉排序树;(A two - fork sort tree or an empty tree, or a two - fork tree with the following properties: (1) if the left subtree is not e
  3. 所属分类:数据结构

    • 发布日期:2018-01-09
    • 文件大小:241664
    • 提供者:andyhui
  1. 问题 J

    0下载:
  2. 顺序方式存储的完全二叉树进行重建 题目描述 按顺序方式存储的一棵完全二叉树的结点记录,结点个数为n。根据所输入的顺序结构的结点记录建立二叉树,输出树的先序,中序和后序遍历结果。 注:数字“0”表示不存在此结点,没有孩子结点。 输入 树结点个数n 顺序方式存储的完全二叉树 输出 先序遍历输出 中序遍历输出 后序遍历输出 样例输入 10 1 2 0 3 4 0 0 5 6 7 样例输出 1 2 3 5 6 4 7 5 3 6 2 7 4 1 5 6 3 7
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:16384
    • 提供者:Lucylucykiyomi
  1. shuju5

    0下载:
  2. 一、实验目的 1、进一步掌握指针变量、动态变量的含义。 2、掌握二叉树的结构特性,以及各种存储结构的特点和适用范围。 3、掌握用指针类型描述、访问和处理二叉树的运算。 二、实验内容 1、以二叉链表作存储结构,试编写前序、中序、后序遍历二叉树的算法。(First, the purpose of the experiment 1. Further grasp the meaning of the pointer variable and the dynamic variable.
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:11264
    • 提供者:天雷丶祭
  1. BrcmPatchRAM-master

    0下载:
  2. ###BrcmPatchRAM -- RehabMan fork For the most part this fork is kept in sync with the-darkvoid's verson. We are working together to improve the project. ###RehabMan Fork Downloads Builds are available on bitbucket: https://bitbucket.org/Reha
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:8442880
    • 提供者:jbrill
  1. 第三次上机作业

    0下载:
  2. 设二叉树结点值为大写字母,输入二叉树的前序遍历和中序遍历序列,生成此二叉树,输出该二叉树的后序遍历和按层次遍历序列。输入某结点值,在二叉树中查找该结点,若该结点存在,则输出从根到该结点的路径,否则给出不存在信息。(A two fork tree node value is capitalized, and the preorder traversal and sequence traversal sequence of the two fork tree is input to generate
  3. 所属分类:数据结构

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:1 up
  1. binaryTree

    1下载:
  2. 依次输入关键字并建立二叉排序树,实现二叉排序数的插入和查找功能。(The keyword is input in turn and the two fork sort tree is set up in order to realize the insertion and searching function of the two fork sort number.)
  3. 所属分类:数据结构

    • 发布日期:2018-01-10
    • 文件大小:16384
    • 提供者:babou
  1. 0下载:
  2. 找到二叉排序树T中小于x的最大元素和大于x的最小元素(Find the maximum element less than x in the two fork sort tree T and the smallest element larger than the X)
  3. 所属分类:数据结构

    • 发布日期:2018-04-19
    • 文件大小:4134912
    • 提供者:乘龙千里
  1. UserCheckIn

    0下载:
  2. 编程实现二叉树结构及其相关功能,以存储用户信息,不使用标准模板类的二叉树结构和函数。同时根据二叉树的变化情况,进行相应的平衡操作,即AVL平衡树操作,四种平衡操作都考虑。采用相应的数据结构模拟用户登录系统,其功能包括用户登录、用户密码更新、用户添加和用户删除等。(The programming implements the two fork tree structure and its related functions to store user information and do not
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:1906688
    • 提供者:lalala2333
  1. 二叉排序树

    0下载:
  2. 数据结构,关于二叉排序树,实现其建立,排序,查找等功能(Data structure, about the two fork sort tree, to build, sort, find and other functions)
  3. 所属分类:书籍源码

    • 发布日期:2018-04-21
    • 文件大小:1722368
    • 提供者:赵自由
  1. 数据结构课程设计源代码

    0下载:
  2. 编写一个程序,通过前缀表达式来构造一个与之对应的算术表达式并存入二叉树中,通过中序遍历二叉树输出表达式及对其进行变量赋值,通过后序遍历二叉树计算表达式的值。(A program is written by prefix expression to construct an arithmetic expression corresponding to it and store it into two binary tree. Through traversing two fork tree out
  3. 所属分类:数据库编程

    • 发布日期:2018-04-21
    • 文件大小:156672
    • 提供者:alwaydie
  1. searchBinTree

    0下载:
  2. 在计算机科学中,二叉树是每个节点最多有两个子树的树结构。通常子树被称作“左子树”(left subtree)和“右子树”(right subtree)。二叉树常被用于实现二叉查找树和二叉堆。二叉树的思想、深度、高度以及二叉树的遍历都深深影响着计算机科学的发展。 这次要利用二叉树去实现读入一个文件的单词,然后建立一棵二叉搜索树,然后输出二叉搜索树的高度、叶子树等信息,以及实现其中序遍历。利用二叉搜索树,能将大量单词很快地排好序,性能很高。(In computer science, a two tr
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:奥谢特
  1. 期货期权中各种模型VBA程序

    3下载:
  2. 衍生产品定价:期权布莱特舒尔斯期权定价模型;二叉树定价模型;期权交易策略;远期,互换的定价;等等,非常全面,是学习理解期权等衍生品定价的好工具 。(The pricing of derivatives is the option Brett Scholes option pricing model, the two fork tree pricing model, the option trading strategy, the forward exchange pricing, and so
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:311296
    • 提供者:强大大
  1. 数据结构

    0下载:
  2. 多叉路口交通灯安排问题,利用图论的知识解决交通灯的问题(Location of traffic lights at multi fork junctions)
  3. 所属分类:2D图形编程

    • 发布日期:2018-04-29
    • 文件大小:41984
    • 提供者:yuppielqx
  1. 资料汇总

    1下载:
  2. 极客班C++算法原理与实践课件和源码-侯捷 1、算法入门与编程风格 2、链表 3、二分搜索与排序数组 4、二叉树与分治算法 5、栈与队列(Geek class C++ algorithm principle and practice of courseware and source code Hou Jie 1, algorithm introduction and programming style 2, chain list 3 and two points search a
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:5499904
    • 提供者:庶吉士zc
  1. 1214_traverse

    7下载:
  2. Descr iption 给出一棵孩子兄弟表示法下的树的结构以及各个结点的权值,要求按先序、后序、层次遍历二叉树并输出各个结点的权值。(Descr iption This paper gives the structure of a child's brother representation and the weight of each node, and asks for traversing the two fork tree according to the preorder, po
  3. 所属分类:Windows编程

    • 发布日期:2018-04-30
    • 文件大小:774144
    • 提供者:moven
  1. 二叉树的遍历

    0下载:
  2. 主要实现:创建二叉树、用先中后序遍历二叉树(中序,先序和后序遍历用非递归实现),并输出树高。(The main achievement is to create two branches tree, and use the first and middle traversal to traverse the two fork tree.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:晴栀菀歌°
  1. 二叉树

    0下载:
  2. 基于二叉查找树进行优化,进而可以得到其他的树表查找算法,如平衡树、红黑树等高效算法(Based on the two fork search tree, we can optimize other tree table lookup algorithms, such as balanced tree, red black tree and other efficient algorithms.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:strive$
  1. 数据结构典型实验

    0下载:
  2. 此压缩包包含三个典型的数据结构入门实验的代码和使用说明和运行结果。程序注释详尽,说明中程序的要求以及运行结果详细,是进行数据结构学习的初学者不可错过的学习资料。 具体包含:十字链表与矩阵、哈希表、二叉树计算器实验三部分(The compressed package contains three typical data structures, which are introductory experiment code, operation instructions and operation
  3. 所属分类:数据结构

    • 发布日期:2018-05-02
    • 文件大小:347136
    • 提供者:BombengCC
« 1 2 ... 21 22 23 24 25 2627 »
搜珍网 www.dssz.com