登录
首页 » 其他项目 » 算法实现题 最长公共子序列问题 给定两个序列 X = { x1 , x2 , ... , xm } Y = { y1 , y2 , ... , yn...

算法实现题 最长公共子序列问题 给定两个序列 X = { x1 , x2 , ... , xm } Y = { y1 , y2 , ... , yn...

于 2022-03-02 发布 文件大小:1.19 kB
0 288
下载积分: 2 下载次数: 1

代码说明:

算法实现题 最长公共子序列问题 给定两个序列 X = { x1 , x2 , ... , xm } Y = { y1 , y2 , ... , yn } 求X和Y的一个最长公共子序列 举例 X = { a , b , c , b , d , a , b } Y = { b , d , c , a , b , a } 最长公共子序列为 LSC = { b , c , b , a }-Algorithm to achieve the longest common sub-title sequence of the problem given two sequences X = (x1, x2, ..., xm) Y = (y1, y2, ..., yn) for X and Y, a maximum common substructure sequence, for example X = (a, b, c, b, d, a, b) Y = (b, d, c, a, b, a) the longest common sub-sequence for LSC = (b, c, b, a )

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

发表评论

0 个回复

  • 猜数字游戏 * 游戏规则:系统随机从0
    猜数字游戏 * 游戏规则:系统随机从0-100中选择一个整数, 要求你输入0-100的数字来猜测,系统所选定的数字 当猜测的数字太大了,就会有 "大太多了,继续努力!" * "有点太大了." "有点接近了,不过还是大了点" "好紧张啊,大了一点点,快要中了!" 四个等级的提示.同样如果你猜测的太小了,也会有 * "小太多了,怎么可能就那么小?" "有点太小了." "有点接近了,不过还是小了点" "好紧张啊,小了一点点,快要中了!" 四个等级的提示.-*猜数字game rules of the game: the system randomly select from a whole number 0-100, 0-100 ask you to input the number to guess, the system selected figures when the number of too much speculation, there will be a
    2022-08-11 13:28:23下载
    积分:1
  • Aes 加密代码,只为测试,使用 C 语言
    该应用程序向导创建的测试应用程序为您服务。该文件包含测试应用程序组件每个文件摘要的内容。Test.vcproj这是使用应用程序向导生成的VC++项目的主项目文件。它包含有关该文件的Visual C++版本的信息的产生的信息,并关于向导选择应用程序平台,配置和项目信息的功能。TEST.CPP这是主要的应用源文件。////////////////////////////////////////////////// ///////////////////////////其他标准文件:StdAfx.h中,StdAfx.cpp这些文件被用于生成名称test.pch预编译头(PCH)文件,名为StdAfx.obj式预编译的文件。////////////////////////////////////////////////// ///////////////////////////其他意见:应用程序向导使用“TODO:”注释指示应添加或源代码的定制部件。
    2022-03-20 03:29:00下载
    积分:1
  • DC Motor Simulation使用MATLAB的SIMULINK
    2022-08-25 06:29:07下载
    积分:1
  • 关于人脸检测的小程序,重装了系统,还没装matlab,所以只能已word文档的方式上传,文档为论文形式,附源码及处理效果,以及处理思想....
    关于人脸检测的小程序,重装了系统,还没装matlab,所以只能已word文档的方式上传,文档为论文形式,附源码及处理效果,以及处理思想.-Face Detection of the small program, reinstall the system, not loaded Matlab. Therefore, it can only have the word upload files, file papers to form, with source and the effect of treatment, and handling thinking.
    2022-03-21 05:41:02下载
    积分:1
  • With the third edition of Operations Research, Tsinghua University Press 02
    配运筹学 第三版 清华大学出版社 02-With the third edition of Operations Research, Tsinghua University Press 02
    2022-08-10 09:57:32下载
    积分:1
  • busbox 1
    busbox 1.0-busbox 1.0, the first full edition of busybox.
    2022-02-12 20:34:12下载
    积分:1
  • 此程序是一个dos下日历.
    此程序是一个dos下日历.-This program is a calendar under dos.
    2022-07-06 15:11:55下载
    积分:1
  • A game of snake.
    snake,这是一个我们经常玩的蛇吞食的游戏。功能已经实现。大家可根据应用环境的不同进行移植。-A game of snake.
    2022-05-23 22:02:56下载
    积分:1
  • Huawei
    关于华为智能网技术介绍,可以了解智能网发展的过程,含有部分华为产品的介绍,请大家-Huawei
    2022-01-21 18:33:28下载
    积分:1
  • 台讯企业全站管理系统V2006 供下载时经过了严格的测试,但是这是一个复杂的程序,我们并不能保证程序没有BUG。 当然,如果您在使用本程序时发现了BUG...
    台讯企业全站管理系统V2006 供下载时经过了严格的测试,但是这是一个复杂的程序,我们并不能保证程序没有BUG。 当然,如果您在使用本程序时发现了BUG和漏洞,请及时与我们联系。 本系统版权归HECHENn所有,您可以把这个程序应用于商业或者个人网站。 请不要修改程序的版权信息,也不要以任何形式发表所谓的修改版本。 admin/admin-Taiwan enterprises appear station management system available for downloading at V2006 after rigorous tests, But this is a complex process, we can not guarantee that procedures were not BUG. Of course, if you use this procedure and found a loophole BUG, please contact us promptly. HECHENn property of the system all, you can use the procedures used in commercial or personal websites. Please do not amend the copyright information, and not to any form of the so-called revised version. Admin/admin
    2022-06-13 08:26:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载