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

搜索资源列表

  1. stl.LCS

    0下载:
  2. 参考算法导论写的LCS算法,仿照STL的泛型风格,适用于多种STL容器中的各种类型数据构成的序列的最大公共子序列(Longest Common Subsequence)问题求解。-reference Introduction to write the algorithm LCS algorithm, modeled on the STL Generic style. STL is applicable to many types of containers data constitute the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.55kb
    • 提供者:王硕
  1. LCS

    1下载:
  2. LCS Algorithm以c#來實作,對於在學習algorithm的人們可以用這個程式來demo看看,是以VS2005開發。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:13.05kb
    • 提供者:劉逸
  1. LCS(c++)

    0下载:
  2. LCS Algorithm, this is a c++ code for lcs(Longest Common Subsequence)
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:7.91kb
    • 提供者:劉逸
  1. STLLCS

    0下载:
  2. STL风格LCS算法 STL style LCS algorithm
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:1.59kb
    • 提供者:antss
  1. LCS.rar

    0下载:
  2. 求两个字符串的最长公共子序列,使用递归算法实现。,For two of the longest common sub-string sequences, using the recursive algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:7.68kb
    • 提供者:梁海金
  1. LCS

    0下载:
  2. 算法:(用c++编写)设计一个算法求出全部的LCS,分析最坏情况。用”会计方法”证明,利用b[i,j]来求所有LCS的算法(在VS2008平台上) -Algorithm: (written with c++) design an algorithm find all of the LCS, the worst-case analysis. With the " accounting method" to prove the use of b [i, j] to seek a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:30.09kb
    • 提供者:yan
  1. All_Lcs

    0下载:
  2. 设计一个算法求出全部的LCS,分析最坏情况。 用”会计方法”证明,利用b[i,j]来求所有LCS的算法 在最坏情况下时间复杂度为O( )。 -Designed an algorithm to find all of the LCS, the worst-case analysis. Use " accounting methods" to prove the use of b [i, j] to seek all the LCS algorithm in the w
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:1013kb
    • 提供者:小牛
  1. We.See.Diff

    0下载:
  2. an lcs algorithm for finding common string
  3. 所属分类:Editor

    • 发布日期:2017-04-26
    • 文件大小:36.88kb
    • 提供者:Sujan
  1. liulina.doc

    0下载:
  2. 河南理工大学遗传算法开题报告,是关于Holland提出的LCS理论 -Henan Polytechnic University, genetic algorithm problem that the report is on the LCS theory proposed by Holland
  3. 所属分类:Document

    • 发布日期:2017-04-15
    • 文件大小:6.67kb
    • 提供者:刘月霞
  1. AlgorithmforLCS

    0下载:
  2. 自己写的,采用VB.NET编写的最长公共子序列(LCS)算法,全图形界面,VS2005下编译通过-Wrote it myself, using VB.NET to prepare the longest common sub-sequence (LCS) algorithm, the entire graphical interface, VS2005 compiler through the next
  3. 所属分类:.net

    • 发布日期:2017-04-25
    • 文件大小:55.48kb
    • 提供者:XIII
  1. LCS

    0下载:
  2. 这是一个合并两个文件的工程,用来将两个文件合并,相同部分保留一次,不同部分一次写入,其中利用了求最大公共子序列的算法-This is a merger of the two files works, used to merge two files, the same part of the reservation time, different parts of the write-once, which demand the greatest advantage of the common s
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-31
    • 文件大小:12.72kb
    • 提供者:haoyuheng
  1. LCS

    0下载:
  2. 算法动态规划最长公共子序列的递归实现,并包括查找过程的体现-Dynamic programming algorithm for the longest common subsequence of the recursive implementation, and includes the process to find a manifestation of
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:120.82kb
    • 提供者:孙强
  1. LCS

    0下载:
  2. LCS算法;即公共串匹配算法; 好了;不说了-LCS algorithm that public string matching algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:961byte
    • 提供者:nishuo
  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
    • 文件大小:552.36kb
    • 提供者:Nango
  1. lcs

    0下载:
  2. 大二课程算法设计技巧与分析的实验,实现最长公共子序列-Two course design skills and analysis algorithm, the longest public son experiment
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:690byte
    • 提供者:小生
  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
    • 文件大小:517.37kb
    • 提供者:滕海明
  1. LCS-algorithm

    0下载:
  2. LCS算法结构的描述与说明,使用源代码形式具体描述算法的实现问题-LCS algorithm
  3. 所属分类:Data structs

    • 发布日期:2016-01-26
    • 文件大小:139kb
    • 提供者:
  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
    • 文件大小:5.18kb
    • 提供者:李浩
  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
    • 文件大小:3.56kb
    • 提供者:严琪
  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
    • 提供者:棠晓胜
« 12 3 »
搜珍网 www.dssz.com