Welcome![Sign In][Sign Up]
Location:
Search - lcs

Search list

[Mathimatics-Numerical algorithms1159_Palin

Description: poj 第1159题palin_drome_回文 最长公共子序列 LCS DP 滚动数组-poj 1159 title palin_drome_ palindrome longest common subsequence LCS DP rolling array
Platform: | Size: 1024 | Author: ni | Hits:

[Technology Managementlcs1.c

Description: This a implementation of LCS in C-This is a implementation of LCS in C
Platform: | Size: 1024 | Author: Siki | Hits:

[OtherLCD

Description: Driving LCS COG 128x 64
Platform: | Size: 3072 | Author: Durgesh | Hits:

[OtherLCS

Description: 随机生成小于等于n的自然数的一个序列,输出其最长递增子序列-N or less randomly generated a sequence of natural numbers, the output of its longest increasing subsequence
Platform: | Size: 1024 | Author: jack | Hits:

[Data structsLCSProblem

Description: LCS算法: 通常两个字符串的最大公共子串的问题是通过下面的算法来完成的: 把字符串1(长度m)横排,串2(长度n)竖排,得到一个m×n的矩阵c,矩阵的每个元素的值如下,如果m[i]=n[j],则c[j][i]=1,否则,c[j][i]=0。然后找出矩阵中连续是1的对角线最长的一个,则对角线的长度就是公共子串的长度.-LCS algorithm: often the two most common sub-string string problem is through the following algorithm to accomplish: the string 1 (length m) horizontal, series 2 (length n) vertical, get an m × n of matrix c, the value of each element matrix is as follows, if m [i] = n [j], then c [j] [i] = 1, otherwise, c [j] [i] = 0. Then find the matrix is a continuous one of the longest diagonal, then the diagonal length of the substring is the length of the public.
Platform: | Size: 2048 | Author: sdf | Hits:

[Data structslcs

Description: 算法导论中最长公共子序列的实现,采用动态规划方法-Introduction to Algorithms in the realization of the longest common subsequence, dynamic programming method
Platform: | Size: 569344 | Author: lin | Hits:

[Embeded-SCM DevelopNokia-LCDs---Proteus-VSM-Models

Description: this files are NOKIA LCS Proteus models. Enjoy it!!!
Platform: | Size: 311296 | Author: douglas_ia | Hits:

[Data structs3.1

Description: 最长公共子序列问题 最长公共子序列(动态规划) 实验数据:input.txt X={A,B,C,B,D,A,B} Y={B,D,C,A,B,A} ——要求给出X、Y的最长公共子序列Z,程序运行结束时,将计算结果输出到文件output.txt中。输出文件中包含问题的答案:找不到公共子序列时给出“null” 。 -Longest common subsequence problem LCS (dynamic programming) experimental data: input.txt X = {A, B, C, B, D, A, B} Y = {B, D, C, A, B, A}- required to give X, Y of the longest common subsequence Z, the end run, will result in the output to the file output.txt. Output file contains the answer to the question: can not find the common sub-sequence gives " null" .
Platform: | Size: 101376 | Author: 陈星风 | Hits:

[JSP/JavaLCS

Description: 求两个字符串的最大公共子串的问题,用矩阵法得到复杂度O(M*N)-Find the two largest public string substring problem obtained with the matrix complexity O (M* N)
Platform: | Size: 1024 | Author: qin | Hits:

[Windows Developthe-longest-pubilc-sequence

Description: 最长公共子序列-LCS
Platform: | Size: 802816 | Author: yanzi | Hits:

[Data structsLCS

Description: 用C++实现最长公共子序列算法的程序清单-Using C++, the longest common subsequence algorithms Listing
Platform: | Size: 9216 | Author: Dragonal1 | Hits:

[matlabasymppdc

Description: 这是第一版的AsymPDC工具包。用来处理PDC,gPDC和iPDC有关内容。运行环境为Matlab,并且要求至少Matlab中预装了3个工具箱:控制系统,信号处理和统计工具箱。-This is the first public release of AsympPDC package. It deals with the asymptotic statistics for PDC, gPDC and iPDC. AsympPDC runs under Matlab and is a practically self-contained except for requires routines from three Matlab toolboxes: Control System, Signal Processing, and Statistical. It is not extensively tested yet. It was partially tested under Windows, Macintosh and Linux environments with Matlab version 7.0 and higher. Please report any incompatibility to ksameshi[at]usp.br or baccala[at]lcs.poli.usp.br. Additionally for cosmetic purposes, the pdc_xplot routine uses several Matlab users contributed codes: subplot2.m (modified old version of supbplot to control spacing between subplots), shadedplot.m (developed by Dave Van Tol), suplabel.m (for label and title plotting in subplot figures, by Ben Barrowes), suptitle.m (contributed by Drea Thomas, for adding title above all subplots), and tilefigs.m (for tiling figures for simultaneous visualization, by Charles Plum)
Platform: | Size: 604160 | Author: 罗巍巍 | Hits:

[Industry researchpbl-of-lcs

Description: PBL of linear control systems
Platform: | Size: 11264 | Author: harsimran | Hits:

[Software Engineeringpbls-of-LCS-previous

Description: PROJECT BASED learning for linear control system
Platform: | Size: 9216 | Author: harsimran | Hits:

[Software EngineeringQuestion-Bank

Description: Question bank for LCS
Platform: | Size: 87040 | Author: harsimran | Hits:

[Data structsLCS

Description: 给定2个序列X和Y,当另一序列Z既是X的子序列又是Y的子序列时,称Z是序列X和Y的公共子序列。 你的任务是:给定2个序列X、Y,求X和Y的最长公共子序列Z -Given two sequences X and Y, when another sequence Z is X, Y sequence is sub-sequence, said sequence of X and Y Z is the common sub-sequences. Your task is: given two sequences X, Y, X and Y find the longest common subsequence Z
Platform: | Size: 647168 | Author: 张西 | Hits:

[Data structsLCS

Description: 最长公共子序列,并且实现了输出。 好的不得了。不要错过啊!-Longest common subsequence, and to achieve the output. Extremely good. Do not miss ah!
Platform: | Size: 586752 | Author: 尚启昌 | Hits:

[Data structsLCS

Description: 最长公共子序列问题求解
Platform: | Size: 196608 | Author: wangh | Hits:

[Data structsLCS

Description: the longest common serials
Platform: | Size: 1024 | Author: newman97 | Hits:

[Data structsLCS

Description: VC实现输入两个字符串,利用动态规划思想求的最长公共子序列。有可视化界面。-VC the input two strings, the use of dynamic programming requirements of the longest common subsequence. A visual interface.
Platform: | Size: 3786752 | Author: | Hits:
« 1 2 3 4 5 6 7 89 10 11 »

CodeBus www.codebus.net