-
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
-
plug management, dynamic database to prepare, very useful, and now many major ma...
plug管理,动态库编写,非常有用,现在很多大程序都需要插件管理-plug management, dynamic database to prepare, very useful, and now many major management procedures need to plug-ins
- 2022-03-12 14:44:27下载
- 积分:1
-
数字转换为中文大写代码段
数字转换为中文大写代码段-converted to digital code of the Chinese capital
- 2023-07-04 21:50:03下载
- 积分:1
-
gpslogger是PDA
gpsLogger是一个基于手机或PDA的个人移动导航(车载导航)系统中记录gps信息的小工具-gpsLogger is a PDA-based mobile phone or personal mobile navigation (car navigation) system to record information gadget gps
- 2022-11-21 18:20:03下载
- 积分:1
-
calculator
计算器-calculator
- 2022-03-23 04:27:48下载
- 积分:1
-
双线性插值
Bilinear Interpolation
- 2022-03-04 02:45:27下载
- 积分:1
-
u盘源码,做驱动程序前网上搜索得来,后来不需要做了,就没有仔细看过,很抱歉,应该有用...
u盘源码,做驱动程序前网上搜索得来,后来不需要做了,就没有仔细看过,很抱歉,应该有用-u disk source code, so drivers-line search it, then you do not need to do, it would not read carefully. I am sorry, it should be useful
- 2023-02-24 02:50:03下载
- 积分:1
-
一款自编的具有计算器功能的源码, 类似Windows计算器功能
一款自编的具有计算器功能的源码, 类似Windows计算器功能-A self-function calculator with source code, similar to Windows calculator function
- 2022-09-04 12:45:03下载
- 积分:1
-
演示程序的手写笔,简单的绘制边界和记录X的位置。
演示手写笔编程,简单绘制边界并记录X和O的位置。主要演示了手写笔的基本交互功能。-Demo programming stylus, simple drawing the border and record the location of X and O. The main demonstration of the stylus basic interactive features.
- 2023-08-02 09:55:02下载
- 积分:1
-
using VC 6.0 text files to the right sort of small programs. Txt files to the li...
采用VC++6.0开发的对文本文档排序的小程序。将txt文档中的行按照行的第一个字符的拼音顺序排序-using VC 6.0 text files to the right sort of small programs. Txt files to the line with a line of characters in the alphabet order of ranking
- 2022-04-28 11:54:12下载
- 积分:1