-
接口文件。只是顶层文件,故用处不大,第一次试发
接口文件。只是顶层文件,故用处不大,第一次试发-Interface file. Only top-level document, it is not useful, the first test-fat
- 2023-09-03 19:15:03下载
- 积分:1
-
用matlab书写的关于tensor的列子。tensor即张量,是高纬线性代数的核心。...
用matlab书写的关于tensor的列子。tensor即张量,是高纬线性代数的核心。-Using matlab to write on the tensor of Liezi. tensor or tensor, is the high latitudes of the core of linear algebra.
- 2022-11-11 07:10:03下载
- 积分:1
-
水文中河道断面数据库非常庞大,用SQL语句嵌入VB程序当中,可查询断面数据,并用MSCHART显示断面形状....
水文中河道断面数据库非常庞大,用SQL语句嵌入VB程序当中,可查询断面数据,并用MSCHART显示断面形状.-Hydrology river section is very large databases with SQL embedded VB, inquiries can be cross section data and use MSCHART show section shape.
- 2022-05-22 10:30:18下载
- 积分:1
-
sl贪吃蛇 sl贪吃蛇
sl贪吃蛇 sl贪吃蛇 -silverlight silverlight silverlight silverlight silverlight silverlight
- 2022-05-16 04:40:25下载
- 积分:1
-
Reversi game, using C to prepare to use VISUAL c++ Debugging
黑白棋小游戏,用C++编写 用VISUAL c++调试-Reversi game, using C to prepare to use VISUAL c++ Debugging
- 2022-04-12 19:30:29下载
- 积分:1
-
Web结构挖掘HITS算法。文件里面包含了详细的说明和示例。
Web结构挖掘HITS算法。文件里面包含了详细的说明和示例。-Web structure mining HITS algorithm. The file contains a detailed description and an example.
- 2023-07-08 03:45:03下载
- 积分:1
-
用visual c++ 6.0 实现的科学计算器,输入表达式,计算出结果。...
用visual c++ 6.0 实现的科学计算器,输入表达式,计算出结果。-Using visual c++ 6.0 to achieve a scientific calculator, enter the expression to calculate the result.
- 2022-03-30 00:42:15下载
- 积分:1
-
查看DWG格式文件
查看DWG格式文件-View DWG format
- 2022-10-15 19:20:02下载
- 积分:1
-
binary a 256 colors bitmap 二值化256色位图
binary a 256 colors bitmap 二值化256色位图-binary a 256 colors bitmap binarization 256 color bitmap
- 2022-03-06 19:46:25下载
- 积分:1
-
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