文件名称:All_Lcs
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1013kb
- 下载次数:
- 0次
- 提 供 者:
- 小*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
设计一个算法求出全部的LCS,分析最坏情况。
用”会计方法”证明,利用b[i,j]来求所有LCS的算法
在最坏情况下时间复杂度为O( )。
-Designed an algorithm to find all of the LCS, the worst-case analysis. Use " accounting methods" to prove the use of b [i, j] to seek all the LCS algorithm in the worst case time complexity is O ().
用”会计方法”证明,利用b[i,j]来求所有LCS的算法
在最坏情况下时间复杂度为O( )。
-Designed an algorithm to find all of the LCS, the worst-case analysis. Use " accounting methods" to prove the use of b [i, j] to seek all the LCS algorithm in the worst case time complexity is O ().
相关搜索: All_Lcs
(系统自动生成,下载前可以参看下载内容)
下载文件列表
All_Lcs\All_Lcs\All_Lcs.sln
.......\.......\All_Lcs.suo
.......\.......\Debug\All_Lcs.exe
.......\.......\.....\All_Lcs.ilk
.......\.......\.....\All_Lcs.pdb
.......\.......\All_Lcs\All_Lcs.vcproj
.......\.......\.......\All_Lcs.vcproj.PC-200912082359.Administrator.user
.......\.......\.......\ReadMe.txt
.......\.......\.......\stdafx.cpp
.......\.......\.......\stdafx.h
.......\.......\.......\targetver.h
.......\.......\.......\Debug\All_Lcs.exe.embed.manifest
.......\.......\.......\.....\All_Lcs.exe.embed.manifest.res
.......\.......\.......\.....\All_Lcs.exe.intermediate.manifest
.......\.......\.......\.....\All_Lcs.obj
.......\.......\.......\.....\All_Lcs.pch
.......\.......\.......\.....\BuildLog.htm
.......\.......\.......\.....\mt.dep
.......\.......\.......\.....\stdafx.obj
.......\.......\.......\.....\vc90.idb
.......\.......\.......\.....\vc90.pdb
.......\.......\.......\All_Lcs.vcproj.牛传正.Administrator.user
.......\.......\.......\All_Lcs.cpp
.......\.......\All_Lcs.ncb
.......\算法设计说明.doc
.......\All_Lcs\All_Lcs\Debug
.......\.......\Debug
.......\.......\All_Lcs
.......\All_Lcs
All_Lcs
.......\.......\All_Lcs.suo
.......\.......\Debug\All_Lcs.exe
.......\.......\.....\All_Lcs.ilk
.......\.......\.....\All_Lcs.pdb
.......\.......\All_Lcs\All_Lcs.vcproj
.......\.......\.......\All_Lcs.vcproj.PC-200912082359.Administrator.user
.......\.......\.......\ReadMe.txt
.......\.......\.......\stdafx.cpp
.......\.......\.......\stdafx.h
.......\.......\.......\targetver.h
.......\.......\.......\Debug\All_Lcs.exe.embed.manifest
.......\.......\.......\.....\All_Lcs.exe.embed.manifest.res
.......\.......\.......\.....\All_Lcs.exe.intermediate.manifest
.......\.......\.......\.....\All_Lcs.obj
.......\.......\.......\.....\All_Lcs.pch
.......\.......\.......\.....\BuildLog.htm
.......\.......\.......\.....\mt.dep
.......\.......\.......\.....\stdafx.obj
.......\.......\.......\.....\vc90.idb
.......\.......\.......\.....\vc90.pdb
.......\.......\.......\All_Lcs.vcproj.牛传正.Administrator.user
.......\.......\.......\All_Lcs.cpp
.......\.......\All_Lcs.ncb
.......\算法设计说明.doc
.......\All_Lcs\All_Lcs\Debug
.......\.......\Debug
.......\.......\All_Lcs
.......\All_Lcs
All_Lcs