-
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
-
vc++数据库编程ADOData.rar
vc++数据库编程ADOData.rar-vc ADOData.rar Database Programming
- 2023-07-20 06:55:03下载
- 积分:1
-
面向对象(每个子目录对应于一个项目)很实用的哦
面向对象(每个子目录对应于一个项目)很实用的哦-Object-oriented (one for each subdirectory that corresponds to a project) Oh, very practical
- 2022-03-22 19:34:29下载
- 积分:1
-
非常好用的透明万年历
非常好用的透明万年历 -Very useful transparent calendar
- 2022-08-24 12:16:20下载
- 积分:1
-
一个简单的视频SDK,你们也看看 提提意见哦
一个简单的视频SDK,你们也看看 提提意见哦 -A simple video SDK, you also make a suggestion to see Oh
- 2022-03-03 16:19:40下载
- 积分:1
-
TC2.0 是一款C语言编程器 ,压缩包解压时不能有密码。
TC2.0 是一款C语言编程器 ,压缩包解压时不能有密码。-TC2.0 is a C language programming, and the cabinet should not have a password when extracting.
- 2022-07-28 09:28:54下载
- 积分:1
-
WinCE下USB无线网卡驱动程序,主要是用于WINCE5.0和WINCE6.0.
WinCE下USB无线网卡驱动程序,主要是用于WINCE5.0和WINCE6.0.-USB wireless network card under WinCE drivers, mainly for WINCE5.0 and WINCE6.0.
- 2022-02-15 02:25:50下载
- 积分:1
-
这是一个VC调用VB控件的实例,通过这个实例可以让您了解如何在VC中去调用用VB开发的控件。相信对您一定有帮助的。...
这是一个VC调用VB控件的实例,通过这个实例可以让您了解如何在VC中去调用用VB开发的控件。相信对您一定有帮助的。-This is an instance of VC call the VB controls, through this example allows you to learn how to use VB to call the VC in the development of controls. I believe you must have help.
- 2022-07-14 03:15:00下载
- 积分:1
-
整数数字
整数数字-英文转换器
输入整数数字正负皆可,转换成相应的英文
例如:输入123, 返回 one hundred twenty thr-Integer number of- English converter input integer number of positive and negative can be, converted into the corresponding English example: enter 123, the return of one hundred twenty thr
- 2022-01-24 17:40:37下载
- 积分:1
-
Chapter 7 MyPad Program
以下是使用MFC第2版编程Visual Studio的源文件。该文件包含运行该程序所需的所有内容。
- 2022-02-20 21:14:02下载
- 积分:1