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

搜索资源列表

  1. USE-OF-xpressive

    0下载:
  2. 正则表达式是处理文本强有力的工具,它使用一套复杂的语法规则,能够解决文本处理领域的绝大多数问题,如验证,匹配,查找,替换等,这些问题用通常的字符串算法是很难甚至无法解决的。这里包含boost xpressive的基 本用法-boost xpressive.boost xpressive.boost xpressive.regex,match,search
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:21712
    • 提供者:sum
  1. kmp_matching

    0下载:
  2. 基于fpga的字符查找KMP算法,verilog语言-Fpga-based character lookup KMP algorithm, verilog language
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:1572
    • 提供者:nick
  1. Btree

    0下载:
  2. 平衡二叉排序树实现平衡二叉排序树的各种算法 涉及递归算法堆栈算法队列算法树型查找 -Balanced binary sort tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:3231
    • 提供者:郑佳欣
  1. CV2_Learn_ContentFinder

    0下载:
  2. 使用opencv2写的,利用均值漂移(Mean Shift)算法查找感兴趣的物体。-Use opencv2 write, using mean shift (Mean Shift) algorithm to find the object of interest.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:10260959
    • 提供者:alonjiao
  1. merge

    0下载:
  2. 运用归并排序,在用二分法查找,算法复杂度:nlogn,n个数两两相加,若能等于特定数m,则输出yes,否则输出no.-Use merge sort, in a binary search algorithm complexity: nlogn, n number two together, if can equal to a specific number m, the output yes, otherwise no output.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:691
    • 提供者:arjiao
  1. migong

    0下载:
  2. 本程序实现迷宫问题的相关操作,包括迷宫的组织和存储,并实现迷宫路由算法(即查找迷宫路径)。程序所能达到的:具体包括迷宫的建立,迷宫的存储(迷宫由自动生成或手动生成),迷宫中路径的查找。-The maze of issues related to program operations, including organizing and storing the maze and maze routing algorithm (ie find the maze path). Program can a
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:56555
    • 提供者:司书慧
  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-17
    • 文件大小:4535784
    • 提供者:小赵
  1. cppsfsc

    0下载:
  2. 主要是收集了一些常用的C++算法相关内容,关键地方都已标记注释,比如链表数据、尾插法利用一个动态指针、迭代斐波那契、循环队列、KMP模式匹配算法,二叉树二叉链表节点结构定义、二叉排序树查找、平衡二叉树 AVL、优化后的冒泡算法、简单的选择排序,依次比较将最小的,然后与第一个位置交换、希尔排序、堆排序、归并排序(内存占用大)等,具体请下载这个源代码文件。-Is mainly a collection of some commonly used algorithms C++ relevant con
  3. 所属分类:IME Develop

    • 发布日期:2017-04-03
    • 文件大小:10133
    • 提供者:谈美明
  1. apriori

    0下载:
  2. 先验概率算法--apriori.包括频繁项的查找和关联分析的算法。具体请参看源码。-Priori probability algorithm- apriori. Including frequent finding and association analysis algorithms. Please refer to the specific source.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:327834
    • 提供者:流川
  1. FindPrimeNumber

    0下载:
  2. 查找素数的算法,算法中的参数分别为起始值和终止值,然后将两个数之间的素数找到并输出出来。-Find the primes algorithm, algorithm parameters are the starting and ending values, then the number of two prime numbers to find and output.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:543
    • 提供者:bing
  1. fasta

    1下载:
  2. DNA比对中FASTA算法的简单实现,通过建立查找表、位移表和位移向量表来得出两条序列的最大匹配位移。-DNA matching the FASTA algorithm is simple to achieve, through the establishment of a lookup table, displacement and the displacement vector table to derive maximum matching two sequences displaceme
  3. 所属分类:DNA

    • 发布日期:2015-08-03
    • 文件大小:26624
    • 提供者:董强强
  1. Ftp

    0下载:
  2. Ftp工具类,具有入,出和查找文件功能,同时实现了按照指定的文件名在指定的目录下查找,本算法为递归算法,会自动查找目录下的 -Ftp tools
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:3516
    • 提供者:片西滨
  1. Graph-traversal

    0下载:
  2. 图的遍历: (1)访问初始顶点v并标记顶点v已访问。 (2)查找顶点v的第一个邻接顶点w。 (3)若顶点v的邻接顶点w存在,则继续执行;否则回溯到v,再找v的另外一个未访问过的邻接点。 (4)若顶点w尚未被访问,则访问顶点w并标记顶点w为已访问。 (5)继续查找顶点w的下一个邻接顶点wi,如果v取值wi转到步骤(3)。直到连通图中所有顶点全部访问过为止。 (1)顶点v入队列。 (2)当队列非空时则继续执行,否则算法结束。 (3)
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-08
    • 文件大小:2016
    • 提供者:ck
  1. Data-Structure

    0下载:
  2. 基于-数据结构-顺序表折半查找的销售系统算法设计与实践-Data Structure Sequence table binary search Algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:55346
    • 提供者:schanbel
  1. unionfind

    0下载:
  2. 查找合并代码 《算法设计技巧与分析》中的unionfind问题代码实现-Find merge code " algorithm design techniques and analysis" in the unionfind problem code
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1748831
    • 提供者:
  1. SIFT_VC--can-be-directly-used-to-run

    0下载:
  2. SIFT特征匹配算法完整版,可直接运行,已经包含了所有的.h文件,链接了所需的.lib文件,具备所有dll文件,在VS2010上编译通过,生成的EXE文件可以在任何电脑上运行,不需要安装OPENCV和GSL,另外附加了一篇实验论文,可实现基本的特征点查找以及特征点连线。-The full version SIFT feature matching algorithm, can be directly run, already contains all of the. H file the req
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-12
    • 文件大小:19241984
    • 提供者:蓝天浩
  1. KMP-string-match

    0下载:
  2. 编写一个使用KMP算法的字符串匹配程序。 使用方法:字符串匹配.exe -f xxx.txt -s xxx -f 指定要查找的文件 -s 指定要查找的字符串-Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:9882
    • 提供者:zzh
  1. haxibiao

    0下载:
  2. 哈希表的算法描述,可以显示,查找、插入其他记录和删除某个记录。-Algorithm described in the hash table, you can display, search, insert, and delete a record other records.
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:2011050
    • 提供者:张然易
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com