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. 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. 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. SHUJUJIEGOU

    0下载:
  2. 本课程设中的二叉排序树,一共要实现四项基本的功能。 它们分别是二叉顺序树的创建、中序遍历、查找结点和删除结点。-This course is set up in the binary sort tree to achieve a total of four basic functions. They are the creation of a binary tree sequence, the preorder, find nodes and delete nodes.
  3. 所属分类:Project Design

    • 发布日期:2017-04-27
    • 文件大小:182224
    • 提供者:佳佳
  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. 最后

    0下载:
  2. 第一题:将一颗树或森林转换为二叉树 第二题:求森林高度 第三题:按层次方式遍历森林 第四题:输出一个森林中每个结点的值及对应的层次数 第五题:输出一个森林的广义表形式(First question: convert a tree or forest into two branches Second question: forest height The third question: traverse the forest in a hierarchical manner The
  3. 所属分类:文件格式

« 1 2 ... 10 11 12 13 14 15»
搜珍网 www.dssz.com