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

搜索资源列表

  1. chazhao

    0下载:
  2. 折半查找算法的递归算法,采用顺序方式存储。完整的程序-Recursive algorithm binary search algorithm, using the order stored. Complete program
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:743
    • 提供者:changqianqian
  1. shujujiegou

    0下载:
  2. 数据结构中几种查找算法及一些说明-Data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:58742
    • 提供者:张建
  1. search_in_part

    0下载:
  2. 这个程序的功能是能够实现分块查找,优化查找算法,加快查找时间-This program is the ability to realize block search, optimization search algorithm, to speed up search time
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1339
    • 提供者:Roslynn
  1. Match

    1下载:
  2. 基于sift的图像间匹配点查找算法,经测试可以可以适应各种图像状况(包括各种仿射变换)。-Sift-based image matching points between the search algorithm, the tests can be adapted to a variety of image conditions (including affine transformation.)
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4097225
    • 提供者:matchless
  1. chazhao

    0下载:
  2. 1:折半查找算法的思想及实现。 2:掌握二叉排序树,AVL树的查找,插入,删除,建立算法的思想及实现 3:存储结构的思想,能选择合适散列函数,实现不同冲突处理方法的散列表的查找,建立 -1: The binary search algorithm and the realization of the idea. 2: The master binary sort tree, AVL tree search, insert, delete, create the idea of the
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:85113
    • 提供者:王博
  1. MergeSortBinSearch

    0下载:
  2. 一个归并排序算法的实现,还有一个二分查找算法的实现。-A merge sort algorithm, there is a binary search algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:941
    • 提供者:wensen
  1. fenkuaichazhao

    2下载:
  2. 试编写利用折半查找确定记录所在块的分块查找算法。 提示:1. 读入各记录建立主表; 2. 按L个记录/块建立索引表; 3. 对给定关键字k进行查找; 测试实例:设主表关键字序列:{12 22 13 8 28 33 38 42 87 76 50 63 99 101 97 96},L=4 ,依次查找K=13, K=86,K=88 -Trial preparation records using binary search to determine where the bl
  3. 所属分类:Data structs

    • 发布日期:2014-12-20
    • 文件大小:1024
    • 提供者:zhongkeli
  1. binarysearch

    0下载:
  2. 二分查找算法.实际有效的一个程序源代码。经过自己的调试,有详细说明。-binary search 。I have make the introduction in it .
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:577435
    • 提供者:叶一力
  1. hash

    0下载:
  2. 哈希算法,,一次查找要找的数据,,非常有效的查找算法-haxi,,seach the data you want only use one time
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2063
    • 提供者:王曲
  1. erfenfa

    0下载:
  2. 编写程序对数据序列采用二分查找法和顺序查找法查找元素的下标,要求使用类模板实现(其中二分法查找算法要求用递归实现,给定数据序列有序)-Programming data sequence using binary search and sequential search method to find the next element standard, requires the use of class templates (which use a recursive binary search
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:10666
    • 提供者:dxq
  1. MIT_AI_lec_02

    0下载:
  2. 麻省理工人工智能讲义2 关于人工智能领域相关数据结构,查找算法-MIT AI Lecture 02 search algorithm (tree graph ect.) Search plays a key role in many parts of AI. These algorithms provide the conceptual backbone of almost every approach to the systematic exploration of altern
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-26
    • 文件大小:1977344
    • 提供者:dayuan
  1. binary_search_and_hash

    0下载:
  2. 二分查找算法及hash算法的实现,文中提供了实现方式的实例-binary search and hash
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2446
    • 提供者:cxl
  1. da

    0下载:
  2. 排序和查找算法检测程序,统计元素移动和比较次数-Sorting and searching algorithms testing procedures, statistics and comparison of the number of mobile elements
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:6235
    • 提供者:陈飞
  1. hash

    0下载:
  2. hash表算法,散列的应用,高效率的存储查找算法-hash table algorithm, the hash of the application, the good
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2379408
    • 提供者:zhangxiaohu
  1. binary-search

    0下载:
  2. 数据结构 查找中的折半查找 算法 源代码-binary search binary search
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2908
    • 提供者:陈元元
  1. Find

    0下载:
  2. 实现了一些基本的查找算法有顺序查找、折半查找、二叉排序树上的查找算法-Look to achieve some basic sequential search algorithm, binary search, binary tree search algorithm sorting
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:605737
    • 提供者:liqiang
  1. 01

    0下载:
  2. C++十分查找算法 只要数组中有目标对象存在,是一定可以查找到目标对象-C++ is the search algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:545
    • 提供者:CiF
  1. rand

    0下载:
  2. 基础排序算法实现,带随机数据生成,包括插入、冒泡、快排、堆排……等各种排序算法及个别查找算法,希望对算法初学者有一定帮助-Based sorting algorithm, with random data generation, including the insertion, bubble, fast row, row ... ... and other heap sorting algorithm and individual search algorithm, I hope the alg
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:495323
    • 提供者:leonfan
  1. commonsubstring

    0下载:
  2. 最长公共子串查找算法实现。利用数码管方式构造子串,完成穷举搜索。-Longest Common Substring search algorithm. The use of digital control mode constructor string, completed an exhaustive search.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:166859
    • 提供者:黄诚
  1. block

    1下载:
  2. 利用折半查找确定记录所在块的分块查找算法. 读入各记录建立主表,按L个记录/块建立索引表, 对给定关键字k进行查找-Use binary search to determine where the block record block search algorithm. Read into the record to establish the main menu, press L record/block index table, k for a given keyword searc
  3. 所属分类:Data structs

    • 发布日期:2016-12-08
    • 文件大小:1024
    • 提供者:何苗
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com