CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - string matching c

搜索资源列表

  1. bm_c

    0下载:
  2. bm算法是串的一种匹配算法!本源代码介绍了bm算法的c实现。-bm algorithm is a string matching algorithm! Source code introduced bm Algorithm c achieve.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:961
    • 提供者:文万志
  1. wenxueadie-C

    0下载:
  2. 这是一个叫“文学研究助手”的关于数据结构中串的模式匹配应用的算法,是文学研究人员用于统计英文小说中某些词出现次数与位置的小程序,但由于本人才疏学浅,程序并不完善。-This is called a "literary research assistant" on the data structure of the string pattern matching algorithm for the application, Literature is for statistic
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4129
    • 提供者:舒亚
  1. datastruct_example

    0下载:
  2. 本人讲授数据结构课程时的所写的示例程序,结构清晰规范,有注释,全部可编译运行,包括如下代码: 长整数:ch0_bigint2.c 顺序表的实现:ch2_stable.c 链表的实现ch2_ltable.c 合并两个有序表:ch2_stable_merge.c 表达式计算:ch3_express.c 队列的链式实现:ch3_lqueue.c 栈的链式实现:ch3_lstack.c 迷宫求解:ch3_maze.c 队列的顺序实现:ch3_squeue.c
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:14766
    • 提供者:kk.h
  1. ACandACBM

    0下载:
  2. 多模字符串匹配算法。AC和AC-BM算法的c语言实现。以及字符串匹配算法的相关论文,英文原版论文,很有收藏参考价值。-Multi-mode string matching algorithm. AC and AC-BM algorithm c language. String matching algorithm, as well as the relevant papers, original papers in English, it is collection of reference v
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2619992
    • 提供者:shenzhang
  1. SomeProgramForDataStructure

    0下载:
  2. KMP字符串匹配的c实现,测试字符串为char a[20]="abcdefghijk" char b[20]="abcdefgg" 取各位数字的算法,最大有效测试数据长整形最N=100000000 贪婪算法:已知若干面值的人名币,如何找零钱,使张数最小,测试面值a[4]={25,10,5,1} 快速排序C++实现-KMP string matching c to achieve the test string to char a [20] = " abcdefghijk"
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:2086
    • 提供者:WJC
  1. kmp

    0下载:
  2. KMP字符串匹配算法C语言实现 精确度高-KMP string matching algorithm C language to achieve high accuracy
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:3936
    • 提供者:li shu
  1. TxtSrch

    0下载:
  2. string matching algorithm implementation in a cluster of personal computers with ANSI C
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2669
    • 提供者:kthomas_k
  1. kmp

    0下载:
  2. KMP String Matching VC++实现的KMP字符串匹配算法-KMP String Matching VC++ implementation of the KMP string-matching algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:515365
    • 提供者:彭石
  1. 14-3

    0下载:
  2. 例如: 编译:mpicc app_match.c邻app_match 运行:可以使用命令mpirun - np的尺寸app_match mnk来运行该串匹配程序,其中大小是所使用的处理器个数,米表示文本串长度,氮为模式串长度,钾为允许误差长度。本实例中使用了尺寸为3个处理器,米= 7,n = 2时,k = 1时。 mpirun - np的3 app_match 7 2 1 运行结果: 在节点0的文字是 在节点0的模式是 共有2匹配在节点0 节点1上
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:5626
    • 提供者:aaa
  1. 17-1

    0下载:
  2. Example: 编译:mpicc including.c –o including 运行:可以使用命令 mpirun –np SIZE including来运行该串匹配程序,其中SIZE是所使用的处理器个数。本实例中使用了SIZE=4个处理器。 mpirun –np 4 including 运行结果: 请输入点的个数:6 请输入各点的坐标 0:1 0 1:2 1 2:4 0 3:2 4 4:1 2 5:0 3 请输入要判断点的坐标 2 3
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:1687
    • 提供者:aaa
  1. 17-2

    0下载:
  2. 编译:mpicc intersect.c –o intersect 运行:可以使用命令 mpirun –np SIZE intersect来运行该串匹配程序,其中SIZE是所使用的处理器个数,本实例中使用了SIZE=3个处理器。   mpirun –np 3 intersect 运行结果: 输入: please input first polygon please input the count of vetex:3 please input the vertex
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:2561
    • 提供者:aaa
  1. stree

    0下载:
  2. Suffix Tree implementation in C String matching using suffix trees and suffix arrays
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:5934
    • 提供者:Rahul Kulkarni
  1. edelweiss

    0下载:
  2. 2-9进制的数字转换 中缀表达式转换为后缀表达式 字符串中字母的频率及排序 括号配对的验证 链表式储存及功能-2-9 band of the digital conversion infix expression into postfix expression string and sort the letters in parentheses matching the frequency of verification of storage and features list
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:889710
    • 提供者:zhangjing
  1. text_match

    0下载:
  2. 常用字符串匹配算法的C语言实现,KMP、KR、BM等-String matching algorithms used C language, KMP, KR, BM, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:3589
    • 提供者:孟jc
  1. String-pattern-matching

    0下载:
  2. 用C++编写的一个字符串模式匹配程序,实现指定字符串的匹配功能。-Written in C++, a string pattern matching procedures, to achieve the specified string matching.
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:14969
    • 提供者:老七
  1. KMP-string-search-algorithm

    0下载:
  2. C语言KMP字符串搜索算法实现。KMP字符串模式匹配通俗点说就是一种在一个字符串中定位另一个串的高效算法。-C language KMP string search algorithm realization. KMP string pattern matching is a popular point said in a string of the position of another string efficient algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1070
    • 提供者:胡飞帆
  1. KMP

    0下载:
  2. KMP算法主要用于匹配字符串,算法复杂度为O(N),本代码用C 语言编写-KMP string matching algorithm is used, the algorithm complexity is O (N), the code written in C language
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:668
    • 提供者:胡光
  1. h

    0下载:
  2. 串的匹配问题,用C语言实现此算法,很实用的算法。-The string matching problem, this algorithm, a practical algorithm using C language.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1084
    • 提供者:郑磊
  1. StringMatch

    0下载:
  2. 算法设计与分析中的字符串匹配算法,C++代码-String matching algorithm, algorithm design and analysis courses, C++ code
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1163
    • 提供者:omic
  1. string-matching

    0下载:
  2. c++实现的字符串匹配的KMP算法和BM算法-c++ achieve the KMP string matching algorithm and the BM algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-06
    • 文件大小:1947
    • 提供者:LIU Y
« 12 »
搜珍网 www.dssz.com