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

搜索资源列表

  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
    • 文件大小:700.25kb
    • 提供者:张启达
  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
    • 文件大小:1.21kb
    • 提供者:linru
  1. houzhui_tree

    0下载:
  2. 本代码是对后缀树进行构建,然后对构建的后缀树进行一些简单操作,运用后缀树计算最长子序列-create the tiretree ,then calculate the longest common squenece of two string by using tiretree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1.49kb
    • 提供者:Summer
  1. zuichanggonggongzixulie

    0下载:
  2. 最长公共子序列- The longest common sub-sequence
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:16.65kb
    • 提供者:cc
  1. LCS

    0下载:
  2. LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长的1序列,其对应的位置就是最长匹配子串的位置。 最长递增子序列LCS的实现C源码!-LCS problem for two strings is the longest common sub-string problem. Solution is to use a matrix to record the location of two
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:155.39kb
    • 提供者:郭子
  1. kang

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

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

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

    • 发布日期:2017-04-11
    • 文件大小:549byte
    • 提供者: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
    • 文件大小:570byte
    • 提供者:xiaolu
  1. xulie

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

    • 发布日期:2017-04-09
    • 文件大小:1.01mb
    • 提供者: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
    • 文件大小:141.28kb
    • 提供者:universe
  1. LCS

    0下载:
  2. 求最长公共子系列,即给出两序列,求得相同的序列-Seeking the longest common sub-series, that is, given two sequences, obtained the same sequence of
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:626byte
    • 提供者:林风
  1. resoures

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

    • 发布日期:2017-04-14
    • 文件大小:3.4kb
    • 提供者:王伟
  1. 092972__1

    0下载:
  2. 导入文件,并求文件中的所有字符串的最长公共子串-Import file, and all the strings in order to document the longest common sub-string
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:751.26kb
    • 提供者:ZZH
  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
    • 文件大小:734byte
    • 提供者:陈丽萍
  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
    • 文件大小:5.76kb
    • 提供者:谢锦
  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
    • 文件大小:833.72kb
    • 提供者:林常来
  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
    • 文件大小:851.88kb
    • 提供者:wscnwps
  1. The-longest-common-subsequence-

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

    • 发布日期:2017-11-09
    • 文件大小:1.92kb
    • 提供者:周能
  1. The-longest-common-substring

    0下载:
  2. 最长公共子串,包括一个动态规划法的两个字符串最长公共子串的计算,和多个字符串最长公共子串的C代码-Longest common substring, including two strings of a dynamic programming method of computing the longest common substring, and multiple string longest common substring of C code
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1.73mb
    • 提供者:livy
  1. Longest-common-substring

    0下载:
  2. 求两个输入序列的最长的公共子字符串的长度。子字符串中的所有字符在源字符串中必须相邻。-Length of the input sequence is the sum of two longest common substring. Substring of all the characters in the source string must be contiguous.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.3kb
    • 提供者:盖先生
« 12 3 »
搜珍网 www.dssz.com