登录
首页 » 数据结构 » 一种查找数据库中关于一个字符串的匹配的数据结构

一种查找数据库中关于一个字符串的匹配的数据结构

于 2022-07-15 发布 文件大小:3.75 kB
0 168
下载积分: 2 下载次数: 1

代码说明:

一种查找数据库中关于一个字符串的匹配的数据结构-Find a database on a string of matching data structure

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高...
    由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高效率,这里使用KMP(Knuth-Morris-Pratt)算法。模式串前面的连续片断部分称“前缀模式”,前缀模式在模式串后部重复出现的情况可以用来避免重复进行已经做过的检查,这是KMP算法中的一个重要概念。-as simple pattern-matching algorithm to compare a character failure, a simple model put forward position Series mobile location of a character, would be lost in front of characters matching the information inefficiently. There is a need for a non-backtracking algorithms to improve efficiency, the use of KMP here (Knuth-Morris-Pratt) algorithm. Model Series in front of a row clips part said "prefix model," prefix string pattern in the pattern of recurring back can be used to avoid duplication of inspection has been done, KMP algorithm is an important concept.
    2022-03-19 13:35:27下载
    积分:1
  • data structure
    数据结构-二叉树-data structure-Binary Tree
    2022-09-08 23:40:03下载
    积分:1
  • 学生成绩管理
    数据库课程设计 附加源代码。学校学生成绩管理的一个系统。教师可以查看修改学生成绩。学生查看成绩。登陆模式区分身份验证。只需要导入到软件就可以使用
    2022-04-30 01:34:28下载
    积分:1
  • 该源码功能是实现赫夫曼编码,即造最优二叉树,是字符界面的,自我感觉做的还不错,调试通过的,绝对好用...
    该源码功能是实现赫夫曼编码,即构造最优二叉树,是字符界面的,自我感觉做的还不错,调试通过的,绝对好用-The source function is to realize Huffman coding, that is, the optimal tree structure is a character interface, and the sense of self, to do good, debugging adopted, the absolute ease of use
    2023-08-12 19:10:03下载
    积分:1
  • 这是关于图论算法里面的一些代码,图论基本的思想代码的实现...
    这是关于图论算法里面的一些代码,图论基本的思想代码的实现-This is on the graph theory algorithm inside some code, graph theory, the idea of the basic code realize
    2022-02-10 12:57:22下载
    积分:1
  • 示例:为MSHFlexGrid控件的表格设置不同的背景色!
    示例:为MSHFlexGrid控件的表格设置不同的背景色!-Example: In order to form a different background color to set!
    2022-01-21 17:43:56下载
    积分:1
  • 描述问题描述:给定一个包含只有[ 0 ]9 ]…
    描述 问题描述: 给定一个只包含数字[0..9]的字符串,求使用字符串中的某些字符,构建一个能够整除15的最大的整数。 注意,字符串中的每个字符只能使用一次。 编程任务: 求由给定字符串构建的能够整除15的最大整数。-Description of the problem description: Given a contain only numbers [0 .. 9] of the string, seeking to use some of the characters in the string, one can build the largest integer divisible by 15. Note that the string for each character can only be used once. Programming task: seeking from the given string that can build the largest integer divisible by 15.
    2022-03-31 23:20:56下载
    积分:1
  • poorteymoor
    阿萨达达德
    2022-08-26 01:49:36下载
    积分:1
  • 与算法分析中创建链表,实现多项式相加
    数据结构与算法分析中创建链表,实现多项式相加-Analysis of the data structure and algorithm to create a list, add up to the realization of polynomial
    2023-01-31 17:15:04下载
    积分:1
  • 含有植物系统如学生VB库系统实例
    VB开发数据库系统 VB程序实例 内含工厂系统 学生系统等-VB database system containing examples of plant systems such as the students
    2022-04-15 07:15:37下载
    积分:1
  • 696516资源总数
  • 106611会员总数
  • 19今日下载