CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 查找算法

搜索资源列表

  1. BISEARCH

    0下载:
  2. 二分查找算法的源代码,可以在BC、TC、VC++上运行
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:898
    • 提供者:zt
  1. HASH

    0下载:
  2. 哈希查找算法的源代码,可以在BC、TC、VC++上运行
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1010
    • 提供者:zt
  1. word_match

    0下载:
  2. 单词查找程序,包括带通配符的查找,算法采用了正则表达式。-Word search program, including with wildcard search, the algorithm using regular expressions.
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:1886
    • 提供者:fangshijie
  1. Binary-search-algorithm

    0下载:
  2. 二分查找算法,vc6.0编写,控制台程序-Binary search algorithm, vc6.0 writing, the console program
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:10674
    • 提供者:guan
  1. RFID

    0下载:
  2. 一种RFID识别算法的模拟,模拟了采用多叉树存储的数据如何快速查找的过程,可以在VC++下运行。-An RFID identification algorithm simulation, simulation of a multi-tree storage of data is how to quickly find the process can run VC++ under.
  3. 所属分类:Console

    • 发布日期:2017-11-16
    • 文件大小:366517
    • 提供者:lzm
  1. Sunday

    0下载:
  2. 用于执行查找的sunday 算法,改算法实现起来还是效率比较的高-The sunday algorithm used to perform a lookup, change algorithm efficiency
  3. 所属分类:Console

    • 发布日期:2017-11-11
    • 文件大小:1338
    • 提供者:文波
  1. SPFA

    0下载:
  2. 一种高效的最短路径算法,适用于稀疏矩阵下的电影最短路径查找-An efficient shortest path algorithm suitable for sparse matrix movie shortest path lookup
  3. 所属分类:Console

    • 发布日期:2017-11-19
    • 文件大小:240692
    • 提供者:lihang
  1. Navigation

    0下载:
  2. 地图信息查找整理程序。从固定dat地图信息文件中读取信息,进行信息的处理,并采用多种查找排序算法进行处理。-Map Find finishing process. Map information from a fixed dat file to read information, information processing, and using a variety of search sorting algorithm for processing.
  3. 所属分类:Console

    • 发布日期:2017-12-08
    • 文件大小:2861585
    • 提供者:沈岩
  1. DLinkedList

    0下载:
  2. 双链表的定义和插入算法,双链表的定义,删除,插入和查找算法-Doubly linked list of definitions and insertion algorithm, the definition of double-linked list, delete, insert, and search algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:2487
    • 提供者:张宏超
  1. poj_dsa_string_homework

    0下载:
  2. 数据结构与算法字符串作业: 合格的字符串(查找集) English_number_translator(递归) 前缀中的周期(KMP)-Data Structures and Algorithms string operations: Qualified string (search set) English_number_translator (recursive) prefix cycle (KMP)
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:3073
    • 提供者:刘铭名
  1. Edit

    0下载:
  2. 简单行编辑器:简单行编辑器要求实现行插入和行删除,以一行为操作目标,这里使用了双链表,一行为一个Node,整个双链表链表为一篇文档的形式来存储。算法使用了KMP算法来实现查找,且支持"*"、"?"等通配符。-Simple line editor: Simple line editor insert rows and rows required to achieve removed to a behavioral operational objectives, where the use of t
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:4683
    • 提供者:
  1. BinTree

    0下载:
  2. 二叉排序树,实现树的各种操作,包括计算深度,找最大值最小值,还有各种遍历的递归算法和非递归算法,以及查找查找树的前驱节点和后继节点-Binary sort tree, the tree to achieve various operations, including the calculation of depth, looking for maximum minimum, there are various recursive traversal algorithm and non-recur
  3. 所属分类:Console

    • 发布日期:2017-05-16
    • 文件大小:4535784
    • 提供者:小赵
  1. search

    0下载:
  2. 算法与数据结构中常用到的查找算法(顺序查找,折半查找,二叉排序树,开放定址)。-Algorithms and data structures used to the search algorithm (sequential search, binary search, binary sort tree, open addressing).
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:5252
    • 提供者:郭悠悠
  1. chabingji

    0下载:
  2. 查并集算法,加快查找的速度,快速得到文章的答案-Check and set the algorithm
  3. 所属分类:Console

    • 发布日期:2017-05-14
    • 文件大小:3302197
    • 提供者:曹晓林
  1. PEX

    0下载:
  2. 字符串近似匹配PEX算法(又称k+1分片算法),查找出模式串在目标串中所有近似匹配位置。算法中使用了一种多字符串匹配算法MultipleBNDM,代码也已提供。-PEX,String approximately matching
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:285810
    • 提供者:SilentMe
  1. main

    0下载:
  2. C++ STL算法:STL算法元素计数、STL算法最小值和最大值、STL算法查找算法1、STL算法查找算法2、STL算法查找算法7-C++ STL<algorithm>
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1902
    • 提供者:buping
搜珍网 www.dssz.com