搜索资源列表

  1. ds_3

    0下载:
  2. 1.定义串的顺序存储结构。 2.编写函数实现串的初始化、分配、取子串算法 3.编写函数据实现串的模式匹配-1. The definition of the order of string storage structure. 2. The initialization string write function implementation, distribution, taking sub-string algorithm 3
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:Yvonne
  1. HStringapp

    0下载:
  2. 根据《数据结构》写了一个字符串操作基本函数,堆分配存储表示串(HString)。包括赋值,复制,比较,联接,子串,模式匹配(KMP)。主函数是使用例子。-According to " data structure" wrote a basic string operation functions, heap allocation of memory that string (HString). Including th
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:167936
    • 提供者:夏伟
  1. khpp

    0下载:
  2. 利用栈的知识判断一串字符中的括号是否匹配问题。-Knowledge of the use of the stack to determine whether the string of characters in parentheses matching problem.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:杨芬
  1. program

    0下载:
  2. 过滤一串字符中的敏感词汇,出算数题,字符匹配,longlongint处理-Filtering characters in a string of sensitive words, out arithmetic problems, character matching, longlongint deal
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:Jane
  1. StrReplace

    0下载:
  2. 利用顺序存储的方式实现串的匹配与替换,已解决替换长度增加导致的内存溢出问题-The use of sequential storage means to achieve string matching and replacement,
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:mmc
  1. EASYARM2103

    0下载:
  2. main.c---ADC程序 TIMER0 MAT_INT 定时器0匹配产生中断 TIMER1 MAT_OUTPUT 定时器1匹配输出翻转 TIMER1 PWM_OUTPUT 定时器1PWM输出 TIMER2 CAP_INT 定时器2捕获产生中断 UART0 Test:串口通信实验—查询方式 UART0 Interrupt Test:串口通信实验—中断方式-The Programme of EasyARM2103
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-21
    • 文件大小:148480
    • 提供者:joe.chan
  1. Stringpatternmatching

    0下载:
  2. Stringpatternmatching 实现模式串与主字符串的模式匹配-Stringpatternmatching Achieve the pattern string with the main string pattern matching
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:29696
    • 提供者:wang
  1. kmp

    0下载:
  2. 串的模式匹配可以从模式p的p[k]开始与正文t的t[j+i]开始依次比较,(若p[k]==t[j+i]继续比较p[k+1]=?=t[j+i+1]直至出现p[k+l]!=t[j+i+l-1]时,重新寻找新的p[k+l]的那个最大k 然后再比较p[k ]=?=t[j+i+l]直至匹配或遍历结束)。省去了前面的k次比较。当对应p[i]的k有多个,取最大的k。-Pattern matching string from the pattern p
  3. 所属分类:汇编语言

    • 发布日期:2024-05-21
    • 文件大小:9216
    • 提供者:王蕾
  1. newkmp

    0下载:
  2. 串的模式匹配 按要求从主串中找出子串对应的位置,并加以输出-String pattern matching required to find out from the main string of the corresponding sub-string position, and make the output
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:王蕾
  1. RegEx2NFA_RC

    0下载:
  2. 由正则表达式构造NFA的程序,并可以对输入串模拟正则表达式匹配-This is a C program used in compiling the given regular expression into an equivalent epsilon-NFA, simulated through tracking State sets.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:Kyle Wang
  1. RegEx2NFA2DFA_RC

    0下载:
  2. 由正则表达式构造DFA的程序,并可以对输入串模拟正则表达式匹配-This is a C program used in compiling the given regular expression into an equivalent DFA, simulated through tracking State sets.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:Kyle Wang
  1. KMP

    0下载:
  2. 使用KMP算法能减少完成的串模式匹配的回溯,因此该算法每当一趟匹配过程中出现字符比较不等时,不需要回溯i指针,而是利用已匹配到的“部分匹配”的结果将模式右滑尽可能远的一段距离进行比较-KMP algorithm can reduce the use of string pattern matching complete retrospective, so the algorithm whenever the character appe
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:16384
    • 提供者:吴正学
  1. kmp

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

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:windia
  1. 14-2

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

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:周晓牧
  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 lo
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:戴高远
  1. KMP

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

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者: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, java
  3. 所属分类:WEB源码

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者: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 o
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:王枫
  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 strin
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:176128
    • 提供者:Bill
  1. myURAT20100712

    0下载:
  2. 自己写的串口调试软件,特点是能对串口接收到数据进行自动匹配,匹配后可以输出设定的值-Write your own serial debugging software is that it can receive data on the serial port for automatic matching, matching the output after the set value can be
  3. 所属分类:串口编程

    • 发布日期:2024-05-21
    • 文件大小:320512
    • 提供者:yang
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 19 »

源码中国 www.ymcn.org