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

搜索资源列表

  1. vc_jiqiaoshili_part1

    0下载:
  2. Visual.C++程序设计技巧与实例--配套光盘 第1章 C_C++基础 共有四个实例 1. ex1_7用C语言实现参数个数可变的函数 2. ex1_8创建和访问环境变量 3. SortDemo各种排序算法示例 4. BinaryTree二叉排序树相关操作示例-Visual.C program design techniques and examples -- matching CD Chapter 1 C_C foundation is a total of four
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:72991
    • 提供者:xixi
  1. Binary_balance_sorttree

    2下载:
  2. 7、二叉平衡排序树 问题描述:创建二叉平衡排序树 基本要求: 1、 输入数据的数量不得低于15个 2、 建立二叉平衡排序树(要求包括LL型LR型RR型RL型四种调整方式) 3、 完成任意数据的查找(要求给出查找执行的次数) -7, binary sort tree balanced descr iption of the problem: Create a balanced binary tree sort of basic requirements: 1, the nu
  3. 所属分类:Console

    • 发布日期:2017-01-06
    • 文件大小:914432
    • 提供者:牛小龙
  1. BSTree2

    0下载:
  2. 该程序为二叉树节点编辑系统,由四部分组成:插入节点,寻找节点,删除结点和恢复到默认设置。-This is a BSTree2 edit program, mainly contains four parts: insert a node, find a node, delete a node and restore default settings.
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3731504
    • 提供者:啊呜
  1. maintenance-of-of-binary-tree-VC

    0下载:
  2. 实现二叉排序树维护子系统实现,实现查找、插入、删除、修改操作。首先要建立一棵二叉排序树,建立树根,然后按照中序遍历依次建立二叉排序树。运用switch的四个case实现各个操作,每个case中调用相应的子程序。子程序是选择要进行的操作:查找、插入、删除、修改。-Binary sort tree maintenance subsystem to achieve, to achieve the find, insert, delete, and modify operations. First ne
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:12282
    • 提供者:鲍慊
  1. SiWuZhang

    0下载:
  2. 这章是四五章。我们上课时的课件,非常有条理,想学习数据结构的同学可以下载来学习,里面有完整的代码介绍,线性表/链表/二叉树/邻接矩阵/图等~我们上机就都从里面拷代码,是非常好的学习资料~。-This chapter is four or five chapters. Courseware in our class, very organized, want to learn data structures students can download to learn, there are a c
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1092897
    • 提供者:温晓
  1. biThrTree-hfut

    1下载:
  2. 合肥工业大学数据结构试验四线索二叉树,包括完整的实验要求、实验预习报告、实验最终报告 实验任务∶ <1>按先序次序遍历先序线索二叉树。 <2>按中序次序遍历中序线索二叉树。 <3>将值为x的结点作为先序线索二叉树T的左子树的(先序)最后一个结点的右孩子插入进去。 <4>按中序次序线索化二叉树。 <5>按后序次序线索化二叉树。-Four threaded binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:688280
    • 提供者:石帆
  1. 2011010963_e4

    0下载:
  2. THUEE数据与算法实验四: 1、二叉树的所有结点的关键字由文件输入,其中关键字均为一个整数,构造增强二叉搜索树,并统计树的层高,按要求把结果输出到文件中。 2、给定两个增强二叉搜索树P和T,判断从形状上(不考虑结点关键字值)P是否等于T的某个子树,即T是否包含P。(最好对于任意形式二叉树均可实现比较,不仅限于二叉搜索树)-THUEE four experimental data and algorithms: a keyword all nodes by binary file inp
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1725010
    • 提供者:余可
  1. chengxu

    0下载:
  2. 一、约瑟夫循环问题;二、一元多项式的运算;三、逆波兰表达式求值;四、杨辉三角显示;五、四则运算表达式求值;六、BST二叉树-First, Joseph circulation problems Second, one yuan polynomial arithmetic Third, reverse Polish expression evaluation Fourth, Pascal' s Triangle Show five, four arithmetic expressio
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:23741
    • 提供者:wangyiqiao
  1. binaryTree

    0下载:
  2. 用代码动态实现任意一棵不超过四层的二叉树的先序遍历过程-With code dynamically to achieve no more than four of any one binary tree preorder process
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:35921
    • 提供者:魏丹银
  1. quadtree

    1下载:
  2. 四分树的构造,二叉树的进阶版,算法入门竞赛里面的题目-The structure of the four tree, binary tree premium, introduction to algorithms inside the title of the competition
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:260407
    • 提供者:chris
  1. cPP-source

    0下载:
  2. 这里面包含四个小程序,分别是二叉树染色问题,根据二叉树的先序遍历和中序遍历求出后序遍历,利用队列的保存顺序特性,模拟售票口服务解决实际问题,用递归算法解决分局自问题,这四个程序都是完整的小程序,希望能有帮助。-Here bread containing four small program, are binary tree coloring problem, according to the postorder traversal of binary tree preorder traversa
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2945
    • 提供者:刘东
  1. RedBlackTree

    0下载:
  2. 本文件为基于vs2010平台的使用C++语言的红黑树建立和操作。其中有二叉树的四种遍历方式,查找插入删除深度等基本操作。代码精心总结,有详细的注释,运行完全通过,结构清晰,对初学算法的人有很大帮助。-This document is a VS2010 platform using C++ language based on tree and operation. Which has four fork tree traversal method, to find the insertion an
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:783214
    • 提供者:
  1. Binary-Tree

    0下载:
  2. (1)实现二叉树的构造过程,并打印出二叉树  (2)对该二叉树分别用层序、前序、中序和后序四种不同的方法进行遍历;  (3)将该二叉树的所有左右子树进行交换,得到新的二叉树,并打印出该二叉树;  (4)对新获得的二叉树分别用层序、前序、中序和后序四种不同的方法进行遍历。-(1) the construction process to achieve the two fork tree, and print out the two fork tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1428
    • 提供者:chenchen
« 1 2 ... 9 10 11 12 13 14»
搜珍网 www.dssz.com