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

搜索资源列表

  1. kmp

    0下载:
  2. kmp算法:在一个长字符串中匹配一个短子串的无回溯算法。-kmp algorithm: a long string of matches in a short sub-strings of non-backtracking algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:516
    • 提供者:windia
  1. 14-2

    0下载:
  2. 该运行实例中,令文本串长度为7,随机产生的文本串为0010100,分布在3个节点上;模式串长度为2,随机产生的模式串为01。最后,节点0和1上分别得到一个匹配位置。 -abc
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:2684
    • 提供者:周晓牧
  1. KMP-nextval

    0下载:
  2.  KMP算法是通过分析子串,预先计算每个位置发生不匹配的时候,所需GOTO的下一个比较位置,整理出来一个next数组,然后再上面的算法中使用。 -KMP algorithm is by analyzing the sub-string, place pre-calculated for each location does not match the time required to compare the next GOTO location, sorted out a next arra
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:633
    • 提供者:戴高远
  1. KMP

    0下载:
  2. 1)编程动态实现简单模式匹配算法及模式匹配KMP算法; 2)根据给定的主串与模式串,给出根据两种匹配算法进行匹配的各趟匹配结果。 -KMP
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2179
    • 提供者:zhangxing
  1. --ClassFunction

    0下载:
  2. 一些费用有用的js代码 1、对于文本框输入数据进行正则表达式匹配 2、javascr ipt接收Get方法的参数 3\按比例控制图像大小 4\//Cookies类 5\//将Url字串转为Object -Some of the costs of useful js code 1, the input data for the text box regular expression matching 2, javascr ipt Get method parameter r
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-13
    • 文件大小:3422
    • 提供者:alonglee
  1. java_string

    0下载:
  2. java string 类的使用。主要是对在已经存在的四个string串,系统随机生成一个单词,如果该单词和四个string中任何一个匹配则成功,否则继续。-java string class to use. Mainly in the four string string already exists, the system randomly generates a word, if the words and match any of the four string is successfu
  3. 所属分类:JavaScript

    • 发布日期:2017-03-27
    • 文件大小:721
    • 提供者:王枫
  1. string

    0下载:
  2. 实现朴素模式匹配算法和KMP快速模式匹配算法。 Index(S,T,pos) 函数返回值为串T在串S的第pos个字符后第一次出现的位置。-Achieve simple pattern matching algorithm and KMP pattern matching algorithm. Index (S, T, pos) function returns the string value of S T in the string after the first pos characte
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:175706
    • 提供者:Bill
  1. KMP

    0下载:
  2. KMP:在一个长字符串中匹配一个短子串的无回溯算法。-KMP
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:3146
    • 提供者:强哥
  1. Data_structures_string_pattern_matching_algorithm.

    0下载:
  2. 数据结构串的模式匹配算法Data structures string pattern matching algorithm -Data structures string pattern matching algorithms Data structures string pattern matching algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:47133
    • 提供者:ib
  1. Prediction_program

    2下载:
  2. 对于任意输入的一个LL(1)文法,构造预测分析程序,输出输入串的自动匹配过程。首先实现集合FIRST(X)构造算法和集合FOLLOW(A)构造算法,再实现预测分析表构造算法。再构造预测分析程序,输出字符串的自动匹配过程。-For any input of a LL (1) grammar, structure prediction analysis program, import and export series of automatic matching process. First of
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-07-01
    • 文件大小:13312
    • 提供者:徐向阳
  1. vi

    0下载:
  2. 进入vi的命令 vi filename :打开或新建文件,并将光标置于第一行首 vi +n filename :打开文件,并将光标置于第n行首 vi + filename :打开文件,并将光标置于最后一行首 vi +/pattern filename:打开文件,并将光标置于第一个与pattern匹配的串处 vi -r filename :在上次正用vi编辑时发生系统崩溃,恢复filename vi filename....filename :打开多个文件,依次编辑 -
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:22786
    • 提供者:王军
  1. KMP

    0下载:
  2. 模式匹配,大学二年级数据结构实验题,对主串和模式串进行模式匹配-Pattern matching, sophomore experiment of data structure, and mode of the main string pattern matching string
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:863
    • 提供者:
  1. 23

    0下载:
  2. 你是否为数据结构书中的伪代码而烦恼呢?这个串的模式匹配的C语言源代码,正确无误,一定能帮你地-String pattern matching the C language source code, correct
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:28668
    • 提供者:江南
  1. 09

    0下载:
  2. 这是一个关于串的模式匹配与串的应用举例的课件-This is a pattern matching on the string and the string of the application examples of the courseware
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1226406
    • 提供者:江南
  1. KMP

    0下载:
  2. 改进的KMP算法(数据结构),可以输出nextval值,判断子串与主串是否匹配,匹配的话可以输出在哪里开始匹配-Improved KMP algorithm (data structure), nextval values can be output to determine whether the substring matches with the main string, then you can match the output of where to start matching
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1073
    • 提供者:郑雄均
  1. KMP

    0下载:
  2. KMP算法,最快的字符串匹配算法,在子串查询中扮演重要角色-KMP algorithm, the fastest string matching algorithm, in the child play an important role in the query string
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:8922
    • 提供者:ticktan
  1. zifuchuan

    0下载:
  2. Java 字符串与文本相关实例源码,比如不可变字符串与限定字符串、字符串的比较、提取子串、修改缓冲区中的字符串、判断回文串、正则表达式、字符串匹配、正则表达式语法等,还一一些比如用于比较两个变量是否引用同一个对象、equals用于比较两个字符串的内容是否相同、忽略大小写、判断是否以某个字符串开始或结束、根据字典排序比较两个字符串、删除字符串中的空格、将字符串转换成小写或大写形式等在代码中都有所体现…… -Instance of Java source code associated with
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:19460
    • 提供者:鬼舞
  1. KMP

    0下载:
  2. KMP字符串模式匹配通俗点说就是一种在一个字符串中定位另一个串的高效算法。简单匹配算法的时间复杂度为O(m*n) KMP匹配算法。可以证明它的时间复杂度为O(m+n).-This file contains a summary of what you will find in each of the files that make up your KMP application.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:178202
    • 提供者:libin
  1. my_kmp_matching

    0下载:
  2. KMP算法的Verilog HDL实现,模式串从模块的外部输入,计算next函数,然后进行KMP匹配。有仿真。环境为Quartus II 8.0 Web Edition。-Verilog HDL implementation KMP algorithm, pattern string from the module' s external input, calculate next function, then KMP matching. A simulation. Environment
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-03
    • 文件大小:1451813
    • 提供者:曹亚良
  1. KMPpp

    0下载:
  2. 利用KMP算法,忽略大小写的字符串匹配 查找子字串在父字串的位置-Use of KMP algorithm, case-insensitive substring string matching to find the location of the parent string
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:200568
    • 提供者:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 16 »
搜珍网 www.dssz.com