-
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
-
以前做的一个作业,模拟记事本,还不完善。
以前做的一个作业,模拟记事本,还不完善。-before doing an operation, simulated notebook, is not perfect.
- 2022-01-25 22:09:30下载
- 积分:1
-
收集到的orion_ep93xx_wince_bsp_1
收集到的orion_ep93xx_wince_bsp_1-3-507 pcmcia卡驱动源码,未作测试-Collected orion_ep93xx_wince_bsp_1-3-507 pcmcia card driver source code, not for testing
- 2022-07-13 04:11:17下载
- 积分:1
-
可以运用它很简单的找出电脑中被劫持的dll格式文件,对于系统的安全管理很重要。...
可以运用它很简单的找出电脑中被劫持的dll格式文件,对于系统的安全管理很重要。-can use it is very simple to find the computer had been hijacked dll files, For the safety management system is very important.
- 2022-03-23 01:28:57下载
- 积分:1
-
BorlandBGI examples do not know whether we used to have hope that we can contact...
BorlandBGI示例 不知道大家是否用的到 希望大家有意见 可以联系我-BorlandBGI examples do not know whether we used to have hope that we can contact me advice
- 2022-07-25 22:19:52下载
- 积分:1
-
高级窗口调试(由艾迪生)
Advanced Windows Debugging (c) by Addison-Wesley Professional
- 2022-05-24 22:52:59下载
- 积分:1
-
Visual Studio 2010 UDP 连接示例
以太网 UDP 连接的 C# 示例代码,欢迎大家下载、试用。谢谢大家的支持!
- 2022-02-20 22:34:24下载
- 积分:1
-
磁盘设备驱动样品
Disk Device Driver Smaple
- 2022-03-24 02:42:59下载
- 积分:1
-
胡萝卜缺陷检测
本程序在之前算法研究的基础上,对代码进行优化后进行发表,该程序主要包含了图像的简单预处理,主要是针对胡萝卜的图像预处理,同时,对胡萝卜上部断裂、下部断裂、弯曲以及须根的缺陷特征的提取算法进行了编写;但因代码在优化后并未再次进行测试,所以,使用过程中出现的问题请及时反馈,共同进步。
- 2023-06-01 07:55:03下载
- 积分:1
-
VB找图
VB实现简单快速的找图找色, 对初学找图找色的新手有较大的帮助。
- 2023-08-08 18:25:02下载
- 积分:1