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

搜索资源列表

  1. lcs

    0下载:
  2. 大二课程算法设计技巧与分析的实验,实现最长公共子序列-Two course design skills and analysis algorithm, the longest public son experiment
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:690
    • 提供者:小生
  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. LCS

    0下载:
  2. 利用动态规划算法寻找两个list中的最长公共子序列,并分别记录了最长公共子序列的在list中的结束位置-Dynamic programming algorithm to find the two list the longest common subsequence, and recorded the longest common subsequence of the end position in the list
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:529788
    • 提供者:滕海明
  1. LCS

    0下载:
  2. LCS(最长公共子序列)有关算法 详解 -Something about LCS
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:814675
    • 提供者:zcw
  1. LCS

    0下载:
  2.  最长公共子序列也称作最长公共子串(不要求连续),英文缩写为LCS(Longest Common Subsequence)。其定义是,一个序列 S ,如果分别是两个或多个已知序列的子序列,且是所有符合此条件序列中最长的,则 S 称为已知序列的最长公共子序列-Longest common subsequence, also known as the longest common strings (does not require continuous), the English abbreviat
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:159498
    • 提供者:zdl
  1. LCS

    0下载:
  2. LCS 动态归划解决char 类型的最长字符串的匹配问题-LCS program to solve dynamic return type char longest matching string
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:93978
    • 提供者:gle
  1. LCS

    0下载:
  2. lcs 源码,求出所有的最长公共子序列!不足之处请大家指点@-lcs source, find the longest common subsequence of all! Inadequate guidance please!
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:3873
    • 提供者:史跃珍
  1. LCS

    0下载:
  2. 经典算法lcs的实现代码,采用的是c++,在vc6.0上编译的,附带有实验报告。-The realization of the classical algorithm LCS code, the are c++, compiled in vc6.0, accompanied by experiment report.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:30249
    • 提供者:李玉明
  1. LCS-algorithm

    0下载:
  2. LCS算法结构的描述与说明,使用源代码形式具体描述算法的实现问题-LCS algorithm
  3. 所属分类:Data structs

    • 发布日期:2016-01-26
    • 文件大小:142336
    • 提供者:
  1. LCS

    0下载:
  2. 设计一个算法来求出两个子序列的全部的LCS-Design an algorithm to find all LCS
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:619925
    • 提供者:朱月恒
  1. Find-LCS

    0下载:
  2. 设计一个程序求出两个子序列的最长公共子序列-Design an algorithm to find all LCS
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:620000
    • 提供者:朱月恒
  1. lcs

    0下载:
  2. lcs用来求两个字符串的最长公共子串。 -lcs of two strings to find the longest common string.
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1188510
    • 提供者:赵莉
  1. LCS

    0下载:
  2. 用Java实现的LCS最大公共子序列算法,输入从文件中读取ASCII码-LCS common subsequence algorithm implemented in Java, the input is read from the file in ASCII
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:3031
    • 提供者:xiaotian
  1. LCS-program

    0下载:
  2. 求最长公共子序列Seeking the longest common subsequence-Seeking the longest common subsequence LCS program
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:1688803
    • 提供者:yuanwenlong
  1. LCS

    0下载:
  2. 求解所有的最大公共子序列,用于比较两个各字符串-All of LCS
  3. 所属分类:source in ebook

    • 发布日期:2017-11-18
    • 文件大小:12952
    • 提供者:吴江
  1. lcs

    0下载:
  2. 利用lcs进行的两个字符串的最长公共子序列查找。-Longest common subsequence Find the use of two strings lcs.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:322076
    • 提供者:李嘉锋
  1. LCS

    0下载:
  2. LCS and tokenizer to find the longest sequence and make a sample word DB from articles.-LCS and tokenizer to find the longest sequence and make a sample word DB from articles.
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:3507
    • 提供者:Kaisar Ali
  1. LCS

    1下载:
  2. 最长公共子序列算法LCS实现。任意输入两个字符串,通过此算法可以找到最长的公共子序列的长度,并且输出全部的最长公共子序列。-The longest common subsequence algorithm LCS. Any two input strings, this algorithm can be found in the length of the longest common subsequence, and output the longest common subsequence.
  3. 所属分类:Data structs

    • 发布日期:2016-11-27
    • 文件大小:2048
    • 提供者:枫轩缘
  1. LCS

    0下载:
  2. 最长公共子序列,英文缩写为LCS(Longest Common Subsequence)。其定义是,一个序列 S ,如果分别是两个或多个已知序列的子序列,且是所有符合此条件序列中最长的,则 S 称为已知序列的最长公共子序列。-The longest common subsequence, the English abbreviation for the LCS (Longest Common Subsequence). Which is defined as a sequence S, are
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:297600
    • 提供者:陆小果
  1. LCS

    0下载:
  2. LCS 最长公共子序列。一个序列,如果是两个或多个已知序列的子序列,且是所有子序列中最长的,则为最长公共子序列。-LCS longest common subsequence. A sequence, if two or more sub-sequences of known sequences, and is the longest of all the sub-sequences, for the longest common subsequence.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6522
    • 提供者:jia
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com