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

搜索资源列表

  1. longest

    0下载:
  2. 输入一个带权图的无向图,求出其中一个顶点到其它顶点最长的路径,并输出这条最长路径-input with a map without the right to plan, which sought a vertex to vertex other the longest path, and the output of the longest path.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8.6kb
    • 提供者:周子藤
  1. longest-common-string

    0下载:
  2. 这是动态规划中,求最长公共子序列(Longest common string)的源代码。自己编写执行。程序简单,有注释。
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-17
    • 文件大小:210.85kb
    • 提供者:haha
  1. longest common substring

    0下载:
  2. 该程序完成在两个字符串中寻找最长公共子串,如果这样的字符串有多个,则将它们全部找出来,它在最坏情况下的复杂度为O(m*n).-the procedure is completed in two for the longest string of public substrings, if such a number of strings, will they all find out in the worst of the complexity of O (n * m).
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.78kb
    • 提供者:唐海浪
  1. HW2.rar

    0下载:
  2. we solve the LCS (LONGEST COMMON SUBSTRİ NG ) problem in this code with two different way One of them is dynamic programming.,we solve the LCS (LONGEST COMMON SUBSTRİ NG ) problem in this code with two different way One of them is dynamic pro
  3. 所属分类:Console

    • 发布日期:2017-03-24
    • 文件大小:129.49kb
    • 提供者:burcin
  1. longest

    0下载:
  2. Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... &l
  3. 所属分类:Algorithm

    • 发布日期:2016-12-25
    • 文件大小:1kb
    • 提供者:hzf
  1. 1977+Algorithms+for+the+Longest+Common+Subsequence

    0下载:
  2. 最长子序列,英文版,电子书 ACM文章1977+Algorithms+for+the+Longest+Common+Subsequence+Problem-The longest sequence, in English, e-books ACM article 1977+ Algorithms+ For+ The+ Longest+ Common+ Subsequence+ Problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:700.25kb
    • 提供者:张启达
  1. longest

    0下载:
  2. 这是暑假写的最长公共子序列算法,呵呵, 欢迎大家来下载-Writing This is the longest summer vacation of public sequence algorithm, huh, huh, welcome everyone to download
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:168.41kb
    • 提供者:zuoxue
  1. TheLongestCommonSubsequence

    0下载:
  2. 本代码是用c#来实现最长公共子序列算法。-The c# code is used to achieve the longest common sub-sequence algorithm.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:26.49kb
    • 提供者:堂堂
  1. lcs

    0下载:
  2. Longest Common Subsequence Problem. Solution both Iterative and Recursive.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-29
    • 文件大小:835byte
    • 提供者:gowdd
  1. project1

    0下载:
  2. Constrained LCS. Given two sequences X, Y and a constrained sequence P, a sequence Z is a constrained longest common subsequence for X and Y with respect to P if Z is the longest subsequence of X and Y such that P is a subsequence of Z.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-29
    • 文件大小:6.66kb
    • 提供者:Austin
  1. LMIS

    0下载:
  2. 动态规划求解最长单调递增子序列,给出了图形界面-Dynamic programming to solve the longest monotonically increasing subsequence given the graphical user interface
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:326.54kb
    • 提供者:ethene
  1. longest

    0下载:
  2. 算法分析中动态规划法的经典例子,最长公子序列问题。VC++编写的C源码-Algorithm analysis, a classic example of dynamic programming, the longest sequence of the problem son. VC++ source code written in C
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:162.17kb
    • 提供者:感飞
  1. xulie

    0下载:
  2. 利用动态规划法求解次最长公共子序列问题。-The use of dynamic programming method for solving second longest common subsequence problem.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1.01mb
    • 提供者:hehuiling
  1. LSC(full)

    0下载:
  2. lcs 求出全部的最长公共子序列,实验程序全部采用Java实现,编译器为J2SE SDK 1.5.0_06,集成环境为Eclipse 3.1.2。-lcs find all of the longest common subsequence, experimental procedure used in all Java implementation, the compiler for the J2SE SDK 1.5.0_06, an integrated environment for Ec
  3. 所属分类:Document

    • 发布日期:2017-03-28
    • 文件大小:4.79kb
    • 提供者:randoll
  1. LongestIncSubSeq

    0下载:
  2. 求最长单调递增子序列。举例:原数组:1 5 1 3 1 56 21 6 86 2 1 6 5 22 1 5 9 62 1 3 56 31 1 56 3 1 1 66 3 1 6 6 3 1 6 6 1 结果: the longest monotonically increasing sub-sequence: Length: 14 Content:-Seeking the longest monotonically increasing subsequence. For exam
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:50.94kb
    • 提供者:陈晨
  1. Babu_N_Parallel_Algorithms_for_the_Longest_Common

    0下载:
  2. Parallel Algorithms for the Longest Common Subsequence Problem
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:83.06kb
    • 提供者:naz
  1. parser

    0下载:
  2. Elimination of left factoring in the given grammar For each nonterminal A find the longest prefix (alpha) common to two or more of its alternatives.If alpha is not equal epsilon,i.e..,there is a nontrivial common prefix,replace all the A productio
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:8.24kb
    • 提供者:mahi
  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. longest_common_subsequence

    0下载:
  2. 求出所有最长公共子序列(连续序列) 输入: malose malmose 输出: lcs_length=3 lcs_string=ose lcs_string=mal-ouput all the longest common subsequences. the subsequence must be series. for example: [input] malose malmose [output] lcs_length=3 lcs_stri
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:583byte
    • 提供者:ocree
  1. longest

    0下载:
  2. 从一个不超过80个字符的句子中找出一个句子中长度最长的单词-find the longest word of a sentence,which contains less than 80 words
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2.24kb
    • 提供者:chenquan
« 12 3 4 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com