CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 字符串匹配

搜索资源列表

  1. GTtree

    0下载:
  2. 简单的对树定义,匹配具有最长前缀字符的字符串-Simple definition of the tree, matching the longest prefix character string
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:329891
    • 提供者:yuli
  1. Suffix

    0下载:
  2. 后缀树,自然语言处理,字符串重复匹配,这是java版的源代码-Suffix tree, natural language processing, the string matching repeat, this is the version of java source code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:26723
    • 提供者:张才东
  1. Demo3

    0下载:
  2. 给定一个字符串,应用pattern和match进行统计其中匹配的单词数量-give a string ,statistic the number of match string
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1199
    • 提供者:Konglei
  1. 22

    0下载:
  2. 查找匹配字符串 1.查找匹配字符串SEARCH 2.要求: 程序键入的一个关键字及句子,如果句子中不包含关键字,则显示“NO MATCH!”;如果句子中包含关键字,则显示该字在句子中的位置用十六进制数显示出来-Find a matching string 1 to find a matching string SEARCH (2) requirements: Program, type a keyword and sentence, if the sentence doe
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:932
    • 提供者:黄雨辰
  1. Pattern-matching

    0下载:
  2. 实现字符串的匹配,有常见的蛮力算法,kmp算法,Horspool算法,Boyer-Moore算法-String matching, common brute force algorithm, kmp algorithm, Horspool algorithm, the Boyer-Moore algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:554459
    • 提供者:aa
  1. KMP

    0下载:
  2. 这是一个数据结构的算法,用来进行模式匹配,找到一个字符串中是否包含某个子串, 也就是KMP算法.里面内容比较全面,包括详细的注释。-this is a data structure, which to find whether a string contains a certain substing. Known as KMP,but it contains more content, including the exhaustive document.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1784
    • 提供者:王海
  1. WmParser

    0下载:
  2. java字符串多模式匹配算法, 实现汉字和ACII字符串的快速匹配-java multiple match
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-02
    • 文件大小:2137
    • 提供者:赵海龙
  1. devel

    0下载:
  2. 快速key value查找算法,一次性查全所有匹配字符串-the fastest key and value search alg
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:182306
    • 提供者:wy
  1. Delphi-autoedit

    0下载:
  2. 自动匹配输入的字符串,适合新手学习-Automatically match the input string, suitable for novice learning. . . . .
  3. 所属分类:Delphi VCL

    • 发布日期:2017-12-06
    • 文件大小:145609
    • 提供者:穆枫语
  1. vs2005

    0下载:
  2. 在计算机科学中,是指一个用来描述或者匹配一系列符合某个句法规则的字符串的单个字符串。在很多文本编辑器或其他工具里,正则表达式通常被用来检索和/或替换那些符合某个模式的文本内容。许多程序设计语言都支持利用正则表达式进行字符串操作。例如,在Perl中就内建了一个功能强大的正则表达式引擎。正则表达式这个概念最初是由Unix中的工具软件(例如sed和grep)普及开的。正则表达式通常缩写成“regex”,单数有regexp、regex,复数有regexps、regexes、regexen。 -In
  3. 所属分类:.net

    • 发布日期:2017-12-01
    • 文件大小:32700
    • 提供者:育苗
  1. searching_output

    0下载:
  2. 查找字符串中是否有匹配字,输出ture 或者 FALSE-inpu searching
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1369
    • 提供者:J. Li
  1. Stack

    0下载:
  2. 使用堆栈来测试输入的字符串当中括号是否匹配-Use the stack to test whether the input string which matched parenthesis
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:554
    • 提供者:黄华
  1. Pudnss

    0下载:
  2. 主要功能是一些字符串的匹配和检索,同时还能验证字符串的强制类型转换-The main function is to some string matching and retrieval, as well as validation string cast
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-22
    • 文件大小:766
    • 提供者:石宁
  1. kmp

    0下载:
  2. kmp算法,能够读取txt和java文件,进行kmp查找匹配字符串后,可进行替换字符串-kmp algorithm, able to read the txt and java file, kmp find a matching string, the replacement string
  3. 所属分类:Java Develop

    • 发布日期:2017-11-06
    • 文件大小:3238
    • 提供者:吴安峻
  1. Unlinker

    0下载:
  2. Unlinker。用正则表达式匹配最长url,把匹配的字符串替换并且输出-Unlinker. Use regular expressions to match the longest url matching string replacement and output
  3. 所属分类:Applet

    • 发布日期:2017-12-05
    • 文件大小:854
    • 提供者:daisy
  1. KMP-code

    0下载:
  2. 字符串的KMP匹配算法的ADT形式,只有一次循环优化,含注释,易懂。数据结构与算法的基本代码之一。-KMP matching algorithm of string the ADT form of, only one cycle optimization, including the Notes, and easy to understand. One of the basic code of the data structures and algorithms.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-22
    • 文件大小:1407
    • 提供者:starryliu
  1. qualified

    0下载:
  2. poj 合格的字符串 老师给小学生门布置了一些作业,让它们按照一个模版写一些字符串交上来, 同学们把作业交上来了,问题来了,这么多的作业老师批改不过来,现在请你帮老师 写一个程序,帮助老师确定各个字符串是否合格。 首先老师有一个匹配模版,比如是“aa[123]bb”这一个字符串,同学们交的各种 作业字符串如aa1bb、aa2bb、aa3bb都算是正确匹配看,而aacbb就是错误的字符串。 (即待查字符串对应于模版方括号内的部分,应该为方括号内字
  3. 所属分类:CSharp

    • 发布日期:2016-01-26
    • 文件大小:3571712
    • 提供者:张爽
  1. TextQueryExpend

    0下载:
  2. C++primer第四版中的扩展文本查询,支持&|~ 注意输入查询条件的时候操作符与字符串之间要加空格。例如:~ it | ~ is 表示匹配既不含"it"又不含"is"的所有行。input.txt为查询文本。-The C++ primer fourth edition extended text queries, supported & | ~. attention to the input query spaces between the operator and the string. F
  3. 所属分类:Console

    • 发布日期:2017-11-12
    • 文件大小:5983
    • 提供者:李明
  1. chazhao

    0下载:
  2. 这是一个用于键入关键字后查找匹配的字符串的汇编程序-This is an assembler for typing a keyword to find a matching string
  3. 所属分类:assembly language

    • 发布日期:2017-11-22
    • 文件大小:87468
    • 提供者:李金明
  1. shiyan2

    0下载:
  2. 运用栈实现表达式开、闭括号是否配对出现算法。先要实现栈的基本操作算法,包括初始化栈、进栈、退栈等。本程序中,表达式中的元素限定为char型,表达式的长度<100。表达式输入的为一个以“#”为结束标志的字符串。若用户输入的表达式中少了左括号或少了右括号,打印“括号不匹配”。若输入的表达式左右括号匹配,打印“括号匹配”。-Use stack to achieve expression open, close parenthesis pair appeared algorithm. The ne
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:765
    • 提供者:陈序员
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 »
搜珍网 www.dssz.com