CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - string matching

搜索资源列表

  1. matchall

    0下载:
  2. 看过网上很多匹配算法。都只支持一次匹配。比如aadsfasdfaa...和数据串aa。匹配一次以后另外一个就没有匹配了,这里改进了一下。上传-read many online matching algorithm. Only a matching support. For example aadsfasdfaa ... aa string and data. After a match no one other matches here to improve a bit. Upload
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1390
    • 提供者:刘世金
  1. duifengpei.cpp

    0下载:
  2. KMP目录下是字符串的堆分配存储表示源程序,其中使用KMP算法完成模式匹配 -KMP directory is the string heap memory allocation, said the source, the use of KMP completed pattern matching algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3021
    • 提供者:wangjie
  1. CSharpZZBDS

    0下载:
  2. 如果你曾经用过Perl或任何其他内建正则表达式支持的语言,你一定知道用正则表达式处理文本和匹配模式是多么简单。如果你不熟悉这个术语,那么“正则表达式”(Regular Expression)就是一个字符构成的串,它定义了一个用来搜索匹配字符串的模式。-If you have used Perl or any other built-in regular expression support for the language, You know, regular expression matchi
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:83666
    • 提供者:qingao
  1. Kmp

    0下载:
  2. 实现KMP模式匹配,模式匹配操作对象是字符串-achieve KMP, pattern-matching operations object is a string
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:53012
    • 提供者:小百
  1. tlparen

    1下载:
  2. « 问题描述:在对高级语言编写的程序进行编译时会遇到表达式或字符串的括号匹配问题。例如C++程序中左、右花括号“{”和“}”的匹配问题。表达式(字符串)的括号匹配问题要求确定一给定表达式(字符串)中左、右括号的匹配情况。例如,表达式(x*(x+y)-z)在位置1 和4处有左括号,在位置8 和11 处有右括号。位置1 处的左括号与位置11 处的右括号相匹配;位置4 处的左括号与位置8 处的右括号相匹配。而在表达式(x+y)*z)(中,位置8处的右括号没有可匹配的左括号,位置9处的左括号
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1195
    • 提供者:林天
  1. kmp

    0下载:
  2. 用C语言实现KMP算法(字符串匹配过程)-Using C language KMP algorithm (string matching)
  3. 所属分类:CSharp

    • 发布日期:2017-03-21
    • 文件大小:620
    • 提供者:赵珑
  1. 23

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

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

    0下载:
  2. C#实现闹钟功能,字符串截取、匹配,对文本文件的stream流操作,用文本来保存用户的记录,截取其中的字符串来判断时间是否已经到和截取记录中的用户提示信息和音乐地址等。暂时不会解决内存的释放问题,导致运行的时候会占用20M多的内存资源-C# to achieve the alarm function, the string capture, matching, stream flow of the text file operations to save the user with a text
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:1264373
    • 提供者:kouk23
  1. BestString

    0下载:
  2. 相似字符串的匹配实现(c#编程),在数聚集成或数据清洗中要考虑到相似数据的匹配问题。-Similar to the string matcher (c# programming), or data gathered into a few cleaning to take into account similar data matching.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:14996
    • 提供者:心愿
  1. shiyan2

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

    • 发布日期:2017-11-12
    • 文件大小:765
    • 提供者:陈序员
  1. UnCode

    0下载:
  2. 验证码识别,对于正规的数字验证码识别能达到100 ,同时加入了字符串的相似度匹配算法-Identification code validation for regular digital identification code validation can reach 100 , while adding a string similarity matching algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:54744
    • 提供者:scghost
  1. 3

    0下载:
  2. 设集合S由若干单词(英文)组成,给定字符串K,在S中查找与K最佳匹配的结果。最佳匹配的结果定义为:与K有最长共同前缀的字符串。 例:S={abc, bdef, zhen, zhao, abdd},K1=zhao,K2=abdf,K3=cheng,则与K1最匹配的结果是zhao,与K2最匹配的结果是abdd,与K3最匹配的结果是ε(空串)。 -Set the set S consists of several words (in English), with the given strin
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:542
    • 提供者:jiegenghua
  1. Series-of-operations-

    0下载:
  2. 窗体形式实现串的长度计算、取子串、插入、删除、模式匹配、复制等功能。-Form form calculate the length of the string in, take a substring, insert, delete, pattern matching, replication, and other functions.
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:285969
    • 提供者:dongli
  1. string-matching

    0下载:
  2. 简单的字符串匹配程序,可以匹配多个在长字符串中出现的子串-string matching
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:37958
    • 提供者:langyuxing
  1. 3

    0下载:
  2. 掌握稀疏矩阵的特点(三元组存储方法)。 2.掌握串的运算(赋值,比较,联结,插入子串,模式匹配……等)。 -Grasp the characteristics of sparse matrix (three tuple storage method). 2 master string operations (assignment, comparison, join, insert substring, pattern matching)...... Etc).
  3. 所属分类:CSharp

    • 发布日期:2017-12-13
    • 文件大小:42054
    • 提供者:木思
搜珍网 www.dssz.com