-
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
-
This directory contains code implementing the K
This directory contains code implementing the K-means algorithm. Source code
may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS
program accepts input consisting of vectors and calculates the given
number of cluster centers using the K-means algorithm. Output is
directed to the screen.-This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen.
- 2023-09-06 05:15:03下载
- 积分:1
-
在线查找税码
此项目检查税务代码在线从官方网站 ANAF。
如果你问这个验证码,这被插入在一个单独的屏幕中。
- 2022-01-31 04:51:33下载
- 积分:1
-
操 作系统的实验程序,经典的银行家算法,界面交互性友好性不错...
操 作系统的实验程序,经典的银行家算法,界面交互性友好性不错-A test program of operating system,based on classic banker arithmetic with a friendly interface.
- 2023-08-02 21:15:03下载
- 积分:1
-
这是一个剪刀石头布的游戏,本身比较简单,但是有些设置难度的东西,还是值得一些新手学习学习,呵呵,请不要见笑!...
这是一个剪刀石头布的游戏,本身比较简单,但是有些设置难度的东西,还是值得一些新手学习学习,呵呵,请不要见笑!-This is a cloth scissors stone of the game itself is relatively simple, but difficult to set up some things, it is still worthwhile for some newcomers learn from, huh, please do not laughed at!
- 2022-02-22 00:53:29下载
- 积分:1
-
Wince下的WIFI连接程序。提供连接,断开,查旬连接数量的功能。...
Wince下的WIFI连接程序。提供连接,断开,查旬连接数量的功能。-Wince under the WIFI connection program. Provides connectivity, disconnect, check ten days the number of connections function.
- 2022-04-08 13:58:29下载
- 积分:1
-
delphi编程 号码查询系统
delphi编程 号码查询系统.rar-Programming by delphi ,Number Searching System.rar
- 2022-03-19 13:44:15下载
- 积分:1
-
Snake Snake console C++ console C++ C++ Snake console C++
贪吃蛇控制台C++
贪吃蛇控制台C++
C++
贪吃蛇控制台C++
-Snake Snake console C++ console C++ C++ Snake console C++
- 2022-07-02 09:45:25下载
- 积分:1
-
以太网通讯例子
以太网通讯例子-服务器,配合以太网通讯例子-客户端用-Ethernet communication example- server, with the Ethernet communication example- a client with
- 2023-01-11 12:05:03下载
- 积分:1
-
similar to the attribute VB Controls
类似VB的属性表控件-similar to the attribute VB Controls
- 2022-01-26 01:18:05下载
- 积分:1