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

搜索资源列表

  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. The-LCS-algorithm

    0下载:
  2. LCS算法实现简单中文文本相似度分析-最大公共子串-The LCS algorithm to implement a simple text similarity analysis- the largest public substring
  3. 所属分类:software engineering

    • 发布日期:2017-11-08
    • 文件大小:5303
    • 提供者:李浩
  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算法问题的java代码,其中有比较简单的swing和AWT的使用,但是算法是成功的可以借鉴-This is a realization of java code lcs algorithm for the problem, which has a relatively simple swing and AWT use, but the algorithm can learn to be successful
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:3642
    • 提供者:严琪
  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. lcs

    0下载:
  2. 根据X和Y序列,利用动态规划计算出的所有LCS-The X and Y sequences is calculated using dynamic programming all LCS
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1362
    • 提供者:shenjiayang
  1. LCS

    0下载:
  2. LCS 最长公共子序列 C代码实现 随机生成小于等于n的自然数的一个序列,输出其最长递增子序列(任意一个即可)。-Longest Common Sequence realized by C
  3. 所属分类:source in ebook

    • 发布日期:2017-05-26
    • 文件大小:9413824
    • 提供者:liming
  1. LCS

    0下载:
  2. lcs ,最长公共子序列,去两组字符中 LCS 最长公共子序列-lcs, longest common subsequence, to two characters in the longest common subsequence LCS
  3. 所属分类:Other windows programs

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

    0下载:
  2. 基于C语言编程的最长公共子序列搜索(lcs)算法-Based on the C programming language longest common subsequence search (lcs) algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1523
    • 提供者:棠晓胜
  1. LCS

    0下载:
  2. 找出两个字符串的最长公共子序列,如有多个一并输出,并去掉重复的-find the LCS
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1602
    • 提供者:原巍春
  1. LCS

    0下载:
  2. 最长公共子序列的算法LCS:包括随机输入两个字符串,输出这两个字符串的最长公共子序列。-The longest common subsequence algorithm LCS: including random two input strings, the longest common subsequence outputs of the two string.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:221335
    • 提供者:yang wen
  1. lcs

    0下载:
  2. 用python实现了最长公共子序列LCS代码,分别应用递归方法和动态规划实现。并且实现了三个字符串的最长公共子序列。-Using Python to achieve the longest common subsequence of LCS code, respectively using recursive method and dynamic programming. And the realization of the longest common subsequence of three
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1010
    • 提供者:王宝鑫
  1. LCS

    0下载:
  2. LCS 问题 最大公共子序列 LCS 问题 最大公共子序列-The biggest problem common subsequence LCS LCS LCS biggest problem common subsequence problem largest common subsequence
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1051
    • 提供者:石飞达
  1. LCS-Matlab-Kit-Version-1.0

    3下载:
  2. It enables users to input a time-series of 2-D velocity field data (e.g., DPIV measurements or CFD calculations) and compute the corresponding finite-time Lyapunov exponent (FTLE) fields, which Lagrangian Coherent Structures (LCS) suchas vo
  3. 所属分类:matlab

    • 发布日期:2015-09-04
    • 文件大小:168960
    • 提供者:yuanke
  1. LCS

    0下载:
  2. 用后缀自动机在线性时间复杂度下解决LCS问题-To calulate the LCS with SAM
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:699
    • 提供者:ShinriiTin
  1. LCS

    0下载:
  2. LCS,求两个序列的最长子列,算法园子算法导论第15章-LCS introduction of algorithms
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:562
    • 提供者:fengback
  1. LCS

    0下载:
  2. 动态规划,将两个字符串结合起来,他们的公共子串只输出一次。根据LCS函数对每一步该向左、向上还是向左上对角线走的状态用state[i][j]进行标记。打印函数PrintLCS中,state[][]==1的时候,表示往左上回溯,2时往上回溯,3时往左回溯。直到i=0且j=0即到了表初始位置时结束,然后由之前的路线打印字符串。-The LCS for public the firstborn sequence.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:603
    • 提供者:金颖
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com