-
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长...
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长的1序列,其对应的位置就是最长匹配子串的位置。 最长递增子序列LCS的实现C源码!-LCS problem for two strings is the longest common sub-string problem. Solution is to use a matrix to record the location of two strings of all the matches between the two characters in the situation, if the match is one, otherwise to 0. And one of the longest diagonal obtained sequence, the location of its corresponding sub-string match is the longest position. The longest increasing sub-sequence source C implementation of the LCS!
- 2022-08-19 18:20:36下载
- 积分:1
-
流接口
流接口-flow interface aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaa
- 2023-06-11 07:45:03下载
- 积分:1
-
DLL的文件调用,可以在原有的基础上加以修改就可以监测系统的情况!
DLL的文件调用,可以在原有的基础上加以修改就可以监测系统的情况!-DLL called the document, the original basis, but the system could monitor the situation!
- 2022-03-07 11:09:18下载
- 积分:1
-
彭庄德
peng zhuang de xiao qiu-being de Xiao Qiu
- 2022-01-26 05:14:29下载
- 积分:1
-
用Evc开发的能在Wince平台下运作的Dll及Plugin的实例代码,并有完整的测试程序及源码...
用Evc开发的能在Wince平台下运作的Dll及Plugin的实例代码,并有完整的测试程序及源码-Evc used in the development of the platform Wince operating Dll and Plugin code examples, and complete testing procedures and FOSS
- 2022-01-26 00:49:05下载
- 积分:1
-
淘宝店铺 仓库管理系统
应用背景用于淘宝店家对商品进货出货物品管理,账务统计,库存管理,报表统计分析,数据存储在mysql数据库中,数据结构包含在文件中,直接在mysql中执行建表,vs2013开发的关键技术淘宝店铺卖家针对销售的物品进出货进行管理,小型仓库管理,有出库入库统计,财务分析,报表分析
- 2022-01-26 01:52:19下载
- 积分:1
-
迷宫问题程序设计
迷宫问题程序设计-Maze Design
- 2022-02-09 19:44:55下载
- 积分:1
-
wince底层驱动包代码,希望对你有用。
wince底层驱动包代码,希望对你有用。-base cord of Wince 5.0,Want to help you.
- 2022-01-31 21:19:48下载
- 积分:1
-
A nice c++ compiler, you can help find many types of errors
一款好用的c++编译,可以帮助查找许多类型的错误-A nice c++ compiler, you can help find many types of errors
- 2022-02-07 08:31:01下载
- 积分:1
-
自动关机的一个vc程序
自动关机的一个vc程序-automatic shutdown of a vc procedures
- 2022-08-14 06:43:48下载
- 积分:1