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

搜索资源列表

  1. intellgence

    0下载:
  2. 智能化查询过程C语言源代码,程序用来查询用户输入的信息,如果查到,则输出;若没有查到,则向用户询问,且具有记忆和自动更新数据库功能。不足之处在于,没有实现模糊查询(利用字符串匹配的知识不难自行增加相应功能);没有实现删除错误信息的功能,以后有时间慢慢添加吧。暂时可以看作一个对文件操作的小程序-intelligent inquiry C language source code, procedures can be used to query the user input information,
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:3.2kb
    • 提供者:黄羽翔
  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
    • 文件大小:1.17kb
    • 提供者:林天
  1. ac

    0下载:
  2. 这个c的小程序 是基于AC算法的多模式匹配技术,对字符串搜索一次,就可以找出所有的匹配字和出现位置-The c of the small program is based on the AC algorithm many pattern matching techniques to search a string, you can find all the matching words and the emergence of location
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:6.8kb
    • 提供者:孔利峰
  1. String

    0下载:
  2. 字符串的匹配算法,简单的c++算法源码,一共三个文件,文件s和t中存放字符串-String matching algorithm, a simple c++ algorithm source, a total of three documents, document storage s and t in the string
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.6kb
    • 提供者:司马俊杰
  1. MatchingString

    0下载:
  2. C语言的字符串匹配函数,我一直在用,挺不错的-C language string matching function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:2.96kb
    • 提供者:胡燕
  1. kmp

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

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

    0下载:
  2. 基于字符串匹配的中文分词程序,C++版。 结果以文件显示。-String matching based on the Chinese word segmentation procedures, C++ version. To document the results.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:327.29kb
    • 提供者:李宏波
  1. TEMP

    0下载:
  2. 一个字符串表达式匹配算法。支持字符集表达式[],[^],[a-b];支持*,?,+。仅依赖C库。C++类封装,使用简便,运行迅速。经过实际运用验证。-Expression of a string matching algorithm. support character sets Expression [],[^],[ ab] and support*,?,+。 Rely on the C library. C++ class packaging, simple to use.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:25.84kb
    • 提供者:sapple
  1. C

    0下载:
  2. 关于字符串的操作,比如说字符串匹配识别等操作。-Operation on the string, such as string matching identification operation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:135.55kb
    • 提供者:
  1. 23

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

    • 发布日期:2017-04-16
    • 文件大小:28kb
    • 提供者:江南
  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
    • 文件大小:1.21mb
    • 提供者: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
    • 文件大小:14.64kb
    • 提供者:心愿
  1. brace_match

    0下载:
  2. 用C++编写的括号匹配程序,输入一串字符,输出里面面匹配的括号的序号。该程序可用于编程时括号的自动匹配与提醒。-Written in C++ brackets to match the program, enter a string of characters, the serial number of the output inside surface matching brackets. The brackets can be used for programming the program
  3. 所属分类:Console

    • 发布日期:2017-05-15
    • 文件大小:3.54mb
    • 提供者:吴广哲
  1. fwordintxt

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

    • 发布日期:2017-12-01
    • 文件大小:282.71kb
    • 提供者:hancunai
  1. mykmp

    0下载:
  2. 实现字符串匹配的简单匹配算法和KMP算法,并且使用相同的比较字符串重复比较至少5000次,计算两者的时间差别。C:\Users\Administrator\Desktop-The simple matching string matching algorithms and the KMP algorithm, and use the same comparison string repeat at least 5000 times, and calculate the time differen
  3. 所属分类:Console

    • 发布日期:2017-11-29
    • 文件大小:2.06mb
    • 提供者:马明哲
  1. Bracket-matching

    0下载:
  2. 括号匹配,C语言实现,检验任意字符串中包含的括号是否前后相匹配。-The brace matching C language test any string that contains the brackets before and after the match.
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:208.32kb
    • 提供者:郭景
  1. kmp

    0下载:
  2. 用c语言书写的kmp字符串匹配的函数,主要实现字串与母串的匹配-KMP string matching function written in c language, the main string with the parent string matching
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:590byte
    • 提供者:杰杰
  1. kmp

    0下载:
  2. 用C++语言,通过链表实现字符串的匹配和查找-With C++ language, through the list and look for string matching
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:6.93kb
    • 提供者:刘晓晶
  1. String-matching

    0下载:
  2. 字符匹配问题为典型的字符数组的应用,体现了c语言面向过程的特性。可在VC6.0下进行正确编译及运行。-The character matching problem is a typical character array, which embodies the characteristic of C language. Can be compiled and run under VC6.0.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:31.72kb
    • 提供者:刘翼
  1. StringMatch

    0下载:
  2. 数据结构课程作业,利用c#窗体,运用了字符串匹配方法,实现了字符串匹配。两种匹配思想实现。(The string matching, using c# programming.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-21
    • 文件大小:59kb
    • 提供者:北海朝阳
« 12 »
搜珍网 www.dssz.com