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

搜索资源列表

  1. LCS

    0下载:
  2. BUS POINT ON SALE ON JAVA
  3. 所属分类:Java Develop

    • 发布日期:2017-12-07
    • 文件大小:14452
    • 提供者:smurfluchu
  1. LCSSolveCommonSequence

    0下载:
  2. 用备忘录方法求两个序列的最长公共子序列,并对LCS的过程进行详细的格式化的输出,最后输出最长公共子序列及其长度。-Memorandum method for solving two sequences with the longest common subsequence
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1596
    • 提供者:fasf
  1. lcs

    0下载:
  2. 求两个序列的最长公共子序列 算法导论课程小设计;带界面-algorithm project HITSZ irvingluo
  3. 所属分类:Java Develop

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

    0下载:
  2. 我写的一个最长公共子序列的C语言代码,参照了算法导论上的介绍。-I wrote a longest common subsequence of C language code, referring to the presentation on Introduction to Algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3682935
    • 提供者:郭佳
  1. lcs

    0下载:
  2. 随机生成两个长度为1000的字母序列,利用动态规划算法实现求最长公共子序列,并输出最长公共子序列的长度,一般是320左右。-Two randomly generated sequence of letters of length 1000, the use of dynamic programming algorithm for the longest common subsequence, and the output length of the longest common subseque
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2335
    • 提供者:eating
  1. Lcs

    0下载:
  2. 求最长公共子序列。本算法使用动态规划算法,解得最长公共子序列问题。-Find the longest common subsequence. The algorithm uses a dynamic programming algorithm, the solution was the longest common subsequence problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:713
    • 提供者:wutong
  1. lab4

    0下载:
  2. 最长递增子序列 问题描述: 随机生成小于等于n的自然数的一个序列, 输出其最长递增子序列(任意一个即可)。 n 分别取 1000,3000,10000。 例: n=5 随机序列为 5 1 4 2 3,正确输出为1 2 3, 即长度为3的递增子序列。 提示:参考LCS,思考能否达到时间复杂度(O(nlogn)) -Longest increasing subsequence problem descr iption: randomly generate
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1079
    • 提供者:zero
  1. Lcs_Nakatsu

    0下载:
  2. 最长公共子序列的Nakatsu算法   最长公共子序列(Longest Common Subsequence,LCS)是将两个给定字符串分别删去零个或多个字符后得到的长度最长的相同字符序列。 -Nakatsu longest common subsequence algorithm is the longest common subsequence (Longest Common Subsequence, LCS) is given two strings are deleting ze
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2094
    • 提供者:whchensir
  1. lcs_length

    0下载:
  2. lcs-search 查找两个字符串的最长公共子串-implementation of searching maxium sub-sequence of two character string.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:543
    • 提供者:jason
  1. LCS

    0下载:
  2. 该程序用于求两个序列的最长子段,通过动态规划算法,记录子问题的结果,进而求出最终的最长子段。-The procedure used to find the longest sequence of two sub-sections, through dynamic programming algorithm to record the results of sub-problems, and then find the longest sub-section final.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1122
    • 提供者:朱江
  1. LCS

    0下载:
  2. 在C++ Builder环境下比较两个字符串,并取出其中最长的公共子串。-In C++ Builder environment to compare two strings and remove one of the longest common subsequence.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:347579
    • 提供者:周军
  1. CHAUNGYUSHUZUDEYINGYING

    0下载:
  2. 串和数组的应用——编辑距离ld与求最长公共子串lcs算法(动态长度)-IT IS
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1709
    • 提供者:刚刚
  1. LCS_Dynamic-planning

    0下载:
  2. 动态规划应用 动态规划算法解最长公共子序列LCS问题-Dynamic programming dynamic programming algorithm for solving the longest common subsequence LCS problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1565
    • 提供者:安静风
  1. LCS

    0下载:
  2. 优化的最长公共子序列算法,可以输出优化值得矩阵以及最后结果-Longest common subsequence algorithm optimization, you can optimize the output matrix and the final result is worth
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:168775
    • 提供者:李连生
  1. lcs

    0下载:
  2. Linux for S 390 Lan Channel Station Network Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:16501
    • 提供者:qjxonfr
  1. lcs

    0下载:
  2. 基于python语言的最长公共子序列查找算法,不仅实现了两个序列的,而且实现了三个序列的-Finding the longest common sequence based algorithm python language, not only the two sequences, and implements three sequences
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2115
    • 提供者:yhlhit
  1. lcs

    0下载:
  2. Enum for classifying detected devices.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:16546
    • 提供者:cprfvm
  1. LCS

    0下载:
  2. 使用贪心算法解决了图论算法中的最大点集覆盖问题-Greedy algorithm using graph theory algorithms to solve the biggest point set covering problem
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1798
    • 提供者:秦志恒
  1. stu

    0下载:
  2. 最长公共子序列以及回文数解题报告,其中包含了几种LCS代码,和一个通用的LCS模板。有c++版和pascal版-Longest common subsequence problem solving and palindrome report, which contains several LCS code, and a generic template LCS. There c++ version and pascal version
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:75270
    • 提供者:褚逸豪
  1. class09

    0下载:
  2. 自己实现的一个LCS最长公共子序列算法,参考算法导论第三版进行实现-An LCS longest common subsequence algorithm to achieve their own, refer to the third edition of Introduction to Algorithms were realized
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1030
    • 提供者:lanxin
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com