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

搜索资源列表

  1. LCS

    0下载:
  2. LCS 是一個能從輸入兩串字串當中找出最長的由左而右的順序的字元-LCS is a string which can enter the two strings to find the longest sequence of characters由左而右
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1.14kb
    • 提供者:linru
  1. LCS

    0下载:
  2. Instead of finding the longest common subsequence, let us try to determine the length of the LCS. 􀂄 Then tracking back to find the LCS. 􀂄 Consider a1a2…am and b1b2…bn. 􀂄 Case 1: am=bn. The LCS must contain am, we h
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1.21kb
    • 提供者:linru
  1. LCS

    0下载:
  2. LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长的1序列,其对应的位置就是最长匹配子串的位置。 最长递增子序列LCS的实现C源码!-LCS problem for two strings is the longest common sub-string problem. Solution is to use a matrix to record the location of two
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:155.39kb
    • 提供者:郭子
  1. LCS

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

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

    0下载:
  2. Longest common subsequence problem. It is dynamic approach based problem.
  3. 所属分类:Other systems

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

    0下载:
  2. 求最长公共子系列,即给出两序列,求得相同的序列-Seeking the longest common sub-series, that is, given two sequences, obtained the same sequence of
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:626byte
    • 提供者:林风
  1. ethernet_tri_mode_latest.tar

    0下载:
  2. 10_100 0 Mbps tri-mode ethernet MAC implements a MAC controller conforming to IEEE 802.3 specification. It is designed to use less than 2000 LCs/LEs to implement full function. It will use inferred RAMs and PADs to reduce technology dependance.
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3.05mb
    • 提供者:Gopi
  1. LCS.tar

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

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

    0下载:
  2. 找两个字符串中最长最序列的代码,自己编写的,算法思想参考的算法导论中的LCS算法。能成功运行。 c语言编写-C code.also called LCS
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:930byte
    • 提供者:刘欢
  1. LCS

    0下载:
  2. 算法设计与分析课程中用动态规划算法求解最长公共子序列问题,C语言写的,很实用,有b数组和c数组的输出,很适合初学者一步一步走程序。-Algorithm design and analysis programs using dynamic programming algorithm for solving the longest common subsequence problem, C language written, very practical, with b and c array ar
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:734byte
    • 提供者:陈丽萍
  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
    • 文件大小:851.88kb
    • 提供者:wscnwps
  1. lcs

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

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

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

    • 发布日期:2017-11-14
    • 文件大小:314.53kb
    • 提供者:李嘉锋
  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
    • 文件大小:3.42kb
    • 提供者:Kaisar Ali
  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
    • 文件大小:613byte
    • 提供者: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
    • 文件大小:1.49kb
    • 提供者:棠晓胜
  1. LCS

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

    • 发布日期:2017-04-13
    • 文件大小:1.56kb
    • 提供者:原巍春
  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
    • 文件大小:603byte
    • 提供者:金颖
  1. LCS

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

    • 发布日期:2018-01-01
    • 文件大小:8.87mb
    • 提供者:七秒记忆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
    • 文件大小:1.15mb
    • 提供者:Carryliu
« 12 »
搜珍网 www.dssz.com