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

搜索资源列表

  1. bm_c

    0下载:
  2. bm算法是串的一种匹配算法!本源代码介绍了bm算法的c实现。-bm algorithm is a string matching algorithm! Source code introduced bm Algorithm c achieve.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:961byte
    • 提供者:文万志
  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. THREEAlgorithm

    0下载:
  2. 包括格雷玛、*游戏、字串核对三个算法的C和JAVA版的对比实现-including Geleima, gambling games, three string matching algorithm C and JAVA version of the contrast achieve
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:6.64kb
    • 提供者:陶丽丝
  1. wenxueadie-C

    0下载:
  2. 这是一个叫“文学研究助手”的关于数据结构中串的模式匹配应用的算法,是文学研究人员用于统计英文小说中某些词出现次数与位置的小程序,但由于本人才疏学浅,程序并不完善。-This is called a "literary research assistant" on the data structure of the string pattern matching algorithm for the application, Literature is for statistic
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.03kb
    • 提供者:舒亚
  1. BRACES(C语言宏检查的C语言源程序)

    0下载:
  2. This macro examines the character at the cursor. If it is any of the 4 characters (){} it tries to find the matching character. For C programs it correctly handles comments, and string and character constants.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.67kb
    • 提供者:朱卓吾
  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. AhoCorasick-string-matching-algorithm

    0下载:
  2. Aho–Corasick string matching algorithm Aho Corasick Implementation in c , UNIX.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:228.56kb
    • 提供者:shahar
  1. datastruct_example

    0下载:
  2. 本人讲授数据结构课程时的所写的示例程序,结构清晰规范,有注释,全部可编译运行,包括如下代码: 长整数:ch0_bigint2.c 顺序表的实现:ch2_stable.c 链表的实现ch2_ltable.c 合并两个有序表:ch2_stable_merge.c 表达式计算:ch3_express.c 队列的链式实现:ch3_lqueue.c 栈的链式实现:ch3_lstack.c 迷宫求解:ch3_maze.c 队列的顺序实现:ch3_squeue.c
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:14.42kb
    • 提供者:kk.h
  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. ACandACBM

    0下载:
  2. 多模字符串匹配算法。AC和AC-BM算法的c语言实现。以及字符串匹配算法的相关论文,英文原版论文,很有收藏参考价值。-Multi-mode string matching algorithm. AC and AC-BM algorithm c language. String matching algorithm, as well as the relevant papers, original papers in English, it is collection of reference v
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2.5mb
    • 提供者:shenzhang
  1. SomeProgramForDataStructure

    0下载:
  2. KMP字符串匹配的c实现,测试字符串为char a[20]="abcdefghijk" char b[20]="abcdefgg" 取各位数字的算法,最大有效测试数据长整形最N=100000000 贪婪算法:已知若干面值的人名币,如何找零钱,使张数最小,测试面值a[4]={25,10,5,1} 快速排序C++实现-KMP string matching c to achieve the test string to char a [20] = " abcdefghijk"
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:2.04kb
    • 提供者:WJC
  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. kmp

    0下载:
  2. KMP String Matching VC++实现的KMP字符串匹配算法-KMP String Matching VC++ implementation of the KMP string-matching algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:503.29kb
    • 提供者:彭石
  1. C

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

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

    0下载:
  2. 使用汇编语言编写的简易字符串匹配,输入字符串,并输入关键字与之匹配-Written in assembly language using simple string matching, the input string, and enter the keyword to match
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:1.66kb
    • 提供者:沉默禁断
  1. String-pattern-matching

    0下载:
  2. 用C++编写的一个字符串模式匹配程序,实现指定字符串的匹配功能。-Written in C++, a string pattern matching procedures, to achieve the specified string matching.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:14.62kb
    • 提供者:老七
  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. string-matching

    0下载:
  2. c++实现的字符串匹配的KMP算法和BM算法-c++ achieve the KMP string matching algorithm and the BM algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-06
    • 文件大小:1.9kb
    • 提供者:LIU Y
  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. String

    0下载:
  2. 本工程实现了数据结构字符串的相关操作,如创建字符串,模式匹配等,并有示例程序,直接放到Visual C++工作区即可运行。(The project to achieve the data structure string related operations, such as creating strings, pattern matching, and sample programs, directly into the Visual C + + workspace to run.)
  3. 所属分类:

« 12 3 4 »
搜珍网 www.dssz.com