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

搜索资源列表

  1. code

    0下载:
  2. 本程序采用二叉树的数据结构,,以作为家谱成员及信息(profile)的存储结构,,个人信息包括姓名,,性别,配偶,出生,死亡日期等,,还包括人物编号ID,,附加信息(便于以后扩展需要),以二叉树的遍历搜索,修改,增加,删除等作为核心算法,,并通过MFC界面显示出来,,以windows树结构来展示底层的家谱信息.-family tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:12524
    • 提供者:符永顺
  1. tree

    0下载:
  2. 搜索二叉树算法,来自大学C语言教程,经典的算法。是结构体的一种有效利用。-serch tree
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:668
    • 提供者:王计林
  1. AVLtree

    0下载:
  2. AVL标准平衡二叉树的模板,运用三种顺序搜索方法构建-Standard AVL balanced binary tree template, constructed using three kinds of sequence search method
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:590451
    • 提供者:ethan
  1. class_presentation_Btree

    0下载:
  2. 是一种多路搜索树(并不是二叉的): 1.定义任意非叶子结点最多只有M个儿子;且M>2; 2.根结点的儿子数为[2, M]; 3.除根结点以外的非叶子结点的儿子数为[M/2, M]; -Is a multi-way search tree (not binary in): 1. The definition of any non-leaf node at most M son and M> 2 2. The son of the root n
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:59551
    • 提供者:korbon
  1. STL

    0下载:
  2. 详细的讲述一些C排序的函数 STL 几乎封装了所有的数据结构中的算法,从链表到队列,从向量到堆栈,对hash 到二叉树,从搜索到排序,从增加到删除-Describe in detail the function of some sort STL C encapsulates almost all of the data structure algorithms, from the list to the queue, from the vector to a stack of hash to
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:195065
    • 提供者:汪柏胜
  1. 0

    0下载:
  2. c写的二叉树 包括二叉树的建立并用深度优先算法进行搜索-I hope it will help you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1123
    • 提供者:成杰
  1. tree

    0下载:
  2. 描述一个树形结构,类似于一个二叉树结构,便于搜索和树的生成。-To Descr iption a tree struct。
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:11675
    • 提供者:刘俊
  1. BinaryTree

    0下载:
  2. 二叉树的各种操作,包括插入,删除,遍历,搜索等-BinaryTree
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1070967
    • 提供者:wangpeisong
  1. main

    0下载:
  2. 数据结构中二叉树的递归非递归遍历搜索查找-Recursive binary tree data structure search to find non-recursive traversal
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1925
    • 提供者:eva
  1. experiment

    0下载:
  2. C++语言用类实现二叉树递归非递归遍历搜索查找-C++ language implementation with a class of recursive binary tree search to find non-recursive traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3355
    • 提供者:eva
  1. data-structure

    0下载:
  2. 数据结构的二叉树作业,实现了前序、后序、中序的搜索。以及树的建立-simple code
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:321000
    • 提供者:顾闻捷
  1. a-binary-tree-search-algorithm

    0下载:
  2. 在对二叉树存储结构进行分析的基础上,介绍二叉树遍历算法的一种应用,即基于求解二叉树深度算法设计实 现的搜索二叉树中最长路径的算法。这里详细介绍了搜索二叉树中最长路径问题的分析解决思路,在对可能的预期结果进 行分析的基础上,给出了算法的设计方案,同时给出了具体的C语言算法描述。-By analyzing the storage structure of binary tree,a kind of application of binary tree traversal algorithm,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:262323
    • 提供者:陈晓娟
  1. DataStruct_MFC_WinMain_SortMethod

    0下载:
  2. MFC中winmain详解,c++各种排序算法以及二叉树,搜索树,红黑树及其他数据结构的实现-Detailed in winmain MFC, c++ various sorting algorithms and binary search trees, red-black tree implementation of data structures and other
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1679598
    • 提供者:张翔
  1. huisufa

    0下载:
  2. 回溯法是一个既带有系统性又带有跳跃性的搜索算法,它在问题的解空间树中按深度优先策略,从根节点出发搜索解空间树。回溯法求问题的所有解时,要回溯到根,且根节点的所有子树都已被搜索遍才结束。回溯法求问题的一个解时,只要搜索到问题的一个解就可以结束。使用回溯法解决n皇后问题时,用完全二叉树表示解空间,用n元组x[1:n]表示,其中x[i]表示皇后i放在棋盘的第i行的第x[i]列,根据规则任何2个皇后不放在同一行或同一列或同一斜线上,则可以得到等式关系,由此可以进行解决问题。-Backtracking
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:558
    • 提供者:ss
  1. datastucture

    0下载:
  2. 数据结构与算法的资料,各种ppt及文档,主要内容有树与二叉树、c深广度搜索、稀疏矩阵在实际问题上的应用-files of data structure,including ppts and documents,and its application in realistic problems
  3. 所属分类:Data structs

    • 发布日期:2017-06-02
    • 文件大小:14466110
    • 提供者:ding
  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. bTree

    0下载:
  2. 这是一个二叉树的工程文件,包括了工程文件里的所有文件。以及二叉树的构建,traverse,搜索等功能函数。-This file contains a summary of what you will find in each of the files that make up your bTree application.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:198271
    • 提供者:Anhui Huang
  1. bitree

    0下载:
  2. 一个简单的遍历二叉树的示例程序,搜索并在屏幕上显示-A simple example of binary tree traversing procedures, search and display on the screen
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:927
    • 提供者:Chouchou Feng
  1. kdtree

    0下载:
  2. 实现二叉树建立,前序、中序、后序、深度等搜索功能-To achieve the establishment of a binary tree, the former in depth search
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:697570
    • 提供者:499315384
  1. 5.21DFS

    0下载:
  2. 深度优先搜索实现的二叉树深度判断,源码在vc6.0下编译通过。-DFS searching to measure the depth of the binary tree.and the code is compilled successfully in VC6.0.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:213360
    • 提供者:刘华山
« 1 2 ... 7 8 9 10 11 1213 14 15 »
搜珍网 www.dssz.com