-
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
-
类似中国象棋的小游戏的实现
类似中国象棋的小游戏的实现-similar to a small Chinese chess games to achieve
- 2022-02-05 10:36:28下载
- 积分:1
-
打印日志的类
自己封装的Log类,用于打印日志输出作用,线程安全的!定义了5个不同级别的,可以让使用者灵活使用,代码简单易懂!
- 2023-06-07 06:20:03下载
- 积分:1
-
在Java程序中,性能问题的大部分原因并不在于Java语言,而是在于程序本身。养成好的代码编写习惯非常重要,比如正确地、巧妙地运用java.lang.Strin...
在Java程序中,性能问题的大部分原因并不在于Java语言,而是在于程序本身。养成好的代码编写习惯非常重要,比如正确地、巧妙地运用java.lang.String类和java.util.Vector类,它能够显著地提高程序的性能。-in Java programs, most of the performance problems is not the reason for the Java language, but the process itself. Develop good habits code prepared is very important, such as the right to attempt to use java.lang.String java.util.Vector category and type, it can significantly improve the performance.
- 2022-12-16 04:15:03下载
- 积分:1
-
WinCE下的ActiveX控件开发,使用Visual C
WinCE下的ActiveX控件开发,使用Visual C-ActiveX control under WinCE development, use Visual C++
- 2022-01-27 23:57:09下载
- 积分:1
-
本程序是关于快速排序的算法与归并排序,并比较两者所需的时间...
本程序是关于快速排序的算法与归并排序,并比较两者所需的时间-the procedures for the rapid sequencing of the ranking algorithm and its stock, and compare the time required for both
- 2022-06-13 03:57:40下载
- 积分:1
-
数据库SQL SEVER编程开发,ADO.NET开发平台的数据度库配置及开发。...
数据库SQL SEVER编程开发,ADO.NET开发平台的数据度库配置及开发。-SQL SEVER
- 2022-10-07 21:25:03下载
- 积分:1
-
wince下的按键钩子示例,里面有一些函数很有帮助!
wince下的按键钩子示例,里面有一些函数很有帮助!-wince under the button hook sample, which has some very useful function!
- 2022-01-26 03:30:29下载
- 积分:1
-
windows GUI,人工非mfc界面,可以录制视频,要学习摄像头编程和界面编程的都来学习。...
windows GUI,人工非mfc界面,可以录制视频,要学习摄像头编程和界面编程的都来学习。-non-mfc interface, can record video.
- 2022-05-17 03:49:54下载
- 积分:1
-
通过Win32函数来修改显示器分辨率
通过Win32函数来修改显示器分辨率-through Win32 function to amend the resolution display
- 2022-05-26 15:15:33下载
- 积分:1