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

搜索资源列表

  1. rb-tree

    0下载:
  2. 实现了rb-tree的演示和搜索,可以用于日常算法的学习之用-Rb-tree to achieve a demonstration and a search algorithm can be used for day-to-day learning
  3. 所属分类:Search Engine

    • 发布日期:2017-03-30
    • 文件大小:95094
    • 提供者:叙事
  1. sift-1.1.1_20071108_win

    0下载:
  2. Rob Hess的SIFT算法的C语言实现(基于OpenCV),金字塔采样和高斯差分提取特征点,K-D树寻找同名点,RANSAC去粗差-Rob Hess of the SIFT algorithm C language (based on OpenCV), sampling and Gaussian pyramid differential extraction of feature points, KD tree search for points of the same name, RANS
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:448526
    • 提供者:lonfan
  1. Searchtree

    0下载:
  2. 用c语言编写的遍历搜索树的程序,在选择路径问题上可以应用.-Using c language search tree traversal procedures, the choice of the path can be applied to the issue.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:53474
    • 提供者:任彦丰
  1. treelinkedlist

    0下载:
  2. 本程序的实现是要实现二叉查找树的内容,实现二叉查找树的插入好删除,查找等工作,让我们可以轻松的实现二叉查找树-This procedure is to achieve the realization of binary search tree of content, the realization of binary search tree insertion deletion good to find work so that we can easily achieve the binary
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:25491
    • 提供者:caizc381
  1. AvlTree

    0下载:
  2. 平衡树:AVL树的是一种平衡的二叉搜索树。每次插入,删除的时候需要一个局部的平衡化操作-Balanced tree: AVL tree is a balanced binary search tree. Each insertion, deletion, when the need for a balance of local operation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:196908
    • 提供者:沐夕
  1. LinkedBinTree

    0下载:
  2. 数据结构二叉树的功能实现, 比如在二叉搜索树上查找或者删除一个结点。-Binary tree data structure to achieve the function, for example, in binary search tree to find or delete a node.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:5553
    • 提供者:刘星
  1. rtree

    0下载:
  2. R-tree用于索引多维数据对象,利用数据对象间的相对位置建立最小边界矩形(MBR),可在此结构上完成高效查询算法如kNN与范围查询-R-tree Index for multi-dimensional data objects, using data objects between the relative position of the establishment of the minimum boundary rectangle (MBR), this structure can be c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:86133
    • 提供者:juicewall
  1. f

    0下载:
  2. 一些查找的程序,第一个是二叉查找树,后面两个是其扩展-Some find the procedure, the first is a binary search tree, behind two of its expansion
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:887740
    • 提供者:hc
  1. BST_path

    0下载:
  2. 二叉搜索树求每个结点到根节点的路径 非递归的先序,中序,后序遍历-Binary search tree for each node to the root path of the first non-recursive sequence, in order, after the traversal
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:399715
    • 提供者:pany
  1. tree

    2下载:
  2. 查找序列以带头结点的单链表表示,各结点中设一个访问频度,初始值为 0,每次查找成功后该结点频度值增加 1。试给出算法,在每次查找后查找序列均按访问频度从大到小排列。 -Find a sequence of nodes in order to take the lead in a single list that each node in a visit to the frequency, the initial value of 0, after the success of each to
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:15452
    • 提供者:zxm
  1. BinaryTree

    0下载:
  2. 二叉搜索树的实现,代码来自北大赵海燕老师编著的数据结构与算法。-Binary search tree realization of the code from the Beijing University teacher Zhao Haiyan edited data structure and algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3812
    • 提供者:张淼
  1. binSearchTree1

    0下载:
  2. 二叉搜索树的基本操作,可查找插入删除建立的二叉搜索树以广义表给出-Binary search tree s basic operation, can be inserted to find the deletion of the establishment of the binary search tree to table gives a broad sense
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:8941
    • 提供者:王祥
  1. orderTree

    0下载:
  2. 1.编制构建二叉排序树的程序,并使用一组数据进行验证。 2.实现二叉排序树的查找算法,计算一组输入数据的查找长度。 3.编制构建平衡二叉树的程序,计算一组输入数据的查找长度 . 程序执行的命令包括: (1)输入构造二叉搜索树的文件名来构造二叉排序树 (2)输入要进行查找的文件名 (3)由计算机终端显示各个数据的查找长度和总的查找长度、平均查找长度 (4)结束 -1. Preparation of building a binary sort tree procedur
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2498
    • 提供者:sanghy
  1. kdtree

    0下载:
  2. 用matlab编写的k-dtree,加快搜索,在点云拼合中应用广泛。-Matlab prepared with k-dtree, to speed up the search, put together in the point cloud in a wide range of applications.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:302547
    • 提供者:翟乐
  1. tree-structure

    0下载:
  2. 该软件构建了一个二叉树,可以达到在存储数据的时候使用二叉树的规则进行存储,以便在查找的时候比较方便-The software to build a binary tree can be achieved when the stored data in the use of binary tree to store the rules in order to search more convenient time
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:6986
    • 提供者:张三
  1. Bin盲rer_Suchbaum

    0下载:
  2. representation of a binary search tr-representation of a binary search tree
  3. 所属分类:其他小程序

    • 发布日期:2017-04-14
    • 文件大小:3522
    • 提供者:rapalot
  1. optimalBinarySearchTree

    0下载:
  2. 最佳二元收尋樹 自己寫的作業 給剛入門的學生 參考用-The best binary search tree written in their own operations just give students entry-reference
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:43895
    • 提供者:許皓東
  1. Search

    0下载:
  2. 文档包含两个程序,第一个实现了希尔排序、快速排序、堆排序、折半查找。第二个实现了二叉树查找。均包含源码和一组测试结果。-Document contains two procedures, the first implementation of the Hill sort, quick sort, heap sort, binary search. The second implementation of the binary tree search. Contains the source co
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:9042
    • 提供者:shuiyeshan
  1. datasturct2

    0下载:
  2. 包含选择排序法,插入排序法,二叉树排序法,以及冒泡排序法。-this pakcet includes the program about Selection Sort Insertion Sort Binary Search Tree Bubble Sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:4881
    • 提供者:niwenjuan
  1. ch06

    0下载:
  2. 我們的注意焦點要轉到搜尋樹(search tree)了,要深度討論兩種標準的樹結構(tree structure),就是本章所要說明的二元搜尋樹(binary search tree)以及下一章所要討論的 AVL 平衡樹(AVL tree)。這兩種樹其資料都依序排列的,它們之間的差別只在於 AVL 是一種平衡樹,而二元搜尋樹卻不是。-We want to focus the attention of the search tree (search tree), and want to discu
  3. 所属分类:Project Design

    • 发布日期:2017-04-26
    • 文件大小:47423
    • 提供者:李南
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com