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

搜索资源列表

  1. Huffman树

    0下载:
  2. 用加权二叉树,最小堆和贪心算法实现的Huffman树,对学算法和数据结构的朋友很有帮助-weighted binary tree, the smallest reactors and the greedy algorithm Huffman tree for school algorithm and data structure of helpful friends
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:63427
    • 提供者:张钊
  1. bianli1

    1下载:
  2. 这是一个非常好的遍历二叉树算法的实现,个人创作,绝对原创-This is a very good traversal of a binary tree algorithm to achieve, to create absolute originality!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2488
    • 提供者:我是谁
  1. BianryTreeNode

    0下载:
  2. 二叉树的操作集合 哈哈 数据结构经典实习-binary tree data structure set Haha classic internship
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2992
    • 提供者:xjt
  1. 3bitree

    0下载:
  2. 一个二叉树的三叉链表运用实例,求出叶子的结点并输出从根结点到该叶子结点的路径!-a binary tree using the trigeminal Chain example, the leaves are obtained and the output node from the Root of leaf nodes in the path!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2397
    • 提供者:
  1. 二叉排序树与平衡二叉树

    0下载:
  2. 数据结构常用算法设计 用C++实现二叉排序树与平衡二叉树-algorithm commonly used data structures designed to achieve two C-tree fork and balanced binary tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1596984
    • 提供者:孙锋志
  1. 遍历二叉树

    1下载:
  2. 按层遍历二叉树的算法设计C语言数据结构作业-layer by the binary tree traversal algorithm design C language data structures operations
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:935
    • 提供者:郑伟雄
  1. 数据结构和算法Flash动画演示

    1下载:
  2. 数据结构和算法Flash动画演示 B树的删除,B树的生长过程,串的顺序存储,单链表结点的插入,单链表结点的删除,堆排序,二叉排序树的删除等-data structures and algorithms Flash animation demo B-tree removal, B-tree growth, the sequence string storage, single linked list of nodes inserted, single linked list of nodes re
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:966119
    • 提供者:仙道
  1. 建立二叉树

    1下载:
  2. 同济大学课程设计中的一道题! 要求能够输入树的各个结点,并能够输出用不同方法遍历的遍历序列;分别建立建立二叉树存储结构的的输入函数、输出层序遍历序列的函数、输出先序遍历序列的函数.-Tongji University in curriculum design, the one that! Tree request to enter the various nodes, and can output using different methods traverse the traversal se
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:918
    • 提供者:向蚱蜢
  1. 属性均值聚类二叉树及其在人脸识别中的应用

    1下载:
  2. 采用二叉树数据结构,属性均值聚类算法在图象识别中的应用。-using a binary tree data structure, attributes means clustering algorithm in image recognition applications.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:107564
    • 提供者:石支柱
  1. 二叉树的生成与遍历

    0下载:
  2. 建立并按前,中,后序方法遍历二叉树,本代码用的是非递归方法,递归方法的稍后给出-established as before, during and after the binary tree traversal sequence method, the code of non - recursive method, recursive method is later
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:909
    • 提供者:王伟
  1. trees made to order

    0下载:
  2. We can number binary trees using the following scheme: The empty tree is numbered 0. The single-node tree is numbered 1. All binary trees having m nodes have numbers less than all those having m+1 nodes. Any binary tree having m nodes w
  3. 所属分类:源码下载

  1. 基于二叉树求算术表达式求值的课程设计

    2下载:
  2. 这是本人做的关于基于二叉树求算术表达式求值的课程设计,供大家一起学习。表达式求解问题 设计一个程序实现基于二叉树表示的算术表达式的操作。 1、 需求分析 1. 算术表达式的合法输入数据包括变量(A~Z,a~z)、常量(0-9)和二元运算符(+,-,*,/,^(乘幂))。程序对数据输入格式不作要求,用户需自己保证语法正确,详见用户手册说明。 2. 演示程序以人机对话的方式执行,即在计算机上显示提示信息后,由用户在键盘上输入对应的数据或命令,程序将执行相应的操作并显示下一步信息。 3. 程
  3. 所属分类:汇编语言

    • 发布日期:2012-08-22
    • 文件大小:5090
    • 提供者:viking
  1. 红黑树是一个更高效的检索二叉树

    0下载:
  2. 红黑树是一个更高效的检索二叉树,因此常常用来实现关联数组。典型地,JDK提供的集合类TreeMap本身就是一个红黑树的实现。-Red-black tree is a binary tree search more efficient, so often used to implement associative arrays. Typically, JDK provides a collection of classes TreeMap itself is a red-black tree im
  3. 所属分类:其他小程序

    • 发布日期:2017-03-27
    • 文件大小:46938
    • 提供者:WSN
  1. 二叉树的创建 增删改查 等功能

    0下载:
  2. 二叉树的创建 增删改查 等功能 对学习二叉树的很有帮助,Additions and deletions to the creation of binary tree search functions
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-23
    • 文件大小:12774
    • 提供者:li
  1. BTree.二叉树的递归算法

    1下载:
  2. 二叉树的递归算法:计算高度、结点个数、交换左右儿子 问题的描述 写一完整函数,计算树的结点数目int CountNode(BTNode<T>* &t); 完善以下两个函数: 计算树的高度int Depth(BTNode<T>* &root); 对树的所有子树交换左右孩子void swapsons(BTNode<T>* &t);,Binary Tree Recursive Algorithm: Calculate the hei
  3. 所属分类:其他小程序

    • 发布日期:2016-01-25
    • 文件大小:2207
    • 提供者:YY
  1. binarysearchtree.rar

    0下载:
  2. 动态查找表的设计与实现: 实现抽象数据类型:二叉查找树。 实现下列操作:构造空表、销毁表、搜索指定关键字的元素、插入新元素、删除指定关键字的元素、遍历表中所有元素。,Dynamic Look-Up Table Design and Implementation: To achieve the abstract data types: Binary Search Tree. To achieve the following: Construction empty tables, the des
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:9377
    • 提供者:hello
  1. RFID_aiti_collion.rar

    0下载:
  2. 提出了一个在 RFID系统中改进的防冲突算法 ,该算法基于 Aloha算法并结合了二叉树算法。当有大量 标签同时需要识别时 ,首先通过对标签上一轮的碰撞情况来估计待识别的标签数 ,然后对标签进行分类或改变帧的 大小来降低标签发生碰撞的概率 ,从而提高识别的效率。,A in the RFID system to improve the anti-collision algorithm based on the Aloha algorithm and a combination of binar
  3. 所属分类:RFID

    • 发布日期:2017-03-26
    • 文件大小:348747
    • 提供者:wang
  1. pingheng.rar

    0下载:
  2. 一个vc++环境下的数据结构的课程设计报告源代码,关于非平衡二叉树转平衡二叉树的实现,A vc++ environment data structure of the curriculum design report of the source code, about the non-balanced binary tree balanced binary tree to realize the
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3214
    • 提供者:林思哲
  1. 针对链式或顺序存储的线性表实现指定的操作

    0下载:
  2. 针对链式或顺序存储的线性表实现指定的操作 使用栈或队列解决一个应用问题 实现对二叉树的一个指定的操作或用二叉树解决一应用问题 实现对图的一个指定的操作或用图解决一个应用问题 查找算法设计 排序算法设计 ,Store chain or the order for the linear table implementation of the operation specified stack or queue to use the application to solve a probl
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-21
    • 文件大小:24964
    • 提供者:冯莹莹
  1. suanfa.rar

    0下载:
  2. 包括字符串反转, 链表反转, 判断两个数组中是否存在相同的数字, 判断链表是否存在环, 找出单向链表的中间结点, 如何判断一棵二叉树是否是平衡二叉树, strstr()的简单实现,,Including the string reversal, list reversal, to determine the existence of two different array of figures to determine the existence of ring list, find the mi
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-01
    • 文件大小:2913
    • 提供者:张文
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com