搜索资源列表

  1. [转载]nlogn的最长子序列算法

    0下载:
  2. 关于用nlogn的最长子序列算法,在网上摘录的-discusses the use of the longest sequences algorithm, in the extract from the Internet
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1773
    • 提供者:关安
  1. dbx

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

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

    0下载:
  2. 一个求最长子序列的辕马~~~ 要的自己下!~~ 我也是无奈啊-a son for the longest sequence of shaft horse ~ ~ ~ themselves to the next! ~ ~ I was helpless ah
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1377
    • 提供者:陈健东
  1. 子序列

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

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

    0下载:
  2. 本文是用C++实现最长子序列的算法,很经典的程序,喜欢就收藏
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:75451
    • 提供者:严振宇
  1. 最长子序列

    0下载:
  2. 最长子序列~~教学程序-longest sequences ~ ~ teaching procedures
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10021
    • 提供者:正大
  1. 最长序列

    0下载:
  2. 所属分类:源码下载

  1. 子序列

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

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:yk
  1. 最长子序列

    0下载:
  2. 最长子序列~~教学程序-longest sequences ~ ~ teaching procedures
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:28672
    • 提供者:正大
  1. [转载]nlogn的最长子序列算法

    0下载:
  2. 关于用nlogn的最长子序列算法,在网上摘录的-discusses the use of the longest sequences algorithm, in the extract from the Internet
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:关安
  1. dbx

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

    • 发布日期:2024-05-14
    • 文件大小:839680
    • 提供者:朱锐
  1. zixulie

    0下载:
  2. 一个求最长子序列的辕马~~~ 要的自己下!~~ 我也是无奈啊-a son for the longest sequence of shaft horse ~ ~ ~ themselves to the next! ~ ~ I was helpless ah
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:陈健东
  1. 200682434547782_600it

    0下载:
  2. 本文是用C++实现最长子序列的算法,很经典的程序,喜欢就收藏-This article is C++ Realize the longest sequence of the algorithm, it is the classic procedure, like the collection
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:74752
    • 提供者:严振宇
  1. zuichang1

    0下载:
  2. 计算一个数组中最长子序列,功能其实很简单。-An array of computing the longest sequence, function is actually very simple.
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:LHY
  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-05-14
    • 文件大小:1024
    • 提供者:黄大开
  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-14
    • 文件大小:716800
    • 提供者:张启达
  1. houzhui_tree

    0下载:
  2. 本代码是对后缀树进行构建,然后对构建的后缀树进行一些简单操作,运用后缀树计算最长子序列-create the tiretree ,then calculate the longest common squenece of two string by using tiretree
  3. 所属分类:其他小程序

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

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

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

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

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

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

« 12 »

源码中国 www.ymcn.org