-
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
-
c++ Builder中的异常处理
c++ Builder中的异常处理-Exceptions
- 2022-03-05 10:20:38下载
- 积分:1
-
一个初学者写的小小编辑器的原代码!
一个初学者写的小小编辑器的原代码!-beginners to write a small editor of the original code!
- 2022-02-04 14:54:22下载
- 积分:1
-
这是一个简单的马术管理软件,能够实现从选手注册到对选手信息的管理,最后到进行比赛,最后排名。适合C初学者掌握基本结构以及指针和链表。...
这是一个简单的马术管理软件,能够实现从选手注册到对选手信息的管理,最后到进行比赛,最后排名。适合C初学者掌握基本结构以及指针和链表。-This is a simple equestrian management software, can be realized from the player" s registration information to the management, to carry out the final game, the final ranking. Suitable for beginners to master the basic structure of C as well as the pointer and linked list.
- 2022-08-12 20:03:11下载
- 积分:1
-
T检验,亦称student t检验(Student s t test),主要用于样本含量较小(例如n<30),总体标准差σ未知的正态分布资料。...
T检验,亦称student t检验(Student s t test),主要用于样本含量较小(例如n
- 2022-03-16 11:40:13下载
- 积分:1
-
正常边缘检测与 matlab 函数为灰度图像
%跟踪对象的周长及它们的颜色白色 (1)。%将所有其他像素设置为黑色 (0)做同样的工作,作为一种边缘检测算法的 %吗?
- 2022-01-25 15:28:52下载
- 积分:1
-
在线考试系统..
online examination system..
- 2022-01-25 23:07:20下载
- 积分:1
-
< 一个非常完美的工业曲线显示控件,错过将会十分遗憾>>补遗二...
< 一个非常完美的工业曲线显示控件,错过将会十分遗憾>>补遗二-lt; Lt; A perfect curve showed industrial controls, will be missed very much regret gt; Gt; Addendum 2
- 2022-06-29 23:23:52下载
- 积分:1
-
用delphi写的数据库连接程序小程序,供初学者参考
用delphi写的数据库连接程序小程序,供初学者参考-used to write database connectivity procedures small program for beginners reference
- 2022-03-26 17:36:18下载
- 积分:1
-
显示目录状对话框
显示目录状对话框-dialog displays a directory-
- 2022-03-14 21:47:20下载
- 积分:1