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

搜索资源列表

  1. 11

    0下载:
  2. 平衡二叉树查询,插入,删除,合并平衡二叉树,拆分平衡二叉树- Balance_tree
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:18321
    • 提供者:李慧
  1. kmp

    0下载:
  2. 由遍历序列回复二叉树文档介绍 还不错 可以-Reply binary tree traversal sequence document presentation also can look at
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:842
    • 提供者:郑璐
  1. 10060324

    1下载:
  2. 二叉树主要完成以下功能: 1. 建立二叉树 2. 计算结点所在的层次 3.统计结点数量(size)和叶结点数量 4.计算二叉树的高度 5.计算结点的度 6.找结点的双亲(Parent)和子女 7.二叉树的遍历 8.二叉树的输出-Main binary tree complete the following features: 1. The establishment of a binary tree. Calculate the junction point w
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:550872
    • 提供者:曹小保
  1. 2009082183

    0下载:
  2. 数据结构 C语言 C++ 二叉树 功能实现 深度广度层次 初学者适合-Data structure C the language C++ binary tree features in-depth, level beginner suitable
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:160984
    • 提供者:马大
  1. optimal-binary-tree

    0下载:
  2. 这个程序通过dp来构建最优的二叉树,使得效率更好,将高概率的结点放在高处。通过o(n^2)实现。-To build this program by dp optimal binary tree, making better efficiency, the high probability of the node on the height. O (n ^ 2).
  3. 所属分类:File Formats

    • 发布日期:2017-12-04
    • 文件大小:12905
    • 提供者:luyifan
  1. include

    0下载:
  2. 二叉树的动态掩饰我大二时候做,绝对能行 -Binary tree of dynamic conceal
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:7003
    • 提供者:司剑
  1. ics-lab6

    0下载:
  2. 一个关于计算机系统动态内存分配实验的高效实现方案。采用了二叉树排序。-csapp lab6 memory allocation
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:324445
    • 提供者:刘聿
  1. birary-treea-and-integer

    0下载:
  2. 这是我的一个笔试题,是把整数放到二叉树中的一个题发上来给大家看看(采用中序遍历)。希望对大家找工作有帮助-This is a pen test, is the integer into a binary tree in a title made up for everyone to see (in preorder traversal). People looking for work
  3. 所属分类:software engineering

    • 发布日期:2017-11-03
    • 文件大小:14507
    • 提供者:邢书语
  1. bitree

    0下载:
  2. 构造一棵二叉树、释放二叉链表中各结点的存储空间、获取指向二叉树根结点的指针、前序遍历二叉树、中序遍历二叉树、后序遍历二叉树等的编程-Construct a binary tree, the release of storage space for each node in the binary list, access points to the binary tree root pointer, before traversing Binary inorder binary tree trav
  3. 所属分类:Communication

    • 发布日期:2017-11-17
    • 文件大小:1184
    • 提供者:宿琦
  1. Tree

    0下载:
  2. 二叉树的相关功能,如遍历,求深度宽度繁茂度等-Functions of Binary Trees
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:2012782
    • 提供者:
  1. RFID-lunwen

    0下载:
  2. 针对射频识别系统中的标签碰撞问题,提出了一种基于分组策略的RFID自适应防碰撞算法。该算法在二叉树搜索算法的基础上引入分组策略、后退策略、自适应地选择四叉树搜索策略、动态调整标签碰撞检测过程策略,减少了搜索次数和读写器与标签间的通信量,提高了识别效率。-Systems for radio frequency identification tag collision problem, a packet-based strategy RFID adaptive anti-collision algo
  3. 所属分类:Development Research

    • 发布日期:2017-11-19
    • 文件大小:7913462
    • 提供者:pugongying
  1. 5

    0下载:
  2. 二叉树的三种遍历,求深度、叶子,按层次遍历,-Binary tree traversal, and depth leaves hierarchy traversal
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:1515
    • 提供者:wowo雪
  1. CTree

    0下载:
  2. 该程序是实现双亲表的算法,主要用于二叉树的应用-The procedure is the algorithm of the parent table, mainly used for the application of the binary tree
  3. 所属分类:File Formats

    • 发布日期:2017-12-01
    • 文件大小:8466
    • 提供者:木子
  1. classical-algorithm-VCPP

    0下载:
  2. 常用的算法经典代码,包括快速排序,冒泡排序等各种排序方法,还有二叉树的前序、中序和后序遍历等-The classic algorithm code, including quick sort and bubble sort sorting methods, as well as the preamble of the binary tree, inorder and postorder traversal, etc.
  3. 所属分类:File Formats

    • 发布日期:2017-12-10
    • 文件大小:15500
    • 提供者:张双喜
  1. Binary-tree

    0下载:
  2. 课程设计数据结构二叉树的遍历的C++语言的实现方法-Binary tree data structure traversal method
  3. 所属分类:Communication

    • 发布日期:2017-11-27
    • 文件大小:1097
    • 提供者:ma
  1. zuoye

    0下载:
  2. 二叉树遍历,包括前中后序递归遍历和计算椰子树和节点数-Binary tree traversal, including former in after sequence recursively traverse and calculation of coconut trees and the number of nodes
  3. 所属分类:File Formats

    • 发布日期:2017-12-06
    • 文件大小:1169
    • 提供者:JAKY
  1. ercha-shu-chengxu-shixian

    0下载:
  2. 实现二叉树的vc6.0 可以运行的代码,可以可以更好的学习数据结构-ercha shu chengxu shixian
  3. 所属分类:software engineering

    • 发布日期:2017-10-31
    • 文件大小:46147
    • 提供者:李飞
  1. avltree

    0下载:
  2. 平衡二叉树,平衡因子,四种情况的变换!树的查找,建立!-Balanced binary tree, the balance factor of four cases transform! Tree Find establish!
  3. 所属分类:software engineering

    • 发布日期:2017-12-10
    • 文件大小:1510
    • 提供者:余勇
  1. data-contruc-CPP

    0下载:
  2. 提供C语言与数据结构,包括二叉树、图、数据结构-C language data structures. Doc
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:78165
    • 提供者:赵旭
  1. BinaryTree

    0下载:
  2. 这是一个数据结构的二叉树排序```不小于5个汉字或10个字母,详细的标题容易被下载。-This is a data structure of the binary tree sorting `` `not less than five characters, or 10 letters, detailed title easily be downloaded.
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:1002
    • 提供者:龙蛋
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com