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

搜索资源列表

  1. BeiHang08_03

    0下载:
  2. 从string.in中读入数据,然后用户输入一个短字符串。要求查找string.in中和短字符串的所有匹配,输出行号、匹配字符串到string.out文件中。 //匹配时不区分大小写,并且可以有一个用中括号表示的模式匹配。如“aa[123]bb”,就是说aa1bb、aa2bb、aa3bb都算匹配。-Read data from string.in, then the user enters a short string. Find string.in requirements and sho
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:488537
    • 提供者:王石
  1. pipeizifuchuan

    0下载:
  2. 用汇编语言编写的能够查找匹配字符串的内容-In assembler language preparation can find the content of the match string
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:16261
    • 提供者:王绍华
  1. bm

    0下载:
  2. BM算法,通过BM算法实现字符串匹配,快速匹配字符串-BM algorithm, through the BM string matching algorithm fast string matching
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1343
    • 提供者:邱士永
  1. KMP

    0下载:
  2. KMP 改进的字符串匹配算法,由D.E.Knuth与V.R.Pratt和J.H.Morris同时发现,因此人们称它为克努特——莫里斯——普拉特操作(简称KMP算法)。KMP算法的关键是根据给定的模式串W1,m,定义一个next函数。next函数包含了模式串本身局部匹配的信息。-Improved KMP string matching algorithm, by DEKnuth with VRPratt and JHMorris also found, so people call it Knut
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:553
    • 提供者:chaolan
  1. Assembly-language-string-matching

    0下载:
  2. 汇编语言 字符串匹配 汇编基本要求的 汇编入门程序-Assembly language string matching
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:1862
    • 提供者:ly
  1. strmatch

    0下载:
  2. 一个字符串匹配查询算法。程序在文件中读取字符串。可以采用正则表达式来实现字符串匹配功能。一种简单的正则表达式是由英文字母(区分大小写)、数字及通配符“*”和“?”任意组合而成的。“?”代表任意一个字符,“*”代表零个或任意多个字符。根据输入的表达式,输出文件中符合的字符串-A query string matching algorithm. The program read in the file string. You can use regular expressions to achiev
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1069
    • 提供者:城管111
  1. Three

    0下载:
  2. 字符串匹配实验 实验内容:编写程序实现两个字符串比较。如果相同,则屏幕显示“match”,否则屏幕显示”nomatch”-String matching experiment Experiment content: write program realization is two strings. If the same, the screen shows "match", otherwise the screen shows "nomatch"
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:722
    • 提供者:蔡少
  1. KMP

    0下载:
  2. 关于KMP算法:字符串匹配问题。朴素匹配算法的改进版本。理解起来有些难度,但是十分高效-On the KMP algorithm: string matching problem. Improved version of the simple matching algorithm. To understand difficult, but very efficient
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3697581
    • 提供者:仲崇鑫
  1. suffix

    0下载:
  2. 后缀数组,用于高速处理庞大的字符串匹配问题-suffix array
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:307283
    • 提供者:Art
  1. xiaoxingwenbenbianjiqi

    0下载:
  2. 问题描述:设计一个行编辑程序,使其具有通常行编辑器(如Vi、Edlin)应具备的基本功能。 基本要求:编辑器应具备对文本文件的查找、插人、删除、修改、字符串替换、统计字数,统计行数等功能,对于超过一屏的长文件,应能够分页显示,查找功能用字符串匹配算法实现。设计用户接口命令,实现对文本的编辑。 可以支持“* ”、“? ”等通配符-Problem Descr iption: design a line editor, which is usually a line editor ( such
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1958
    • 提供者:姚伦帮
  1. Format_String_2011122417362222

    0下载:
  2. 详细的介绍了字符串匹配攻击,包括原理,格式,攻击的步骤,及运行过程。-introduce the format string invade,include the format,procedure and so on.
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:65508
    • 提供者:王刚
  1. Sort

    0下载:
  2. 实现了插入、冒泡、选择、快速、希尔、堆、归并、基数排序。实现了字符串全排列、字符串逆序、查找数据中最大子序列、外存大文件排序;kmp字符串匹配、feibonacci数列计算、求数组主元素。等算法-sort test , Big data sort, kmp
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:269894
    • 提供者:cool
  1. output-mp3-file

    0下载:
  2. 包括字符串匹配,以及windows下的文件传输-output files , copy files from one spectial file to another
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:1016
    • 提供者:su
  1. main

    0下载:
  2. miller_rabin素数生成算法,KMP,Monte Carlo 和Las Vegas字符串匹配算法-00 00 00
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2034
    • 提供者:liufan
  1. StringMatch

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

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

    0下载:
  2. 多模式字符串匹配,Zhou-Zhang算法-multiple pattern String match
  3. 所属分类:Data structs

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

    0下载:
  2. 一些比较常用的字符串匹配算法源码实现,较粗糙-Some of the more commonly used in string matching algorithm source, than the rough
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:6013
    • 提供者:meng
  1. KMP_Algorithm

    0下载:
  2. KMP算法 字符串匹配算法 c++源码实现 方便快捷 算法清晰-KMP algorithm for string matching
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:100549
    • 提供者:nelson
  1. fwordintxt

    0下载:
  2. 通过对文件的操作,实现对多个txt文件进行字符串匹配,并输出匹配结果。本程序用c语言编程。- String matching of multiple txt files, file operations, and output matching results
  3. 所属分类:File Operate

    • 发布日期:2017-12-01
    • 文件大小:289492
    • 提供者:hancunai
  1. The-character-matching-and-retrieval

    0下载:
  2. 使用C++编写的多字符串匹配检索,效果良好 -The character matching and retrieval
  3. 所属分类:File Operate

    • 发布日期:2017-11-13
    • 文件大小:65091
    • 提供者:青叶
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 28 »
搜珍网 www.dssz.com