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

搜索资源列表

  1. LCS.tar

    0下载:
  2. LCS匹配算法,divide and conquer LCS-LCS matching algorithms, divide and conquer LCS
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:20480
    • 提供者:刘研
  1. LCS

    0下载:
  2. 最长公共字串,寻找两个字符串的最长公共字串。-LCS
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:552
    • 提供者:jinyu
  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. LCS

    0下载:
  2. LCS问题具有最优子结构和重叠子问题的性质,因此采用动态规划算法自底向上计算该问题的解,并输出求到的LCS。-LCS problem with sub-optimal substructure and overlapping nature of the problem, so a bottom-up dynamic programming algorithm for computing the solution of the problem, and the output request to
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:832
    • 提供者:zhdxch
  1. lcs

    0下载:
  2. A program to find the LCS(Longest common subsequence ). It contains a source code the .c file input file .txt and the output file
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1432
    • 提供者:cbeauty
  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. this the LCS that means find the Longest -this is the LCS that means find the Longest
  3. 所属分类:Document

    • 发布日期:2017-11-27
    • 文件大小:899
    • 提供者:omid
  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 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com