搜索资源列表

  1. 字符串匹配算法

    0下载:
  2. 一个简单的数据结构算法,字符串基本匹配算法与模式匹配算法的演示.-a simple data structure algorithms, the basic string matching algorithms and pattern matching algorithm demonstration.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:13661
    • 提供者:谢树扬
  1. KMP模式匹配(可以有通配符)

    0下载:
  2. 使用著名的KMP模式匹配算法进行字符串匹配,还可以有通配符-use of the famous KMP string matching algorithms can also be wildcards
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7846
    • 提供者:张远洋
  1. stringmatch

    0下载:
  2. 字符串的模式匹配(KMP算法)-string pattern matching (KMP algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:11264
    • 提供者:谭悦
  1. search_and_replace

    0下载:
  2. 字符串,可检测字符串匹配问题的小程序欢迎光临程序员联合开发网!本站目前精彩源码总数71358个,分类182个,如此多的高质量资源,您还舍得离开吗?-string, the string matching detection of small programs Welcome programmers working on the Joint! Excellent source site now total 71,358, classifi
  3. 所属分类:按钮控件

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:4
  1. 查找匹配字符串所在的位置

    0下载:
  2. 汇编实验 查找匹配字符串所在的位置 输入一段字符 能查出它的位子和个数-compilation of experimental search string matching the location for the importation of characters it can be detected and the number of seats
  3. 所属分类:汇编语言

    • 发布日期:2024-05-10
    • 文件大小:12288
    • 提供者:wchz
  1. 模式匹配MFC_jwj

    0下载:
  2. 此程序用mfc完成查找替换功能,在编辑框中输入一串字符,然后输入你要查询的字符串,之后输入你要替换的字符串(替换查询的内容),结果显示在最后的编辑框中-mfc use this procedure to complete the replacement search function, the edit box input string of characters then enter your inquiries to the str
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:1934336
    • 提供者:蒋文靖
  1. search1

    0下载:
  2. 这是一个用汇编实现的在文件中查找相匹配的字符串的程序-This a compilation with the realization of the documents that match the search string procedures
  3. 所属分类:汇编语言

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:哈哈
  1. NFApatternmatch

    0下载:
  2. 本程序是在VC++环境下编写的利用非确定自动机NFA进行字符串匹配-procedures in the VC++ environment prepared by the automatic use of non-identified plane NFA strings match
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:236544
    • 提供者:chaoyin
  1. COMPATIABLE

    0下载:
  2. 此程序可用于匹配正则表达的字符串,非常好用-this procedure can be used to match a regular expression string, very handy
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-10
    • 文件大小:186368
    • 提供者:姚卯青
  1. SearchText

    0下载:
  2. 超快搜索字符串源代码。用于匹配字符串操作!-Ultrafast search string source code. For the matching string manipulation!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:28672
    • 提供者:李凤
  1. zifupipei

    0下载:
  2. 字符串的近似匹配,就是允许在匹配时有一定的误差,比如在字串“以前高手好久不见”中找“以前是高手”也能成功。-approximate string matching, the matching is to allow a degree of error, For example, in the string "before a master writer," to the "past masters"
  3. 所属分类:电子书籍

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:caihaibin
  1. chazhao

    0下载:
  2. 查找匹配字符串汇编语言程序设计子程序设计-find matching string assembly language subroutine Design Program Design
  3. 所属分类:汇编语言

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:
  1. BM

    0下载:
  2. java 实现的BM算法。 BM算法是一种字符串匹配算法。-java realize the BM algorithm. BM algorithm is a string matching algorithm.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:8192
    • 提供者:闫然
  1. strings

    0下载:
  2. 字符串的算法:字符串匹配,Brute Force算法-String algorithms: string matching, Brute Force Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:87040
    • 提供者:yiyi
  1. charmatch

    0下载:
  2. 基于正则表达式的字符串匹配,对于学习正则表达式和字符串的同学们十分有帮助-Based on regular expression string matching, regular expressions for the learning of students and string very helpful
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:667648
    • 提供者:Yang
  1. zifu

    0下载:
  2. 字符串匹配程序:可以输入一段字符并找寻给定的关键字(精确匹配),也可以输入一个文件地址,并输入关键字查询(模糊匹配)-It is a string search program: it can search a given paragraph or search a given string from a local file, like Find function of Notebook
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:surlogics
  1. StringMatch

    0下载:
  2. 数据结构课程作业,利用c#窗体,运用了字符串匹配方法,实现了字符串匹配。两种匹配思想实现。(The string matching, using c# programming.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:60416
    • 提供者:北海朝阳
  1. yichuanpipei

    0下载:
  2. 利用遗传算法实现字符串匹配,体现遗产算法各程序使用的简单实例,有助于初学者学习。(String matching using genetic algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:博哥
  1. dic_ec

    0下载:
  2. 字符串匹配,好吧,不能小于20字。所以再加几个字(String matching, well, it can't be less than 20 words. So add a few more words)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:2494464
    • 提供者:summerqqq
  1. StringMatcher

    0下载:
  2. 课程作业做的一个字符串匹配小程序,初学编程,请多指教(A small application about string matching)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:8192
    • 提供者:Echo28
« 1 2 3 45 6 7 8 9 10 ... 34 »

源码中国 www.ymcn.org