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

搜索资源列表

  1. avlTree

    0下载:
  2. 平衡二叉树的高效率实现,可用于一般的数据查找,检索,效率非常高!-Balanced binary tree to achieve high efficiency, can be used for general data search, retrieval, efficiency is very high!
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:5044
    • 提供者:amy chang
  1. huffman

    0下载:
  2. 哈夫曼编码的实现与解析 基于二叉树技术的搜索 遍历-Huffman coding with the analytical technique based on the binary tree search traversal
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:6717
    • 提供者:李平
  1. avt

    0下载:
  2. 1.本程序演示平衡二叉树的插入,删除,查找,。 2.首先要先初始二叉树为空树; 3.接着要实现平衡二叉树的插入,删除,,其中根据平衡二叉树插入,删除的算法要不停的把插入的元素平衡地插入,需要调用平衡分析函数和左右旋转函数,更新平衡二叉树;删除元素后也要调用平衡分析函数和左右旋转函数,更新平衡二叉树。 4.平衡二叉树的查找则可根据查找算法实现。比较简单。-1. This procedure demonstration balanced binary tree insertion, de
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:74798
    • 提供者:张欣
  1. DataStructureTest

    0下载:
  2. 数据结构的一些基本的相关的试验,如二叉树的遍历,打印,如排序算法,检索算法,动态结构的静态实现实验-Data structures related to some basic tests, such as binary tree traversal, print, such as sorting algorithms, search algorithms, the dynamic structure of the realization of the experimental static
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:209516
    • 提供者:林小峰
  1. bstree

    0下载:
  2. 这是数据结构中如何查找二叉树的c语言源码,可帮助初学者掌握相关方法-binary tree search
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1655
    • 提供者:linda
  1. pinghengerchashu

    0下载:
  2. 平衡二叉树是数据结构中一个非常重要的概念。它对二叉树的优化和提高查询效率有重要的作用,它是动态查找的一个非常重要方法,它在实际生产中有着广泛的应用。 - Balanced binary tree data structure is a very important concept. Its binary tree query optimization and improve efficiency has an important role, it is a dynamic search
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2105
    • 提供者:王艳峰
  1. ERCHASHU

    0下载:
  2. 关于二叉树的一些基本操作,包括查找,添加,删除结点-About some of the basic binary tree operations, including search, add, delete node and so on
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1363
    • 提供者:chenjy
  1. Structure

    0下载:
  2. 数据结构是计算机学科的一门核心课程。数据结构课程的 任务是讨论现实世界中数据的各种逻辑结构、在计算机中的存 储结构以及实现各种操作的算法等问题。掌握如何组织数据、 如何存储数据和如何处理数据的基本方法,从而更好地进行软 件开发和应用。 典型数据结构包括表、堆栈、队列、数组、串、树、二叉 树、图、递归程序设计、排序和查找方法,介绍的典型存储结 构包括顺序存储结构、链式存储结构以及这两种典型存储结构 的结合。本速查器采用C语言作为算法描述语言,所有算法和 设计
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:157446
    • 提供者:袁和平
  1. ercahshu

    0下载:
  2. 树型结构和现实中的具有层级特点的问题的解决有很大关系,但并不局限于此.至于应用实例,可以有所谓二叉排序,查找算法,还有比如哈弗曼树等等.本ppt详细的介绍了二叉树结构,遍历等问题。 -Tree structure and the reality of the characteristics of the problem with the level there is a great solution, but not limited to this. As for example, you
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:148386
    • 提供者:pengyang
  1. BinarySearchTree

    0下载:
  2. 二进制数据检索树,实现二进制数据库检索功能。-Binary tree data retrieval, database search function binary implementation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:28020
    • 提供者:msd
  1. 7

    0下载:
  2. 二叉树排序代码,动态生成二叉树,进行动态查找-Binary tree sort code, dynamically generated binary tree, dynamic search
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:634
    • 提供者:zhengcaiyi
  1. ConvertLength

    0下载:
  2. VC++编的查找最小二叉树的算法 很简洁 效率很高 是不可多得的好代码-VC++ for the smallest binary tree search algorithm is very simple and efficient is a good source rare
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:2380
    • 提供者:黄金
  1. 222

    0下载:
  2. 实现了二叉树的相关操作,大致包括如下内容:1 建树 2 各种遍历:前序 中序 后序 层次遍历 3 搜索 4 插入 5 删除 6 显示等。 -Related to the achievement of a binary tree operation, generally include the following: 1 contribution to the various traverse 2: pre-order level in the traversal sequence after
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:183758
    • 提供者:shixuping
  1. erchashu

    0下载:
  2. 二叉树的查找与构成及其形成原理,对于二叉树的查找原理!-Find the tree and its form and principle, the principle of the binary tree search!
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2261903
    • 提供者:lisiyao
  1. AVL.doc

    0下载:
  2. 次代码是实现平衡二叉树的数据结构算法。参考的是严蔚敏c和c++数据结构书上的思想。经过调试可以连续实现删除、插入、查找算法-Sub-code is to achieve a balanced binary tree data structure algorithms. Reference is Yan Wei-Min c and c++ data structure book ideas. Debugging can be achieved through a continuous delete
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:8507
    • 提供者:liuhua
  1. chazhao

    0下载:
  2. 此程序书用VC开发的数据结构里的查找算法,有更新二叉树,查找结点,增加结点,删除结点等功能-This program developed in the book with the VC data structure where the search algorithm, an updated binary tree to find nodes to increase the node, delete node functions
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:317695
    • 提供者:王瑞卿
  1. Search_matrix_based_on_the_adaptive_anti_collision

    0下载:
  2. 提出一种基于搜索矩阵的自适应防碰撞算法.该算法有效利用碰撞信息,通过构造搜索矩阵,克服自适应 二又树搜索算法逐位搜索效率低的缺点.同时提出碰撞堆栈的概念,根据时隙状态,来自适应调整搜索路径,从而 减少碰撞和空闲时隙数以及传输的比特量.理论和仿真实验表明,该算法有效实用,可有效减少识别时间,提高搜 索效率-Presents a matrix of adaptive search-based anti-collision algorithm. The algorithm is the e
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:241718
    • 提供者:吴晓彦
  1. sj

    0下载:
  2. 数据结构完整实现代码,包括线性表,栈,队列,树,二叉树,图,查找,排序-Data structure to achieve a complete code, including linear tables, stacks, queues, trees, binary tree, graph, search, sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:204803
    • 提供者:lt
  1. erchashu.txt

    0下载:
  2. 包括二叉树的建立和查找,是查找算法的一种,大家可以看看,参考一下。-Including the establishment of a binary tree and search is a search algorithm, we can see that reference.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:643
    • 提供者:zhangfei
  1. zhubianli

    0下载:
  2. 实现树的创建算法,创建一个至少包含3层,8个结点的二叉树,并对此树实现先中后序的递归遍历算法。输出三种遍历结果。再实现一个叶子结点查找算法,判断一个给定的数值是否在此树中作为叶子结点。-To achieve the creation of the tree algorithm, to create at least a three-layer, 8 nodes of a binary tree, and after this tree in order to achieve the first
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:32234
    • 提供者:张倩
« 1 2 ... 24 25 26 27 28 2930 31 32 33 34 »
搜珍网 www.dssz.com