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

搜索资源列表

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

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

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

    0下载:
  2. 構造一個散列表,選擇適當的散列函數和解決碰撞的方法,實現插入、刪除和查找算法-to construct a hash table, hash function and select the appropriate method to resolve collisions achieve insert, delete, and search algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1175
    • 提供者:徐俊龙
  1. Findfile

    0下载:
  2. Findfile 利用递归算法查找文件的例子,d5及以上支持-Findfile use recursion algorithm search document example, d5 and above supports
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:8673
    • 提供者:彭广
  1. Fibonacci_search_algorithm

    0下载:
  2. 用C++写的Fibonacci 查找算法的实现,可以稍作修改当成标准的C程序用。-With C++ Written Fibonacci search algorithm can be slightly amended C as standard procedure used.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:8144
    • 提供者:
  1. 2fen

    0下载:
  2. 使用VC6.0对C语言折半查找算法的 实现-Use VC6.0 half of the C language implementation of search algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:166854
    • 提供者:严海
  1. Student

    0下载:
  2. 学生管理系统 根据指定学生个数,逐个输入学生信息; (2) 逐个显示学生表中所有学生的相关信息; (3) 给定一个学生信息,插入到表中指定的位置; (4) 删除指定位置的学生记录; (5) 统计表中学生个数; (6) 利用直接插入排序或者折半插入排序按照姓名进行排序; (7) 利用快速排序按照学号进行排序; (8) 根据姓名进行折半查找,要求使用递归算法实现,成功返回此学生的学号和成绩; (9) 根据学号进行折半查找,要求使用非递归算法实现,成功返回此学生的姓
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:2282
    • 提供者:mianhuatang
  1. BinarySearch

    0下载:
  2. 简单的二分查找算法,用java语言实现,-A simple binary search algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:4351
    • 提供者:zhengxuncan
  1. summary_of_embeded-c_writting_exam

    0下载:
  2. 本人参加N次嵌入式C语言笔试后总结的考点,包括sizeof,volatiled,查找算法等,附标准答案;-summary of embeded-c writting exam
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:24552
    • 提供者:韩广辉
  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-01
    • 文件大小:643
    • 提供者:zhangfei
  1. find

    0下载:
  2. 本文中列出了几种查找算法源码,例如快速查找,折中查找等等!-This article lists the source of several search algorithms, such as Quick Search, a compromise to find more!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:3115
    • 提供者:端木玺
  1. FIND

    0下载:
  2. 数据结构:查找表的逻辑结构和存储结构。实现折半查找算法:建立一棵二叉排序树,输入给定值,在该二叉排序树查找,如不存在该值,则在二叉排序树中插入;如存在该值,则返回节点;实现删除找到节点的算法。-Data structures: a lookup table of the logical structure and storage structure. Binary search algorithm: the establishment of a binary sort tree, enter t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1973
    • 提供者:陈小默
  1. avl-0.4.tar

    0下载:
  2. 基于avl数的查找算法,实现快速查找。并且可以将查找信息输出。-Based on the the avl number lookup algorithm, quickly find. And you can find information output.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:15495
    • 提供者:max
  1. FilterTest (2)

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

    • 发布日期:2017-12-25
    • 文件大小:37888
    • 提供者:MEHUANG
  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. 文件包含散列查找的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. some sort and selection algorithms

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

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:射鲸少年
  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 »
搜珍网 www.dssz.com