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

搜索资源列表

  1. 文件中字符串的查找与替换2

    0下载:
  2. 用比较高级的算法实现文件中字符串的查找与替换
  3. 所属分类:其他小程序

    • 发布日期:2008-04-27
    • 文件大小:39424
    • 提供者:xindiandian
  1. KMP查找法

    0下载:
  2. 方便快捷地实现目标的查找,是高速度的优化查找算法-convenient manner to achieve the goal of discovering, is the optimization of high-speed search algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2793
    • 提供者:李乐
  1. H[1].264解码器中CAVLC码表查找算法的改进

    0下载:
  2. H.264解码器中CAVLC码表查找算法的改进.PDF-H.264 decoder CAVLC code table lookup algorithm improvements. PDF
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:92166
    • 提供者:罗生
  1. AdvTree

    0下载:
  2. 高等树控件,带有源代码,查找速度和数据量可以非常大,是一个难得的好的查找算法-Search based on tree.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:37677
    • 提供者:xunen dong
  1. erfenchazhaosuanfa

    0下载:
  2. 二分查找算法,觉得非常有意义,不是每个人都需要,但需要时很急人-two hours to search algorithm, very meaningful, not everyone needs, but people need urgent
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:959
    • 提供者:飘飘
  1. binarysearch

    0下载:
  2. 问题的提出:编写程序对数据序列采用二分查找法和顺序查找法查找元素的下标,要求使用类模板实现(其中二分法查找算法要求用递归实现,给定数据序列有序)。-Of the problem: the preparation of procedures for the data sequence using binary search method and the order of search law search element subscr ipt, require the use of class t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:9158
    • 提供者:王清
  1. 111

    0下载:
  2. 实现折半查找算法,实现直接插入排序、希尔排序(选做)、起泡排序、快速排序、简单选择排序和堆排序(选做)等算法
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2936
    • 提供者:
  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. FilterTest (2)

    0下载:
  2. 高效的关键字过滤及查找算法(Trie KO Hash)FilterTest(Trie KO Hash FilterTest)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:37888
    • 提供者:MEHUANG
  1. 二分法查找算法C源码

    0下载:
  2. 此程序可实现二分查找算法,采用的是C编程。(This procedure can achieve two points search algorithm, using C programming.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:11264
    • 提供者:xihananhai
  1. 算法第4版

    0下载:
  2. 包括了排序、查找、分类等目录下的各种算法,内容丰富,可钻研性高。唯一的问题是习题并没有答案。(Algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:89542656
    • 提供者:marquisire
  1. c二叉查找树

    0下载:
  2. 二叉树查找算法,是c数据结构的内容比较难做我做了很长时间才做出来(Two tree search algorithm, C data structure is more difficult to do, I have done a long time to do it)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:452608
    • 提供者:tianyudizhua
  1. 两个算法

    0下载:
  2. 实现了两种搜索算法,进行矩阵运算,可以在矩阵上查找出需要的若干行(Two kinds of search algorithms are realized and matrix operation is carried out)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:14295040
    • 提供者:lyfdamon
  1. 散列查找

    0下载:
  2. 文件包含散列查找的C++代码以及说明文档。散列查找是一种高效的查找算法。代码中使用了类模板,可作为大型项目的查找接口。(The file contains hashed lookups for C ++ code and documentation. Hash search is an efficient search algorithm. Class code is used in the code as a lookup interface for large projects.)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:52224
    • 提供者:启明jun
  1. 基于二分查找的有序符号表

    0下载:
  2. 基于平行数组与二分查找的有序符号表是《算法》中的经典查找算法,本程序使用 Python 语言,实现有序符号表。 ST.py 包含两个类,ST 和 OrderedST。 ST是无序的符号表,基于链表实现。按照顺序将键值对插入链表。 OrderedST 则是基于平行数组的有序符号表。在进行查找的时候,使用 二分查找 算法。(The ordered symbol table based on parallel array and two point lookup is the classic
  3. 所属分类:其他

  1. 查找算法

    0下载:
  2. 分析对比顺序查找和折半查找法的特点,并分析算法时间复杂度;以及哈希表的构造与查找,利用开放 地址法函数处理机制;(Two point lookup method and hash function processing mechanism)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:126976
    • 提供者:SUSHAN666
  1. 02二叉排序树_BinarySortTree

    0下载:
  2. 二叉排列树的查找算法,《大话数据结构》里面的。(Lookup algorithm, balance two forked tree, big talk data structure inside.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-18
    • 文件大小:1024
    • 提供者:kingtree
  1. some sort and selection algorithms

    0下载:
  2. 三种排序算法和两种查找算法,可直接打开,编译运行。没有错误(some sort and selection algorithms)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:射鲸少年
  1. 二分查找与分制算法

    0下载:
  2. 二分查找与分制算法题解常见题型解决方案2018_3_18(Binary search and division algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-03
    • 文件大小:7168
    • 提供者:萌宝宝
  1. AVL

    1下载:
  2. 实现AVL 存储结构的建立(插入)、删除、查找算法,并反映各种旋转变化。(Implements the establishment (insertion), deletion, and search algorithms for AVL storage structures and reflects various rotation changes.)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:2048
    • 提供者:唯唯王
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com