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

搜索资源列表

  1. Stringpatternmatching

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

    • 发布日期:2017-03-29
    • 文件大小:29688
    • 提供者:wang
  1. CommonProcs

    0下载:
  2. 函数库: //寻找与目标字符串最匹配的字符串 function MaxMatchStr(DestStr:String Strs:array of String):String -Library:// find the best match with the target string is the string function MaxMatchStr (DestStr: String Strs: array of String): String
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:4495
    • 提供者:liumsheng
  1. test1

    0下载:
  2. 在DOS界面下,实现输入字符串后自动检查输入的括号例如()或[]是否匹配-the algorithm of parenthesis matching
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:178803
    • 提供者:王应旭
  1. string

    0下载:
  2. 实现了简单的字符串模式匹配,打开一个txt文件,用户输入一个字符串,输出匹配的字符串的行号与起始处列号。-To achieve a simple string pattern matching, open a txt file, the user input a string, the output matching string and the beginning of the line number column number.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:93766
    • 提供者:serenha
  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. zifuchuanpipei

    0下载:
  2. 汇编程序设计之一 字符串查找匹配 程序采用结构化编程,简单易懂-Assemble one of the string to find matching
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:1438
    • 提供者:庄泽顺
  1. AC

    0下载:
  2. AC自动机! 字符串模式匹配最新最快算法! 比kmp更高效!
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:4880
    • 提供者:常迪
  1. 54MATCHORNOMATCH

    0下载:
  2. 实现两个字符串的匹配问题。输入两个字符串,判断相不相等。简单,容易明白。-Realize the matching of two strings. Enter two strings to determine phase not equal. Simple, easy to understand.
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:687
    • 提供者:陈建锋
  1. TemplateMatchingProgram

    2下载:
  2. 这是模式识别中模板匹配内容的Matlab例程,其中edit_distance程序用来计算两个符号字符串间的编辑距离; back-tracking程序是“回溯”法画出最佳路径的代价网格; Dtw-Sakoe.m程序是具有Sakoe-Chiba局部路径约束的动态时间弯 折。-This is a pattern recognition template matching the content of Matlab routines, which edit_distance proce
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1341
    • 提供者:王明松
  1. NtfsDesktopSearch

    0下载:
  2. 一种仿Everything文件快速搜索工具的软件作品。试用于NTFS文件系统。揭示了Everything的原理,也可通过此代码学习NTFS文件系统原理、字符串多模匹配算法等-A kind of imitation Everything document search software works fast. Trial in the NTFS file system. Everything revealed the principles of this code can also learn p
  3. 所属分类:Windows Kernel

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

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

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

    0下载:
  2. Delphi编程开发匹配字符串经典代码Delphi Programming classic string matching code-Delphi Programming classic string matching code
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:146707
    • 提供者:J3679
  1. text

    0下载:
  2. 为一个文本编辑器设计一个查找和替换对话框,实现字符串的查找和替换功能,提供区分大小写、全字匹配等多个选项。-java
  3. 所属分类:Applet

    • 发布日期:2017-04-05
    • 文件大小:3053
    • 提供者:mlx
  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. test

    0下载:
  2. 一个小的爬虫程序,可以利用正则表达式匹配字符串,提取有用信息-spider program
  3. 所属分类:Search Engine

    • 发布日期:2017-03-31
    • 文件大小:39663
    • 提供者:刘进方
  1. stex

    0下载:
  2. 用于进行字符串的匹配查找,查找整个文件夹中的文本文件。并给出相应的相似度。-Search for the string matching to find an entire folder of text files. And the corresponding similarity.
  3. 所属分类:File Operate

    • 发布日期:2017-05-18
    • 文件大小:4958199
    • 提供者:lucuswu
  1. KMP

    0下载:
  2. 本程序可以实现字符串模式匹配算法,在数据结构C语言版本的基础上,稍微改动了一下,原理参照书上所写的。-This program can be a string pattern matching algorithms, data structures in C language based on slightly changed a bit, principles written in the book reference.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:796
    • 提供者:浪飞人海
  1. java_kmp_algorith

    0下载:
  2. 利用java语言实现的KMP算法, 可用于字符串模式匹配等项目中-Using java language of the KMP algorithm can be used for string pattern matching and other projects
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2106
    • 提供者:尹君展
  1. TransformExprTODFA

    0下载:
  2. 正则表达式转NFA NFA转DFA DFA最小化 测试字符串是否匹配-Transfer NFA NFA regular expression to minimize transfer DFA DFA test whether the string matches
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:70636
    • 提供者:
  1. FileContentSearch

    0下载:
  2. 该程序遍历设定好的文件夹下所有文件,及其下所有各级子目录的文件。检索文本文件,并匹配输入的字符串。支持区分大小写。 -The program traverses predetermined folder of all files and subdirectories in the file of all levels. Search text file, and match the input string. Support case-sensitive.
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:30703
    • 提供者:vicky
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 28 »
搜珍网 www.dssz.com