CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 最长公共子序列问题

搜索资源列表

  1. LongestCommonSequenceLENGTH

    0下载:
  2. 该程序为算法分析中的一个经典问题,可以通过此程序,用动态规划的算法找出两个字符序列的最长公共子序列-procedures for the analysis of algorithms a classic problem, through this procedure, use dynamic programming algorithm to find two characters of the longest sequence of public sequences
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:42208
    • 提供者:阳林
  1. 3.2

    0下载:
  2. 作品:算法设计课程作业 作者:陈兴 学号:J04120010 操作说明: 1、最长公共子序列: 用VC6.0打开文件以后输入一串数字,按“\\”为结束,输出结果。 2、背包问题 用vc6.0打开文件以后按提示操作。 3、残缺棋盘问题 用vc6.0打开文件以后按提示操作。 4、(3.1和3.2还有3.3) 这个是课本82页的作业,基本实现了。其中3.2的算法时间复杂度不是nlogn而是n,nlogn的算法没做出来! -e
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:809
    • 提供者:陈兴
  1. ZuiChangGongGongZiXuLie

    0下载:
  2. 问题描述 序列Z=<B,C,D,B>是序列X=<A,B,C,B,D,A,B>的子序列,相应的递增下标序列为<2,3,5,7>。 一般地,给定一个序列X=<x1,x2,…,xm>,则另一个序列Z=<z1,z2,…,zk>是X的子序列,是指存在一个严格递增的下标序列〈i1,i2,…,ik〉使得对于所有j=1,2,…,k使Z中第j个元素zj与X中第ij个元素相同。 给定2个序列X和Y,当另一序列Z既是X的子序列又
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7982
    • 提供者:陈文浩
  1. SFSJ

    0下载:
  2. 随机数的产生和快速排序,01背包,皇后问题,最长公共子序列的动态演示
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:79327
    • 提供者:gazi
  1. liubo77_0257

    0下载:
  2. 最长公共子序列的实现问题简单快速会让你与一项不到到结果
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11631
    • 提供者:申顺心
  1. report+of+Algorithm

    0下载:
  2. 算法设计的实验报告 包括Bottom-Up Merge Sorting算法、插入排序算法Heaps的创建堆、堆排序算法、按秩合并算法以及带路径压缩算法、实现查找第K小元素算法、实现快速排序算法、实现平面内最接近点对算法、实现最长公共子序列算法、实现矩阵链相乘算法、实现0/1背包问题算法、实现Dijistra’s算法、Prim算法、Kruskal算法、文件压缩算法-Experimental Algorithm Design Report including Bottom-Up Merge So
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:28952
    • 提供者:苏宁
  1. LCS

    0下载:
  2. 这是运用C++语言实现的有关最长公共子序列LCS问题的详细求解代码,大家可以下载看看,谢谢!-This is the use of C++ Language of the longest common sub-sequence of LCS to solve the problem in detail code, you can download and see, thank you!
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:6280
    • 提供者:王志刚
  1. 111

    0下载:
  2. 最长公共子序列算法试验报告, 1.掌握动态规划算法的基本概念和两个基本要素。 2.熟练掌握动态规划算法解决问题的基本步骤。 3.学会利用动态规划算法解决实际问题。 -Longest common subsequence algorithm test report, 1. Grasp the basic concepts of dynamic programming algorithm and two basic elements. 2. Master the dynamic pr
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:5900
    • 提供者:谢锦
  1. 3_1

    0下载:
  2. 长公共子序列问题 最长公共子序列(动态规划) 实验数据:input.txt X={A,B,C,B,D,A,B} Y={B,D,C,A,B,A} ——要求给出X、Y的最长公共子序列Z,程序运行结束时,将计算结果输出到文件output.txt中。输出文件中包含问题的答案:找不到公共子序列时给出“null” 。 -“null” 。
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1410
    • 提供者:rain
  1. LCS_Ex

    0下载:
  2. 最长公共子序列问题求解,采用动态规划的算法,对两个字符串进行求解最长公共子序列。-Longest common subsequence problem solving, using dynamic programming algorithm to solve the two string longest common subsequence.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:184260
    • 提供者:王盛
  1. 123

    0下载:
  2. 一、最长公共子序列问题;二,最大子段和问题(分治算法)-First, the longest common subsequence problem Longest common subsequence problems longest common subsequence problem Longest common subsequence problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:92743
    • 提供者:王海颖081
  1. 3

    0下载:
  2. 3.1 最长公共子序列问题 最长公共子序列(动态规划) 实验数据:input.txt X={A,B,C,B,D,A,B} Y={B,D,C,A,B,A} ——要求给出X、Y的最长公共子序列Z,程序运行结束时,将计算结果输出到文件output.txt中。输出文件中包含问题的答案:找不到公共子序列时给出“null” 。-3.1 the longest common subsequence problems longest common subsequence (dynamic
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:806
    • 提供者:杨蔚
  1. 3

    0下载:
  2. 3.1 最长公共子序列问题 最长公共子序列(动态规划) 实验数据:input.txt X={A,B,C,B,D,A,B} Y={B,D,C,A,B,A} ——要求给出X、Y的最长公共子序列Z,程序运行结束时,将计算结果输出到文件output.txt中。输出文件中包含问题的答案:找不到公共子序列时给出“null” 。 -3.1 the longest common subsequence problems longest common subsequence (dynam
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:687
    • 提供者:杨蔚
  1. CommonOrder

    0下载:
  2. 最长公共子序列问题的一个小程序,数据在代码里面-The longest public subsequence of a small program
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:535
    • 提供者:maike
  1. The--longest-common-subsequence

    1下载:
  2. 本代码是算法设计中的最长公共子序列问题,通过C++编写。-This code is the longest common subsequence algorithm design, written by C++.
  3. 所属分类:Data structs

    • 发布日期:2016-11-27
    • 文件大小:1024
    • 提供者:随波
  1. The-longest-common-subsequence

    0下载:
  2. 运用动态规划思想和策略,解决最长公共子序列问题。-The use of dynamic programming ideas and strategies to solve the longest common subsequence problem.
  3. 所属分类:Data structs

    • 发布日期:2017-11-12
    • 文件大小:770
    • 提供者:吕子乔
  1. The-longest-common-subsequence-

    0下载:
  2. 最长公共子序列问题 第一步 最优子结构: 第二步:建立递归式 第三步:计算最优值 -The longest common subsequence problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:1967
    • 提供者:周能
  1. Lcs

    0下载:
  2. 求最长公共子序列。本算法使用动态规划算法,解得最长公共子序列问题。-Find the longest common subsequence. The algorithm uses a dynamic programming algorithm, the solution was the longest common subsequence problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:713
    • 提供者:wutong
  1. My_LCS

    0下载:
  2. 最长公共子序列 算法分析之动态规划 动态规划解决最长公共子序列问题,即寻找两个序列中公共的序列中的最长的那个,结果不唯一,只能输出一个最长公共子序列,并不能生成所有的; 可视化多文档,手动输入两个子序列,显示动态规划算法的解决表格,箭头和颜色显示公共字符和解路径; C++6.0- Longest common subsequence algorithm for analysis of dynamic programming dynamic programming to solve the
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2822895
    • 提供者:忘了
  1. lcslength

    0下载:
  2. 最长公共子序列问题 源代码。Java实现源码-Longest common subsequence problem source of the problem. Java implementation source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:768
    • 提供者:杜杜
« 1 23 »
搜珍网 www.dssz.com