搜索资源列表

  1. HW2

    0下载:
  2. we solve the LCS (LONGEST COMMON SUBSTRİ NG ) problem in this code with two different way One of them is dynamic programming.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-19
    • 文件大小:132096
    • 提供者:burcin
  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-19
    • 文件大小:7168
    • 提供者:Austin
  1. LMIS

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

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

    0下载:
  2. 算法分析中动态规划法的经典例子,最长公子序列问题。VC++编写的C源码-Algorithm analysis, a classic example of dynamic programming, the longest sequence of the problem son. VC++ source code written in C
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:165888
    • 提供者:感飞
  1. xulie

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

    • 发布日期:2024-05-19
    • 文件大小: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-19
    • 文件大小:5120
    • 提供者:randoll
  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-19
    • 文件大小:52224
    • 提供者:陈晨
  1. Babu_N_Parallel_Algorithms_for_the_Longest_Common

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

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

    0下载:
  2. Elimination of left factoring in the given grammar For each nonterminal A find the longest prefix (alpha) common to two or more of its alternatives.If alpha is not equal epsilon,i.e..,there is a nontrivial common pref
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:mahi
  1. LCS

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

    • 发布日期:2024-05-19
    • 文件大小: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-19
    • 文件大小:1024
    • 提供者:ocree
  1. longest

    0下载:
  2. 从一个不超过80个字符的句子中找出一个句子中长度最长的单词-find the longest word of a sentence,which contains less than 80 words
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:chenquan
  1. longest

    0下载:
  2. 求两个子序列是最长公共子序列并输出到文件中。input.txt中的格式为X={A,B,C,D},Y={B,D}。-Find two sub-series is the longest common subsequence and output to a file. input.txt in the form X = {A, B, C, D}, Y = {B, D}.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:
  1. key-route(the-longest)

    0下载:
  2. 这是关键结点里的最长路径算法代码,也是求路径的一个很麻烦的算法。-This is a key node in the longest path algorithm code, but also find a very troublesome path algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:misshu
  1. LIS(Longest-increasing-subsequence)

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

    • 发布日期:2024-05-19
    • 文件大小: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-19
    • 文件大小:2048
    • 提供者:zibin_lee
  1. Longest-a-frame_WangRUI

    0下载:
  2. 王锐写的最长的一帧,很经典!学习osg必看~剖析源码。-Wang Rui wrote the longest one, very classic! Analysis of source code must see ~
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-19
    • 文件大小:830464
    • 提供者:王都
  1. The-longest-public-son-sequence

    0下载:
  2. 最长公共子序列演示程序,算法分析与设计,动态规划算法-The longest public son sequence demo, the algorithm analysis and design, dynamic programming algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:jade
  1. The-longest-word-in-the-output

    0下载:
  2. 这个程序写了如何从一堆字符串中找到最长的字符,对C/C++初学者很有帮助-This program written characters, C/C++ beginners helpful from a bunch of string to find the longest
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:王强
  1. The--longest-common-subsequence

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

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:随波
« 1 23 4 5 6 7 8 9 10 ... 37 »

源码中国 www.ymcn.org