CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - longest

搜索资源列表

  1. longest-common-string

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

    • 发布日期:2014-01-17
    • 文件大小:210.85kb
    • 提供者:haha
  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. 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. 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. 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. 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
  1. key-route(the-longest)

    0下载:
  2. 这是关键结点里的最长路径算法代码,也是求路径的一个很麻烦的算法。-This is a key node in the longest path algorithm code, but also find a very troublesome path algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:634byte
    • 提供者:misshu
  1. longest-substring

    0下载:
  2. 最长公共子序列递归算法,最长限制是10000字符-Longest common subsequence of a recursive algorithm, the maximum limit is 10,000 characters
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-12-20
    • 文件大小:1.71kb
    • 提供者:zibin_lee
  1. The--longest-common-subsequence

    1下载:
  2. 本代码是算法设计中的最长公共子序列问题,通过C++编写。-This code is the longest common subsequence algorithm design, written by C++.
  3. 所属分类:Data structs

    • 发布日期:2016-11-27
    • 文件大小:1kb
    • 提供者:随波
  1. The-longest-common-subsequence

    0下载:
  2. 运用动态规划思想和策略,解决最长公共子序列问题。-The use of dynamic programming ideas and strategies to solve the longest common subsequence problem.
  3. 所属分类:Data structs

    • 发布日期:2017-11-12
    • 文件大小:770byte
    • 提供者:吕子乔
  1. 3-1-Longest-Increasing-Subsequence

    0下载:
  2. 3-1 Longest Increasing Subsequence
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:690byte
    • 提供者:henry
  1. Longest-Common-Subsequences

    0下载:
  2. Longest Common Subsequences
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4.55kb
    • 提供者:Duong Tu
  1. longest-common-subsequence

    0下载:
  2. 本代码实现了算法导论书中最长公共子序列算法。-The longest common subsequence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:716byte
    • 提供者:flxyd
  1. longest-increasing-subsequence

    2下载:
  2. 数据结构 动态规划算法 最长递增子序列的C语言代码-Data structures dynamic programming algorithm longest increasing subsequence of C language code
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:726byte
    • 提供者:
  1. Longest-repeated-substring

    0下载:
  2. 一个计算字符串中最长重复子串的算法,开发语言是C/C-A string of the longest repeated substring algorithm development of language is C/C++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:14.5kb
    • 提供者:huangke
  1. the-longest-palindrome-substring

    0下载:
  2. 对于给定的一个字符串,求出其中最长的回文子串。其中子串的含义是:在原串中连续出现的字符串片段。本算法采用C++编程,一定是你不错的选择!-For a given string,we should find the longest palindrome substring. Which means that the substring: string fragment in the original string of consecutive. The algorithm uses the C++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:570byte
    • 提供者:
  1. Longest-Palindromic-Substring

    0下载:
  2. 这是一个求最长回纹序列的c++算法,简单易懂,感兴趣的可以-This is a request fret longest sequence c++ algorithm, easy to understand, are interested can look at
  3. 所属分类:Data structs

    • 发布日期:2017-05-18
    • 文件大小:4.68mb
    • 提供者:曹本
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com