搜索资源列表

  1. dbx

    0下载:
  2. 自己写的一点小程序!关于算法分析的! 最长子序列问题!-himself in a little procedure! Analysis of Algorithms! The longest sequences!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:839518
    • 提供者:朱锐
  1. 子序列

    0下载:
  2. 经典的求最长子序列问题-classic for the longest sequences problems
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:815
    • 提供者:yk
  1. 子序列

    0下载:
  2. 经典的求最长子序列问题-classic for the longest sequences problems
  3. 所属分类:文档资料

    • 发布日期:2024-06-07
    • 文件大小:1024
    • 提供者:yk
  1. dbx

    0下载:
  2. 自己写的一点小程序!关于算法分析的! 最长子序列问题!-himself in a little procedure! Analysis of Algorithms! The longest sequences!
  3. 所属分类:其他小程序

    • 发布日期:2024-06-07
    • 文件大小:839680
    • 提供者:朱锐
  1. longest_sequence

    0下载:
  2. 算法分析与设计的最长子序列问题,输入一定数列,系统会自动输出该序列的最长子序列长度-Algorithm analysis and design of the longest sequence problem, the importation of certain series, the system will automatically output the sequence of the longest sequence length
  3. 所属分类:其他小程序

    • 发布日期:2024-06-07
    • 文件大小:1024
    • 提供者:黄大开
  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-06-07
    • 文件大小:1024
    • 提供者:feifei981110
  1. lcs

    0下载:
  2. 最长子序列,问题描述: 随机生成小于等于n的自然数的一个序列,输出其最长递增子序列(任意一个即可)。 n 分别取 1000,3000,10000。 例: n=5 随机序列为 5 1 4 2 3,正确输出为1 2 3,即长度为3的递增子序列。 -lcs
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-07
    • 文件大小:184320
    • 提供者:何雯
  1. LCS

    0下载:
  2. x,y两个序列,通过动态规划的方法来解决最长子序列的问题。-Longest subsequence
  3. 所属分类:.net编程

    • 发布日期:2024-06-07
    • 文件大小:1024
    • 提供者:klzs
  1. dongtaiguihua

    1下载:
  2. 利用动态规划,求最长子序列问题 两个序列数据可读文本文件输入也可通过键盘输入且显示结果。 -The use of dynamic programming, find the longest subsequence problem of two sequence data readable text file input via keyboard input and display the results.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-07
    • 文件大小:918528
    • 提供者:邓达成
  1. suanfa

    0下载:
  2. 计算机算法设计与分析 0-1背包问题 士兵站队问题 最长子序列 工作分配 会场安排 -Design and Analysis of Computer Algorithms 0-1 knapsack problem question soldiers stand longest sequence assignment venue arrangements
  3. 所属分类:.net编程

    • 发布日期:2024-06-07
    • 文件大小:6144
    • 提供者:ss
  1. LCS

    0下载:
  2. 该程序用于求两个序列的最长子段,通过动态规划算法,记录子问题的结果,进而求出最终的最长子段。-The procedure used to find the longest sequence of two sub-sections, through dynamic programming algorithm to record the results of sub-problems, and then find the longest s
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-07
    • 文件大小:1024
    • 提供者:朱江
  1. longest substring

    0下载:
  2. 利用C++实现Leetcode题目中的寻找最长子序列问题,即从一个序列中查找符合标准的子序列,算法复杂度和时间复杂度均较好(C++ implementation of the oldest sequence)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-07
    • 文件大小:51200
    • 提供者:多舒服撒
  1. 1130最长单调递增子序列

    0下载:
  2. 这是一个用C++写的最长子序列问题,可供初学者学习使用(This is the most first-born sequence problem written in c ++ that can be used by beginners)
  3. 所属分类:其他小程序

源码中国 www.ymcn.org