CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - lcs

搜索资源列表

  1. LCS_Dynamic_Programming

    0下载:
  2. LCS(最长公共子序列)问题可以简单地描述如下: 一个给定序列的子序列是在该序列中删去若干元素后得到的序列。给定两个序列X和Y,当另一序列Z既是X的子序列又是Y的子序列时,称Z是序列X和Y的公共子序列。例如,若X={A,B,C,B,D,B,A},Y={B,D,C,A,B,A},则序列{B,C,A}是X和Y的一个公共子序列,但它不是X和Y的一个最长公共子序列。序列{B,C,B,A}也是X和Y的一个公共子序列,它的长度为4,而且它是X和Y的一个最长公共子序列,因为X和Y没有长度大于4的公共子序列
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4737
    • 提供者:汤烈
  1. XCSR_DE1.0

    0下载:
  2. - XCS for Dynamic Environments + Continuous versions of XCS + Test problem: real multiplexer + Experiments: XCS is explored in dynamic environments with different magnitudes of change to the underlying concepts. +Reference papers: H.H.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:23001
    • 提供者:李恆寬
  1. lcs

    0下载:
  2. 算法实现题 最长公共子序列问题 给定两个序列 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 }
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:1219
    • 提供者:sanfy chen
  1. LCS

    0下载:
  2. 最大公共子序列,利用动态规划实现 just enjoy it
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:936
    • 提供者:里强
  1. LCS

    0下载:
  2. 最大公共子序列 采用动态规划发,下载即可运行,欢迎改正
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1095
    • 提供者:哈哈
  1. LCS

    0下载:
  2. 使用动态规划方法,实现了最长公共子序列算法,并对动态规划方法作了时间和空间的改进
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-19
    • 文件大小:269125
    • 提供者:小波
  1. LCS

    0下载:
  2. KMP算法实现最长公共子序列的C++算法
  3. 所属分类:midi

    • 发布日期:2014-01-20
    • 文件大小:11111
    • 提供者:王鹏程
  1. STLLCS

    0下载:
  2. STL风格LCS算法 STL style LCS algorithm
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:1629
    • 提供者:antss
  1. LCS

    0下载:
  2. 最优自序列问题,对动态规划有更深的理解,用C的方式实现
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1483
    • 提供者:王菲
  1. LCS

    0下载:
  2. 实现求解整数的递增子序列。给出一串整数,求解其最长递增子序列。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7541
    • 提供者:wu
  1. suffixArray

    0下载:
  2. 后缀数组的资料在国内还是少有的,是种很高效数据结构,用来求LCS很方便
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1891
    • 提供者:sinamaster
  1. HW2.rar

    0下载:
  2. we solve the LCS (LONGEST COMMON SUBSTRİ NG ) problem in this code with two different way One of them is dynamic programming.,we solve the LCS (LONGEST COMMON SUBSTRİ NG ) problem in this code with two different way One of them is dynamic pro
  3. 所属分类:Console

    • 发布日期:2017-03-24
    • 文件大小:132600
    • 提供者:burcin
  1. All_Lcs

    0下载:
  2. 设计一个算法求出全部的LCS,分析最坏情况。 用”会计方法”证明,利用b[i,j]来求所有LCS的算法 在最坏情况下时间复杂度为O( )。 -Designed an algorithm to find all of the LCS, the worst-case analysis. Use " accounting methods" to prove the use of b [i, j] to seek all the LCS algorithm in the w
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:1037310
    • 提供者:小牛
  1. LCS-VC60

    0下载:
  2. C语言DTW算法实现,主要功能: 1)快速近邻DTW比较 2)算法稳定 3)节省内存-== Key features == 1) Fast Dynamic Time Warping nearest neighbor cost retrieval. 2) Persistence 3) External-memory: you need only a constant amount of RAM
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-26
    • 文件大小:154552
    • 提供者:wangxuan
  1. LCSp2264

    0下载:
  2. 动态规划的代码~LCS存路径DP:)状态压缩-Dynamic programming code path ~ LCS deposit DP:) compression status. .
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:716
    • 提供者:诗苇
  1. lcs

    0下载:
  2. 求解两个序列的最大子序列问题,以图形显示求解过程-Solving the two sequences of the largest issue of subsequence
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:8747
    • 提供者:浪潮
  1. ada2

    0下载:
  2. lcs ,prims ,kruskal ,merge algorithms for ada -lcs ,prims ,kruskal ,merge algorithms for ada
  3. 所属分类:Data structs

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

    0下载:
  2. 输入两个字符串,计算两个字符串的最长子序列-Two input strings, the longest string calculation of the two sub-sequences
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1324
    • 提供者:erene
  1. LCS

    0下载:
  2. 计算最长公共子序列,可以用于计算最长公共子序列(dfa s f g as dvd sag as dg)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:9305088
    • 提供者:七秒记忆1
  1. LCS

    0下载:
  2. 用于求解两个串的最长公共子序列,输入两个字符串,从中找到最长的公共子序列。(You can search for the longest common subsequence of two strings,the longesi string is a string that two strings all include.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1207296
    • 提供者:Carryliu
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com