搜索资源列表

  1. NMLCS

    0下载:
  2. 本程序实现了寻找多个字符串的公共子序列问题,运用目前较先进的基于支配点的方法,时间及空间复杂度均有提高-This program implements find multiple string common subsequence problem, the use of more advanced disposable point-based approach, time and space complexity are improve
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:94208
    • 提供者:田苗
  1. zuichanggonggongzixulie

    0下载:
  2. 最长公共子序列与最大字段和c语言版,具有图例说明结果-The longest common subsequence with maximum field and c language version, with Legend results
  3. 所属分类:汇编语言

    • 发布日期:2024-05-20
    • 文件大小:173056
    • 提供者:王子彪
  1. xulie

    0下载:
  2. 算法实验 求最长公共子序列 运行时间大概2分钟-Algorithm experiment for the longest common subsequence
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:620544
    • 提供者:文哥
  1. lis

    0下载:
  2. 求一组数的最长上升子序列,时间复杂度为O(nlogn)-longest increase subsequence
  3. 所属分类:书籍源码

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

    0下载:
  2. Dynamic Programming. Finding Longest Common Subsequence.
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. Given a positive integer n, the integers a1, a2, ..., An. Consider the sequence of segments a1, a2, ..., AN (a subsequence of consecutive terms) consisting of perfect numbers. Find the largest of the lengths of the segme
  3. 所属分类:控制台(字符窗口)编程

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

    1下载:
  2. Subsequence Iterator for Embedded Linux.
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 使用分治思想,利用C语言,求得最长公共子串问题-Using Divide and Conquer, using C language, and seek the longest common subsequence problem
  3. 所属分类:系统编程

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

    0下载:
  2. LCS 最长公共子序列。一个序列,如果是两个或多个已知序列的子序列,且是所有子序列中最长的,则为最长公共子序列。-LCS longest common subsequence. A sequence, if two or more sub-sequences of known sequences, and is the longest of all the sub-sequences, for the longest common su
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 本代码描述了寻找两个字符串的最大公共子串问题,算法描述清楚,适合初学者。-This code describes the search for two strings greatest common subsequence problem, the algorithm clearly described, suitable for beginners.
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 用备忘录方法求两个序列的最长公共子序列,并对LCS的过程进行详细的格式化的输出,最后输出最长公共子序列及其长度。-Memorandum method for solving two sequences with the longest common subsequence
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:fasf
  1. CSE321_HW05_101044035

    0下载:
  2. longest common subsequence problem-longest common subsequence problem
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:130048
    • 提供者:sercan
  1. LCS

    0下载:
  2. lcs ,最长公共子序列,去两组字符中 LCS 最长公共子序列-lcs, longest common subsequence, to two characters in the longest common subsequence LCS
  3. 所属分类:其他小程序

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

    0下载:
  2. 最长公共子序列的 c代码,可以直接运行获得结果。-C code for the longest common subsequence can be run directly.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:862208
    • 提供者:刘高鑫
  1. lcs

    0下载:
  2. 基于C语言编程的最长公共子序列搜索(lcs)算法-Based on the C programming language longest common subsequence search (lcs) algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:棠晓胜
  1. LPS

    0下载:
  2. 1.對input做Longest Palindrome Subsequence algorithm 2.對input做Sequence Aliment algorithm-1 for input do Longest Palindrome Subsequence algorithm 2. Sequence Aliment algorithm for input do
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:andy
  1. LCS

    0下载:
  2. 我写的一个最长公共子序列的C语言代码,参照了算法导论上的介绍。-I wrote a longest common subsequence of C language code, referring to the presentation on Introduction to Algorithms.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:3683328
    • 提供者:郭佳
  1. lcs

    0下载:
  2. 随机生成两个长度为1000的字母序列,利用动态规划算法实现求最长公共子序列,并输出最长公共子序列的长度,一般是320左右。-Two randomly generated sequence of letters of length 1000, the use of dynamic programming algorithm for the longest common subsequence, and the output length
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:eating
  1. arithmetic

    0下载:
  2. 压缩文件主要包含是10道算法编程题:强盗分赃,区间相交问题,取数对弈,删除问题,统计你序对,整除15,整数因子分解,最优自然数,最长公共子串。 里面每道题都是.txt,包含了题目具体的描述及源码实现。程序实现是在vc6.0完成编译通过。-Zip file mainly contains programming algorithm is 10 questions: robbers spoils, interval intersection
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:kuang
  1. Lcs

    0下载:
  2. 求最长公共子序列。本算法使用动态规划算法,解得最长公共子序列问题。-Find the longest common subsequence. The algorithm uses a dynamic programming algorithm, the solution was the longest common subsequence problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:wutong
« 1 2 ... 5 6 7 8 9 1011 12 13 14 »

源码中国 www.ymcn.org