搜索资源列表

  1. LCS

    0下载:
  2. Longest common subsequence problem. It is dynamic approach based problem.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Preeti
  1. ssk.tar

    1下载:
  2. 序列核算法进行关系抽取的工具源码,使用的Java编写- This is an implementation of the generalized subsequence kernel described in the paper "Subsequence Kernels for Relation Extracion" (Bunescu & Mooney, NIPS 2005). The code was written to b
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:19456
    • 提供者:shiyc
  1. zuichangg1

    0下载:
  2. 算法分析的最长公共子序列问题 求出其中的最优解 可在c++环境中做-Algorithm analysis of the longest common subsequence problem find the optimal solution which can be done in c++ environment
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:xiaolu
  1. gongongzixulie

    0下载:
  2. 实现两个不同序列求出他们的最大公共子序列-To achieve common subsequence
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:王娜
  1. LCS3String

    0下载:
  2. implementation of longest common subsequence for 3 string input-implementation of longest common subsequence for 3 string input
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:arini
  1. ex2subsequence

    0下载:
  2. 求取最大连续子序列之和与最大连续子序列,输入在input2.dat文件中,输出在result2文件中-Derive the maximum sum consecutive subsequence with the maximum continuous sub-sequence, enter the input2.dat file, the output file in the result2
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:vida gu
  1. sum

    0下载:
  2. 最大子序列之和的实现,依旧是课程设计中的一个简单实现.-Maximum subsequence sum of realization remains in the curriculum design of a simple implementation.
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:538624
    • 提供者:hsy
  1. longest_public_substring

    0下载:
  2. 用动态规划实现查找两个数列之间的最长公共子序列-Realization of dynamic programming to find the number of columns between the two longest common subsequence
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:144384
    • 提供者:universe
  1. zuichangzixulie

    0下载:
  2. 为了方便大家更好的学习算法分析,我上传了一个最长子序列问题的算法-In order to facilitate a better learning algorithm all analysis, I uploaded an algorithm for the longest subsequence problem
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:feifei981110
  1. Job4

    0下载:
  2. 本程序实现了找出一个n个数的序列中最长的单调递增子序列,并符带测试数据-This program implements to find a sequence of n the number of the longest monotonically increasing subsequence, and to break with the test data
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:36864
    • 提供者:johnson
  1. resoures

    0下载:
  2. “最长公共子序列问题”的三种重要实现方法,源代码-" Longest common subsequence problem" to achieve three important ways, the source code! ! ! !
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:王伟
  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 in
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:52224
    • 提供者:陈晨
  1. BM

    0下载:
  2. The Berlekamp-Massey algorithm is an efficient algorithm for determining the linear complexity of a finite binary sequence sn of length n. The algorithm takes n iterations, with the Nth iteration computing the linear com
  3. 所属分类:文档资料

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Maor Karisi
  1. lcis

    0下载:
  2. A Fast Algorithm for Computing a Longest Common Increasing Subsequence
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:114688
    • 提供者:balrog
  1. ALL_LCS

    0下载:
  2. LCS(最长公共子序列)能够输出所有的最长公共子序列-LCS (longest common subsequence) to output all of the longest common subsequence
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:huoxinya
  1. ALL_LCS

    0下载:
  2. 找出所有符合条件的的最长公共子序列,应用C++编写-To identify all eligible longest common subsequence, application C++ to prepare
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:dl
  1. 1002

    0下载:
  2. Sicily上的1002题,主要是为一些初学者设计的-Problem Given a sequence of consecutive integers n,n+1,n+2,...,m, an anti-prime sequence is a rearrangement of these integers so that each adjacent pair of integers sums to a composite (non-p
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:胡乔
  1. Suanfa_2

    0下载:
  2. java实现,寻找最大连续子序列完整算法,可以找出所有最大连续子序列-java implementation, a complete search algorithm for maximum consecutive subsequence, can find all of the largest sequence of consecutive sub-
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:尹文昊
  1. long

    0下载:
  2. 求最长公共子序列,一个很好的程序。 求最长公共子序列,一个很好的程序。-Seeking the longest common subsequence, a very good program. Seeking the longest common subsequence, a very good program.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:63488
    • 提供者:zhangqinfgeng
  1. LongestOrderedSubsequence

    0下载:
  2. 算法设计与分析的一道题目:Longest Ordered Subsequence(适用于上课实验)-Algorithm design and analysis of a subject: Longest Ordered Subsequence (applies to class tests)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:莫问天
« 1 2 3 45 6 7 8 9 10 ... 14 »

源码中国 www.ymcn.org