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

搜索资源列表

  1. 公共子序列

    0下载:
  2. 本算法实现的是对两个单字符串的扫描,找出其最长公共子序列。-the algorithm to achieve the two-string scan, identify its longest public sequences.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:819
    • 提供者:汪永威
  1. 最长公共子序列

    0下载:
  2. 动态规划算法中的最长公共子序列算法-dynamic programming algorithm for the longest sequence of public Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1553
    • 提供者:connie
  1. 最长公共子序列

    0下载:
  2. 最长公共子序列: 序列Z=是序列X=的子序列,相应的递增下标序列为。 一般地,给定一个序列X=,则另一个序列Z=是X的子序列,是指存在一个严格递增的下标序列〈i1,i2,…,ik〉使得对于所有j=1,2,…,k使Z中第j个元素zj与X中第ij个元素相同。 给定2个序列X和Y,当另一序列Z既是X的子序列又是Y的子序列时,称Z是序列X和Y的公共子序列。 你的任务是:给定2个序列X、Y,求X和Y的最长公共子序列Z。
  3. 所属分类:系统编程

    • 发布日期:2009-10-19
    • 文件大小:885172
    • 提供者:duongminhdien
  1. 最长公共子序列

    0下载:
  2. 用动态规划算法求两个序列的最长公共子序列。
  3. 所属分类:源码下载

    • 发布日期:2010-10-26
    • 文件大小:280346
    • 提供者:rfhao123
  1. -p2

    0下载:
  2. 最长公共子序列(LCS),最长递增子序列(LIS),最长公共递增子序列(LCIS)的实现,根据《算法导论》英文版的伪代码改写成C语言版本,测试完美通过。-The longest common sub-sequence (LCS), the longest increasing subsequence (LIS), the longest sequence of public increments (LCIS) of the realization, according to " Intr
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:753970
    • 提供者:无我
  1. lcs2

    0下载:
  2. 用分治法求出两个字符串中的最长公共子序列,输出长度,并输出最终序列-Calculated by sub-rule 2 of the longest string common sub-sequence, the output length, and output the final sequence
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:852
    • 提供者:王颖
  1. longest

    0下载:
  2. 这是暑假写的最长公共子序列算法,呵呵, 欢迎大家来下载-Writing This is the longest summer vacation of public sequence algorithm, huh, huh, welcome everyone to download
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:172452
    • 提供者:zuoxue
  1. zuichanggonggongzixulie

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

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

    0下载:
  2. 求出任意两个序列的最长公共子序列,使用了动态规划的方法-Obtained the longest sequence of any two common sub-sequences, the use of dynamic programming methods
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:517
    • 提供者:玄霄
  1. TheLongestCommonSubsequence

    0下载:
  2. 本代码是用c#来实现最长公共子序列算法。-The c# code is used to achieve the longest common sub-sequence algorithm.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:27130
    • 提供者:堂堂
  1. LCS

    0下载:
  2. 最长公共子序列(LCS)算法 求两个字符串的最长公共子序列。 X的一个子序列是相应于X下标序列{1, 2, …, m}的一个子序列,求解两个序列的所有子序列中长度最大的,例如输入:pear, peach输出:pea。 -LCS
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:410560
    • 提供者:夏小军
  1. LCSDP

    0下载:
  2. 最长公共子序列问题的动态规划算法,vc实现。-The longest common sub-sequence dynamic programming algorithm for the problem, vc achieve.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:1167
    • 提供者:付娆
  1. maxsubsequee

    0下载:
  2. 最长公共子序列:输入两个字符串,找出最大的公共序列。-The longest common sub-sequence: Enter the two strings, find the largest public sequence.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2391026
    • 提供者:王彦如
  1. finddepth

    0下载:
  2. 集合算法,最优二分搜索树,最长公共子序列,union—find算法的应用与推广-Collection algorithm, the optimal binary search tree, the longest common subsequence, union-find algorithm of the application and promotion of
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:379723
    • 提供者:winnershu
  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++环境下开发的最长公共子序列算法,可以下下来试试看-In C++ development environment, the longest common subsequence algorithm can try the next down
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:565621
    • 提供者:Nango
  1. 最长公共子序列

    0下载:
  2. 定义两个字符串,运用动态规划算法求出两个字符串的最长公共子序列(Finds the longest common subsequence of two strings)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-24
    • 文件大小:28672
    • 提供者:小七111
  1. LCS

    0下载:
  2. 求解最长公共子序列,要求输入10个字符 ,用C语言(Solving the longest common subsequence, asking for 10 characters, using the C language)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:10240
    • 提供者:bambo
  1. 最长递增子序列

    1下载:
  2. 这是数据结构和算法设计中的经典案例题,代码不唯一,最长公共子序列源码和动态规划ppt分析(This is a classic case of data structure and algorithm design, the code is not unique, the largest m sub segment and source code and dynamic programming ppt analysis)
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:2011136
    • 提供者:桀骜不驯
  1. Longest common subsequence

    0下载:
  2. 用动态规划思想设计实现最长公共子序列问题,用贪心思想设计实现活动安排问题,并且用不同数据量进行对比分析。(We use dynamic programming theory to design the longest common subsequence problem. We use greedy thought to design the activity scheduling problem, and compare it with different data volume.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:lcy2074
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com