-
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
-
一个模拟的COM的改进(一个win32的控制台程序)
一个模拟的COM的改进(一个win32的控制台程序)-a simulated COM improvements (a win32 the Console)
- 2022-07-09 23:37:13下载
- 积分:1
-
16进制文件浏览器。点饥file
16进制文件浏览器。点饥file->open打开一个文件,该程序会以16进制形式将该文件显示在窗口中。-16 band document browser. Point hunger file-
- 2022-08-09 08:46:06下载
- 积分:1
-
基于肤色识别的人脸检测系统,能有效识别人脸。
基于肤色识别的人脸检测系统,能有效识别人脸。-Face recognition based on skin color detection system can effectively identify the human face.
- 2022-02-20 11:36:38下载
- 积分:1
-
一个著名的ftp搜索器可以很快地搜到著名的网站和大量的资源...
一个著名的ftp搜索器可以很快地搜到著名的网站和大量的资源-a famous ftp search engine will be able to search the famous website and a lot of resources
- 2022-05-06 11:18:07下载
- 积分:1
-
网上当的程序,看后觉的还可以,可以使用
网上当的程序,看后觉的还可以,可以使用
-When the procedure online, look after, they can still sleep, you can use
- 2023-06-16 02:05:03下载
- 积分:1
-
SteganoRead to read files in steganography.
SteganoRead to read files in steganography.
- 2023-04-15 07:35:03下载
- 积分:1
-
完美国际双开小工具,带一些测试功能,包括对话框程序背景,图片按钮...
完美国际双开小工具,带一些测试功能,包括对话框程序背景,图片按钮-Perfect international pairs to open a small tool, with some test functions, including the dialog box procedure the background, pictures, buttons. . . .
- 2022-07-18 09:12:25下载
- 积分:1
-
窗口自动伸缩,注要是用VC++6.0来开发的一个程序,也用到了MFC架构的一些注要内容,希望能够给大家一些参考。...
窗口自动伸缩,注要是用VC++6.0来开发的一个程序,也用到了MFC架构的一些注要内容,希望能够给大家一些参考。-Automatic retractable window, note if using VC++ 6.0 to develop a process, also used in the MFC framework to the contents of some note, I hope everyone can give some reference.
- 2022-02-21 13:39:47下载
- 积分:1
-
利用opencv 读取视频 并作处理转化成单通道图像再处理二值化前景图...
利用opencv 读取视频 并作处理转化成单通道图像再处理二值化前景图-Opencv read and make use of video processing into a single image binarization prospect of re-treatment plan
- 2022-11-11 00:50:09下载
- 积分:1