搜索资源列表
LCS
- 动态规划法 求最长子序列的实验报告 在C++ 环境下运行 采用倒序的方法 -Beg the most of the sequence experiment report
lcs
- 寻找两个字符串的公共子串序列,通过输入两个字符串,返回其共有的最长子串-long continue string for two input string
main
- LCS求最长公共子序列,C++编写,可用并且有很好的输出效果-00 00 00
LCS
- KMP monte carlo Las vagas匹配算法对的比较-KMP monte carlo Las vagas matching algorithm for comparison
LCS
- longest common subsequence using dynammic programmin
LCS
- 最长公共子序列,VC++6.0的经典算法。-The longest common subsequence the, VC++6.0 classic algorithm.
LCS
- x,y两个序列,通过动态规划的方法来解决最长子序列的问题。-Longest subsequence
LCS
- 求任意长度的字符串的最长公共子序列,实现对任意输入的两个字符串,输出最长公共子序列-The longest common subsequence seek any length of string
LCS
- 实现最长公共子序列,使用动态规划算法,求两个序列的公共部分主要使用PHP-The public part of the longest common subsequence, using a dynamic programming algorithm, find two sequences using PHP
lcs-2
- 利用后缀树进行的多个字符串的最长公共子串查找。-String suffix tree longest common substring search.
LCS
- 最长公共子串算法,该程序能够求出最长的公共子串-Longest common substring algorithm, the program can find the longest common sub-string
lcs
- 求两个字符串的最大公共序列,用python实现-The largest public sequence of two strings, use the python implementation
how-to-get-ALL-LCS-document
- 求所有最大公共子序列的算法实现,小数据可以实现,大数据目前好像不行-For all of the biggest public subsequence algorithm implementation, small data can be realized, big data currently seems to be no
matching
- text similarity matching using LCS algorithm for detect plagiarize in text document
dongtaibianliang
- 动态规划中的lcs算法c++代码,可以作为lcs算法的参考代码 -Dynamic programming the lcs algorithm c++ code lcs algorithm can be used as a reference code
LCS
- 能源是人类赖以生存和发展的基础,是经济社会可持续发展的重要物质基础。近两年,能源约束矛盾日益突出。 节能是个老话题,今天,节能并没有成为历史,高速前进的国民经济和走可持续发展之路的国家战略,为节能赋予了新的时代内涵,增添了新的历史使命。 当前,煤、电、油、运全面紧张,价格大幅度上涨,石油对外依存度不断提高,能源供应紧张已经成为经济社会发展的重要制约因素之一。严峻的形势再次提醒我们,保证能源供给依然是未来中国必须面对的最复杂难题之一。节能是推动经济社会可持续发展的必然选择。
HDOJ-1080--LCS
- HDOJ 1080 动态规划题目。欢迎各种讨论交流。-The dynamic programming topics HDOJ 1080. Welcome discussions AC.
lcs
- 动态规划 最长子字符串匹配 可以输出多个匹配的子字符串 算法导论-Dynamic programming longest substring matching substring can output multiple matches Introduction to Algorithms
LCS
- 寻找最长公共子序列的的VC++实现,使用VC6编写,采用了MFC库;输入两个字符串,输出最长子序列长度和最长子序列都有哪些-Find the longest common subsequence VC++ achieved using VC6 prepared using the MFC library What two input strings, the output longest sub-sequence length and the longest subsequence
LongCommonSubstrng
- 算法问题,求公共最长自序列,采用动态规划求最优解。-LCS Question DP