搜索资源列表

  1. Dijkstra

    0下载:
  2. 求数组最长递增子序列算法。输入一个数组,输出其最大递增子序列-Array for the longest increasing subsequence algorithm. An array of input and output its maximum incremental sequence
  3. 所属分类:其他小程序

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:sdf
  1. LCS(c++)

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

    • 发布日期:2024-05-07
    • 文件大小:8192
    • 提供者:劉逸
  1. lcs

    0下载:
  2. LCS Longest (maximum) common subsequence -LCS Longest (maximum) common subsequence
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:鲁剑锋
  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
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者: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. 所属分类:其他小程序

    • 发布日期:2024-05-07
    • 文件大小:716800
    • 提供者:张启达
  1. subsequence

    0下载:
  2. 最长子序列的求解,用于查找几个序列中最长的公共子序列,并且返回查找结果-it can be used to search a longest subsequence
  3. 所属分类:其他小程序

    • 发布日期:2024-05-07
    • 文件大小:20480
    • 提供者:kyle
  1. lcs

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

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者: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 s
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-07
    • 文件大小:7168
    • 提供者:Austin
  1. LMIS

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

    • 发布日期:2024-05-07
    • 文件大小:334848
    • 提供者:ethene
  1. xulie

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

    • 发布日期:2024-05-07
    • 文件大小:1056768
    • 提供者: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
  3. 所属分类:文档资料

    • 发布日期:2024-05-07
    • 文件大小:5120
    • 提供者:randoll
  1. Babu_N_Parallel_Algorithms_for_the_Longest_Common

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

    • 发布日期:2024-05-07
    • 文件大小:84992
    • 提供者:naz
  1. LCS

    0下载:
  2. 在C++环境下开发的最长公共子序列算法,可以下下来试试看-In C++ development environment, the longest common subsequence algorithm can try the next down
  3. 所属分类:数值算法/人工智能

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

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:ocree
  1. subsequence

    0下载:
  2. 这是用c 写的关于最长公共子序列的一个算法,是学习算法分析与设计时做的一个实验,希望对初学者有用呵(原来的名字是“最长公共子序列”,因为上传的原因改成现在的名字)-This is c written about one of the longest common subsequence algorithm, learning algorithm is to do analysis and design an experiment, I
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-07
    • 文件大小:104448
    • 提供者:楚明阳
  1. most-common-subsequence-string

    0下载:
  2. 算法设计类源码。使用动态规划的方式计算两个字符串的最大公共子序列。-Algorithm design class source code. Calculated using dynamic programming the two most common subsequence string.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-07
    • 文件大小:2048
    • 提供者:lixu
  1. Dynamic-Programming

    0下载:
  2. 这是算法设计与分析课程实验,动态规划的源程序。包含最长上升子序列,最长公共子序列,最大字段和问题,DP背包问题-This is a test algorithm design and analysis programs, dynamic programming source code. Rising sequence containing the longest, longest common subsequence, maximum
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-07
    • 文件大小:2048
    • 提供者:林达
  1. LIS(Longest-increasing-subsequence)

    0下载:
  2. 最长非降单调子列的实现。java写成。谢谢。-Longest increasing subsequence
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-07
    • 文件大小:9216
    • 提供者:Jackie_09
  1. longest-substring

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

    • 发布日期:2024-05-07
    • 文件大小:2048
    • 提供者:zibin_lee
  1. The--longest-common-subsequence

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

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:随波
« 12 3 4 5 6 7 8 9 10 ... 14 »

源码中国 www.ymcn.org