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

搜索资源列表

  1. visKDTree

    0下载:
  2. KD树的程序,实现从2维到k维的数据检索。kd树(k维搜索树)是把二叉树搜索树推广到多维数据的一种主存数据结构。kd树是一个二叉树,他的内部节点由一个相关联的属性a和一个值v,它将数据点分成两个部分:a值小于v的部分和a值大于等于v的部分。由于所有的维的属性在层间循环,所以树在不同层上的属性是不同的。-KD tree program, from a 2-D to k-dimensional data retrieval. kd Tree (k-dimensional search tree) i
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:821257
    • 提供者:曾真
  1. algorithm2

    0下载:
  2. 随机生成n个关键字,求最优二叉查找树的平均cost,按不同的关键字插入顺序求对应红黑树的平均cost。-N randomly generated keywords, find the optimal binary search tree, the average cost, according to the order of different keywords into the red-black tree corresponding to the average seek cost.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2050
    • 提供者:erevus
  1. BST

    0下载:
  2. this project is a Binary Search Tree project
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-26
    • 文件大小:15680
    • 提供者:siyavash
  1. BinaryTreeSort

    0下载:
  2. 二叉搜索树算法,分析详解,包括树的生成,排序,搜索,和查询还有删除。-Binary search tree algorithm, Detailed analysis, including the generation of the tree, sorting, searching, and query also deleted.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:163217
    • 提供者:tin
  1. hash

    0下载:
  2. 采用六种数据结构(数组、链表、STL、箱、二分查找树、位向量),实现统计存储若干个随机数所需要的时间。-Using six data structures (arrays, lists, STL, containers, binary search tree, bit vector), to achieve a number of statistical random number stored in the time required.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:323233
    • 提供者:songyanna
  1. erfen

    0下载:
  2. 二分查找,内容包括:二叉排序树及构造 平衡二叉树的查找、插入及旋转 hash表的构造及查找 -Binary search, including: binary search tree and construct a balanced binary tree search, insert and rotate the structure and find the hash table
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:42953
    • 提供者:分析学习
  1. phonelistBST

    0下载:
  2. 以binary search tree來建構電話簿,提供使用者增加、刪除、顯示、搜尋等功能。-Use binary search tree to construct the phone list, providing the user functions such as "add, delete, display, and search ".
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2205
    • 提供者:ace
  1. scoresys

    0下载:
  2. 学生成绩管理系统 学生成绩管理是高等学校教务管理的重要组成部分,主要包括学生注册、考试成绩的录入及修改、成绩的统计分析等等。设计一个系统实现对学生成绩的管理。 要求系统应具有以下基本功能: (1)学生注册登记; (2)增加、删除某一班级的学生; (3)成绩录入:输入学生的考试成绩(要求采用二叉排序树存放学生成绩,一门课程对应一棵二叉排序树); (4)成绩修改:若输入错误可进行修改; (5)统计分析:对某个班级学生的单科成绩进行统计,求出平均成绩;求出成绩处于指定
  3. 所属分类:Education soft system

    • 发布日期:2017-05-04
    • 文件大小:1170983
    • 提供者:fairybroken
  1. bulid

    0下载:
  2. 输入一串数字,创建二叉排序树,并对二叉排序树进行中序遍历,即可以对这串数字排序-Enter the string of numbers, create a binary search tree and binary search tree in order traversal, this string of numbers that can be sorted
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:641
    • 提供者:王弘扬
  1. BinarySearchTree

    0下载:
  2. Implementation of Binary Search Tree ADT
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:29734
    • 提供者:Ghedeon
  1. Binary_sort_tree

    0下载:
  2. 撰写一个程序,能够构建字符串型的二叉排序树并在二叉排序树中查找节点。 所谓二叉排序树,简而言之,是一个每个节点可指向 0、1 或 2 个节点的递归的数据结构。最上层的一个节点称为树根。二叉排序树服从凡是比当前节点小的值都在其左下方,比当前节点大的值都在其右下方的规律。该规律不仅适用于树的局部,也适用于整棵二叉排序树。-Write a program to build string of binary sort tree and binary sort tree to find nodes.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:745
    • 提供者:王石
  1. DottyBST

    0下载:
  2. data structure example. it teaches you how binary search tree works.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1301
    • 提供者:charlie
  1. AVl_Tree

    0下载:
  2. AVL平衡树,是一种很有效率二叉搜索树,利用它可以的旋转功能可以很方便的构造,很快的查找-AVL balanced tree is a very efficient binary search tree, it can use the rotation function can be constructed easily, quickly find
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2242916
    • 提供者:yinzengchun
  1. btree

    0下载:
  2. B树,是一种很有效率二叉搜索树,利用它可以的旋转功能可以很方便的构造,很快的查找 数据结构-B-tree is a very efficient binary search tree, it can use the rotation function can be constructed easily, quickly find the data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:243442
    • 提供者:yinzengchun
  1. BUC

    0下载:
  2. BUC算法,数据库一种重要的查询算法。利用AVL平衡树,是一种很有效率二叉搜索树,利用它可以的旋转功能可以很方便的构造,很快的查找 数据结构-BUC algorithm, an important database search algorithm. Use of AVL balanced tree is a very efficient binary search tree, it can use the rotation of the structure can be easily,
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1464916
    • 提供者:yinzengchun
  1. bst

    0下载:
  2. c++ source code of binary search tr-c++ source code of binary search tree
  3. 所属分类:TreeView

    • 发布日期:2017-04-13
    • 文件大小:1622
    • 提供者:raj
  1. bst

    0下载:
  2. 二叉查找树的源代码,包含查找,插入,删除-Binary search tree source code, including search, insert, delete, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1462
    • 提供者:
  1. BST

    0下载:
  2. 一个二分查找树的源码,可以实现了增加,删除,插入等节点操作,并且比较简单,适合初学者-A binary search tree source code, can be achieved to add, delete, insert other node operations, and relatively simple, suitable for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:255489
    • 提供者:qiu
  1. bsttree

    0下载:
  2. 二叉排序树的插入和查找,建立一个新的二叉排序树-Binary search tree insertion and search, create a new binary search tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:664
    • 提供者:陈鹏程
  1. AVL

    0下载:
  2. 数据结构 严蔚敏老师书中平衡二叉排序树AVL的实现,添加了书中缺少的部分,包括右平衡操作和最难的删除操作。-Yan Wei-min data structure teacher book AVL balanced binary search tree implementation, adding an integral part of the book, including the right balance of the operation and remove the most diffic
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1749
    • 提供者:杨波
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 34 »
搜珍网 www.dssz.com