登录
首页 » 数据结构 » 这是计算机专业硕士生课程《算法设计与实现》中讲到的模式匹配算法的实现,并且将该算法与KMP算法进行了比较。...

这是计算机专业硕士生课程《算法设计与实现》中讲到的模式匹配算法的实现,并且将该算法与KMP算法进行了比较。...

于 2022-03-14 发布 文件大小:11.92 kB
0 72
下载积分: 2 下载次数: 1

代码说明:

这是计算机专业硕士生课程《算法设计与实现》中讲到的模式匹配算法的实现,并且将该算法与KMP算法进行了比较。-It was the professional degree programs, "Algorithm Design and Implementation" referred to the pattern matching algorithm implementation, and algorithm and KMP algorithm are compared.

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

发表评论

0 个回复

  • A.STEVENS database by c
    A.STEVENS 用C语言开发的数据库 -A.STEVENS database by c
    2022-01-26 18:27:18下载
    积分:1
  • a project management procedures. I graduated from the Design
    一个工程管理程序!我的毕业设计-a project management procedures. I graduated from the Design
    2023-06-27 14:25:03下载
    积分:1
  • 算法设计于分析中的多段图问题,用VC编写应用动态规划的算法设计方法,利用最优性原理以及所获得的递推关系式求取最优决策序列,通过多段图的定义,找到由源点s到汇点t...
    算法设计于分析中的多段图问题,用VC编写应用动态规划的算法设计方法,利用最优性原理以及所获得的递推关系式求取最优决策序列,通过多段图的定义,找到由源点s到汇点t的最小成本路径,进而可以灵活解决可以用多段图描述的许多实际问题.-algorithm design in the analysis of many of the map, prepared with VC dynamic programming algorithm design, the optimum principle as well as the recursive relation to strike the optimal sequence of decision-making through more of the map defined by the source to find s t point to the Department of the minimum cost paths and further a flexible solution could spend more of the map describes the many practical problems.
    2022-02-04 19:58:15下载
    积分:1
  • 栈(stack)是程序设计过程中经常遇到朝气一种形式,它对于的存放和操作有下面这样的特点: 1) 它只有一个对进行存入和取出的端口; 2) 后进...
    栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。- The stack (stack) is in the programming process frequently meets the vitality one kind of construction of data form under, it has such characteristic regarding data depositing and the operation: 1) it only has a logarithm according to the port which carries on stores and takes out; 2) less advanced first leaves, namely finally the data which will store first is taken out. Its form looks like one kind of memory coin very much the small container, each time only may press in a coin from the peak, but takes out also only may carry on from the peak, namely less advanced first leaves. Such data storage and the management form are very useful in some programmings. For example, in the compiling system (this is a kind of quite complex procedure), transfe
    2023-08-22 21:50:04下载
    积分:1
  • POJ 1166己AC源代码,不信你可以试试.
    POJ 1166己AC源代码,不信你可以试试.-POJ 1166 F AC source code, do not believe you can try.
    2022-09-09 11:35:03下载
    积分:1
  • 简单邮电信息管理
    简单邮电信息管理-simple information management posts
    2023-07-15 06:25:03下载
    积分:1
  • 电影票预定系统
    电影票预订项目:电影已经成为全世界人民都非常欢迎的娱乐项目。人们乐于在电影院里支配自己自由的时间。它是一种对每个人都适合的娱乐,包括孩子,女孩 和所有的人。正如你所看到,买票的队伍总是那么的长,对于马上需要买到票的人来说,这是个大问题。这是一个在线的网站,普通用户和影院所有者可以注册和登录。用户可以在上面搜索自己喜欢的电影介绍并且买票,影院所有者可以发表电影的上映信息。影院方也可以实现在线验票。用户可以通过网上支付来付电影票钱。所有的付款将有充分的安全保障。电影票预订系统的目标是使人们更容易的买到票。随着互联网安全和技术的发展,越来越多的人们开始使用网络消费。这是非常方便并彰显个性的方式。该项目也被称为电子订票,它主要是用来克服纸质客票系统的缺点。它减少买票的所花费的了时间和精力。
    2023-06-11 13:30:03下载
    积分:1
  • 关于有穷自动机和正则表达式相互转化的程序,并完成有穷自动机的确定化和最小化。...
    关于有穷自动机和正则表达式相互转化的程序,并完成有穷自动机的确定化和最小化。-on Finite Automata and Regular expressions are transformed into each other procedures, and complete the DFA and the determination of the smallest.
    2022-07-24 12:39:44下载
    积分:1
  • dBaseIII的源码。
    dBaseIII的源码。-dBaseIII the source.
    2022-03-02 16:05:10下载
    积分:1
  • 基础学习程序,在TURBO C++集成环境中使用,特别适合初学者参考使用...
    数据结构基础学习程序,在TURBO C++集成环境中使用,特别适合数据结构初学者参考使用-Data structure based on the learning process, in the TURBO C++ Integrated environment, in particular data structure suitable for use and reference for beginners
    2022-03-13 21:38:26下载
    积分:1
  • 696518资源总数
  • 104271会员总数
  • 70今日下载