CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Longest common subsequence

搜索资源列表

  1. 1977+Algorithms+for+the+Longest+Common+Subsequence

    0下载:
  2. 最长子序列,英文版,电子书 ACM文章1977+Algorithms+for+the+Longest+Common+Subsequence+Problem-The longest sequence, in English, e-books ACM article 1977+ Algorithms+ For+ The+ Longest+ Common+ Subsequence+ Problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:717055
    • 提供者:张启达
  1. LCS

    0下载:
  2. Instead of finding the longest common subsequence, let us try to determine the length of the LCS. 􀂄 Then tracking back to find the LCS. 􀂄 Consider a1a2…am and b1b2…bn. 􀂄 Case 1: am=bn. The LCS must contain am, we h
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1242
    • 提供者:linru
  1. kang

    0下载:
  2. 一个最长公共子序列的实现算法,编译完全正确-One of the longest common subsequence algorithm,compile completely correct
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:232665
    • 提供者:kang
  1. LCS

    0下载:
  2. Longest common subsequence problem. It is dynamic approach based problem.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:549
    • 提供者:Preeti
  1. zuichangg1

    0下载:
  2. 算法分析的最长公共子序列问题 求出其中的最优解 可在c++环境中做-Algorithm analysis of the longest common subsequence problem find the optimal solution which can be done in c++ environment
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:570
    • 提供者:xiaolu
  1. xulie

    0下载:
  2. 利用动态规划法求解次最长公共子序列问题。-The use of dynamic programming method for solving second longest common subsequence problem.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1056944
    • 提供者:hehuiling
  1. longest_public_substring

    0下载:
  2. 用动态规划实现查找两个数列之间的最长公共子序列-Realization of dynamic programming to find the number of columns between the two longest common subsequence
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:144674
    • 提供者:universe
  1. resoures

    0下载:
  2. “最长公共子序列问题”的三种重要实现方法,源代码-" Longest common subsequence problem" to achieve three important ways, the source code! ! ! !
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3481
    • 提供者:王伟
  1. LCS

    0下载:
  2. 算法设计与分析课程中用动态规划算法求解最长公共子序列问题,C语言写的,很实用,有b数组和c数组的输出,很适合初学者一步一步走程序。-Algorithm design and analysis programs using dynamic programming algorithm for solving the longest common subsequence problem, C language written, very practical, with b and c array ar
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:734
    • 提供者:陈丽萍
  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. zuichanggonggongzixulie

    0下载:
  2. 算法 最长公共子序列问题实现 很简单的 大家可以下载研究下-Algorithm to achieve the longest common subsequence problem is very simple you can download under study
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:853726
    • 提供者:林常来
  1. LCS

    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. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:872324
    • 提供者:wscnwps
  1. zuichang_gonggong_zixulie

    0下载:
  2. 对于给定的两个字符串,求最长的公共子序列-For a given two strings, find the longest common subsequence
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:727
    • 提供者:
  1. zuichang

    0下载:
  2. 寻找两串英文最长的公共子列,如abcdefg与abcdhjk 最长子列为abcd-Search for two strings of English longest common subsequence, such as abcdefg and abcdhjk longest sub-classified as abcd
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:900111
    • 提供者:岳拓菲
  1. LCSwork

    0下载:
  2. 最长公共子序列,可通过文本输入或者控制台输入,上传为源代码的txt文本,需自行建立项目与文件;-Longest common subsequence, text input or console input, upload txt text of the source code, create your own projects and documents
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:1188
    • 提供者:张帆
  1. Greedy

    0下载:
  2. 最长公共子序列的求解,数据输入为data.txt-Longest common subsequence solving, data input data.txt
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:958702
    • 提供者:张帆
  1. LCS

    0下载:
  2. 求任意长度的字符串的最长公共子序列,实现对任意输入的两个字符串,输出最长公共子序列-The longest common subsequence seek any length of string
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:5303356
    • 提供者:张政
  1. algorithm

    0下载:
  2. 1.Dijkstra算法设计分析,2.布线问题分析设计.3最长公共子序列 4.N后问题(回溯法) -1.Dijkstra algorithm design and analysis, wiring problem analysis and design .3 longest common subsequence 4.N problem (backtracking)
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:3286
    • 提供者:Deep
  1. The-longest-common-subsequence-

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

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

    0下载:
  2. VC++实现最长公共子序列的查找定位,简单易懂-The longest common subsequence
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1198
    • 提供者:学吧
« 12 »
搜珍网 www.dssz.com