文件名称:NMLCS
介绍说明--下载内容均来自于网络,请自行研究使用
本程序实现了寻找多个字符串的公共子序列问题,运用目前较先进的基于支配点的方法,时间及空间复杂度均有提高-This program implements find multiple string common subsequence problem, the use of more advanced disposable point-based approach, time and space complexity are improved
(系统自动生成,下载前可以参看下载内容)
下载文件列表
NMLCS\build\classes\fast_lcs\FirstPartConductor.class
.....\.....\.......\........\IdenticalCharactorPair.class
.....\.....\.......\........\MlcsPaper.class
.....\.....\.......\........\PairTree.class
.....\.....\.......\........\SeccessorTable.class
.....\.....\.......\mlcs树原版\FindMLCSFinally.class
.....\.....\.......\..........\FirstPartConductor.class
.....\.....\.......\..........\IdenticalCharactorPair.class
.....\.....\.......\..........\MlcsPaper.class
.....\.....\.......\..........\PairTree.class
.....\.....\.......\..........\SeccessorTable.class
.....\.....\.......\nmlcs\FirstPartConductor.class
.....\.....\.......\.....\IdenticalCharactorPair.class
.....\.....\.......\.....\MlcsPaper.class
.....\.....\.......\.....\PairTree.class
.....\.....\.......\.....\SeccessorTable.class
.....\.....\.......\.....1\FirstPartConductor.class
.....\.....\.......\......\IdenticalCharactorPair.class
.....\.....\.......\......\MlcsPaper.class
.....\.....\.......\......\PairTree.class
.....\.....\.......\......\SeccessorTable.class
.....\build.xml
.....\manifest.mf
.....\nbproject\build-impl.xml
.....\.........\genfiles.properties
.....\.........\private\private.properties
.....\.........\.......\private.xml
.....\.........\project.properties
.....\.........\project.xml
.....\src\fast_lcs\FirstPartConductor.java
.....\...\........\IdenticalCharactorPair.java
.....\...\........\MlcsPaper.java
.....\...\........\PairTree.java
.....\...\........\SeccessorTable.java
.....\...\mlcs树原版\FindMLCSFinally.java
.....\...\..........\FirstPartConductor.java
.....\...\..........\IdenticalCharactorPair.java
.....\...\..........\MlcsPaper.java
.....\...\..........\PairTree.java
.....\...\..........\SeccessorTable.java
.....\...\nmlcs\FirstPartConductor.java
.....\...\.....\IdenticalCharactorPair.java
.....\...\.....\MlcsPaper.java
.....\...\.....\PairTree.java
.....\...\.....\SeccessorTable.java
.....\...\.....1\FirstPartConductor.java
.....\...\......\IdenticalCharactorPair.java
.....\...\......\MlcsPaper.java
.....\...\......\PairTree.java
.....\...\......\SeccessorTable.java
.....\String.txt
.....\String1.txt
.....\build\classes\bak
.....\.....\.......\fast_lcs
.....\.....\.......\mlcsfirst
.....\.....\.......\mlcsfirst图
.....\.....\.......\mlcsfirst树
.....\.....\.......\mlcs图
.....\.....\.......\mlcs树
.....\.....\.......\mlcs树原版
.....\.....\.......\mlcs论文
.....\.....\.......\nmlcs
.....\.....\.......\nmlcs1
.....\.....\classes
.....\nbproject\private
.....\src\fast_lcs
.....\...\mlcs树原版
.....\...\nmlcs
.....\...\nmlcs1
.....\build
.....\nbproject
.....\src
.....\test
NMLCS