搜索资源列表

  1. back

    0下载:
  2. 后缀数组的构造,实现了对字符串的子串的匹配及最长重复子串的查找-Suffix array construction, the realization of a substring of string matching and longest repeat substring search
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:顾亚楠
  1. bm

    0下载:
  2. 字符串匹配算法,单模式字符串匹配。 使用c语言编写-String matching algorithm, single-mode string matching. Using c language
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:刘学生
  1. KMP

    0下载:
  2. KMP算法,详细的解释了如何去匹配字符串。做成了实验报告,希望给大家帮助。-KMP algorithm, a detailed explanation of how to match the string. The report resulted in the experiment, we hope to help.
  3. 所属分类:文档资料

    • 发布日期:2024-05-10
    • 文件大小:121856
    • 提供者:缪巍巍
  1. kmp_suanfa

    0下载:
  2. KMP模式匹配算法,实现了用KMP算法无回溯查找字符串的功能-KMP pattern matching algorithm using the KMP algorithm without backtracking to find string function
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:李天宇
  1. Project1(local)

    0下载:
  2. 完成最基本功能的本地简易字符串搜索(文本匹配)引擎,还不支持对中文的检索-To complete the most basic function of the local Simple search string (text matching) engine, do not support the Chinese language search
  3. 所属分类:搜索引擎

    • 发布日期:2024-05-10
    • 文件大小:19456
    • 提供者:许民皆
  1. LL_1

    0下载:
  2. 编译原理 LL_1文法分析器。 支技用户文法输入,LL_1文法判断,分析表生成,字符串匹配。-Compiler Construction Principles LL_1 grammar analyzer. Support technical user input grammar, LL_1 grammar judgment analysis table generated, string matching.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-10
    • 文件大小:14336
    • 提供者:
  1. kmp_algorithm

    0下载:
  2. 自己编写的字符串匹配算法-经典的KMP算法,该算法当模式与主串之间存在许多“部分匹配”时能显示出其时间优越性。-I have written a string matching algorithm- the classical KMP algorithm when the model and between the main strings there are many
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:malota
  1. random_algorithm

    0下载:
  2. 一种采用数学方法实现的字符串匹配算法-模式匹配的随机算法。-Mathematical methods used to achieve a string matching algorithm- the random pattern-matching algorithm.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:malota
  1. StringMatchAll

    0下载:
  2. 基于KMP算法所撰写的能实现带通配符的字符串匹配算法源代码-err
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:jacky
  1. KMP(VB)

    0下载:
  2. 自己写的基于VB6.0平台的KMP字符串匹配算法,算法过程和严蔚敏版数据结构相同,可以作为学习数据结构的参考-Wrote it myself VB6.0 platform based on the KMP string matching algorithm, the algorithm process and Yan Wei-min version of the same data structure can be used as a
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:杨羽
  1. KMP

    0下载:
  2. 字符串匹配算法中的KMP算法的详细介绍和代码-String matching algorithm of KMP algorithm details and code
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:yiyi
  1. char_comp

    0下载:
  2. 字符串匹配,大小写无关。 入口:两个待匹配字符串, 返回值:相等返回1,不等返回0-String matching, case-insensitive. Entrance: Two strings to be matched, the return value: equal to the return of one, it does not return 0
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:Rex
  1. BM

    0下载:
  2. 实现BM算法查找文本中字符串功能,给出匹配次数和所用时间。-BM algorithm to find the realization of the text string function, given the number and the matching time.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:288768
    • 提供者:sifhay
  1. wordsegmentbasedonChinesetext

    0下载:
  2. 一种基于中文文本分类的分词方法,区别于常用的基于字符串匹配等方法,并利用数据库特有的查询技术设计和实现了该分词系统-Chinese text classification based on the sub-word method, different from the commonly used methods based on string matching and the use of database-specific queri
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-10
    • 文件大小:89088
    • 提供者:lyh
  1. kmp

    0下载:
  2. 字符串的kmp匹配算法并行计算的源程序。-KMP string matching algorithm parallel computation of the source.
  3. 所属分类:并行运算

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:成斌
  1. find

    0下载:
  2. 本程序用汇编16位语言实现字符串匹配的问题。很好的解决了这一类似的问题。-This procedure used to compile 16 Language string matching problem. Well solve the similar problems.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:muse
  1. string

    0下载:
  2. 字符串匹配BM算法算法源码 字符串匹配BM算法 源码 很好的 有新意-BM algorithm for string matching algorithm source BM string matching algorithms have a good new source
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:198656
    • 提供者:cuiyuzheng
  1. StringMatch

    0下载:
  2. 字符串匹配问题中求最小编辑距离的源码,精简实用,是作业的好帮手!-String matching problem in order to minimize the distance of the source editor to streamline the utility is operating a good helper!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:310272
    • 提供者:wangfang
  1. huibianshiyan

    0下载:
  2. 清华汇编实验源代码 字符串匹配 查询电话号码 窗口屏幕程序-Tsinghua Experimental source code compilation query string matching phone number window screen procedures
  3. 所属分类:汇编语言

    • 发布日期:2024-05-10
    • 文件大小:11264
    • 提供者:忘了
  1. Flexible_Pattern_Matching_In_Strings_Practical_On-

    0下载:
  2. 《柔性字符串匹配》的英文版,是目前讲解字符串匹配算法的参考资料中比较全面和前沿的,很有参考价值和收藏价值-" Soft string matching" in English, is the string-matching algorithm on the reference in a more comprehensive and cutting-edge, a good reference value and val
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:6803456
    • 提供者:yywbupt
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 34 »

源码中国 www.ymcn.org