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

搜索资源列表

  1. lcs

    0下载:
  2. 动态规划 最长子字符串匹配 可以输出多个匹配的子字符串 算法导论-Dynamic programming longest substring matching substring can output multiple matches Introduction to Algorithms
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:5454
    • 提供者:vivian
  1. LCS

    0下载:
  2. 寻找最长公共子序列的的VC++实现,使用VC6编写,采用了MFC库;输入两个字符串,输出最长子序列长度和最长子序列都有哪些-Find the longest common subsequence VC++ achieved using VC6 prepared using the MFC library What two input strings, the output longest sub-sequence length and the longest subsequence
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:2204824
    • 提供者:sinix
  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. 我写的一个最长公共子序列的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. 求最长公共子序列。本算法使用动态规划算法,解得最长公共子序列问题。-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. 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. introduction-to-algorithms-code

    1下载:
  2. 1st:快排序算法及优化(7.4-5); 2nd:红黑树插入算法; 3rd:区间树上的重叠区间查找算法; 4th:求最近点对算法; 5th:最长公共子序列(LCS)算法; 6th:Huffman编码问题; -introduction to algorithms code
  3. 所属分类:source in ebook

    • 发布日期:2016-12-06
    • 文件大小:40960
    • 提供者:骨头
  1. LCS

    0下载:
  2. (1) 掌握多模式匹配方法 (2) 掌握基于双数组-自动机原理的多模式匹配原理 -(1) master multi-mode matching method (2) based on the dual control array- automatic machine principle of multi-mode matching principle
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:60389
    • 提供者:Eason
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com