-
n皇后问题,费城经典的解决方法,用General
n皇后问题,费城经典的解决方法,用General-Search方法写的-n Queens problem,solved by classical Philadelphia method,using General-Search method.
- 2022-11-13 11:20:03下载
- 积分:1
-
.Net开发特点,用于说明开发的功能特点
.Net开发特点,用于说明开发的功能特点- Net development characteristic, uses in to show the development
the function characteristic
- 2022-06-19 15:05:23下载
- 积分:1
-
To implement design template pattern.
To implement design template pattern.
- 2022-01-28 21:01:10下载
- 积分:1
-
串口编程,C++程序
串口编程,c程序-serial programming, c procedures
- 2022-03-10 20:29:34下载
- 积分:1
-
Sample application
简单VB.Net版压缩文件中引入了应用程序。这将使我清楚地了解如何创建项目文件和加载表单。简单的点击按钮和工具栏非常方便。
- 2022-02-13 08:54:10下载
- 积分:1
-
delphi版仓库管理系统源代码,数据库为ACCESS。功能简洁,操作方便。可进一步扩展编程。...
delphi版仓库管理系统源代码,数据库为ACCESS。功能简洁,操作方便。可进一步扩展编程。-delphi version of warehouse management system source code, database ACCESS. Function is simple and easy to operate. Can further expand programming.
- 2023-01-20 21:00:04下载
- 积分:1
-
CAD secondary development of image processing used in mapping to verify the accu...
CAD二次开发
用于在测绘图象处理中的精度验证文件,提取点和线-CAD secondary development of image processing used in mapping to verify the accuracy of documents, extraction of points and lines
- 2022-09-23 09:00:03下载
- 积分: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
-
手机数据备份软件
手机数据备份软件-mobile data backup software
- 2022-02-21 00:27:35下载
- 积分:1
-
4X6=24游戏软件
这是一款本人开发的游戏软件,每次给出4个数,通过加、减、乘除的计算组合,每一个数字智能使用一次,组合计算出24的结果,是一个智力游戏,系统会提供答案。
- 2022-09-24 13:15:02下载
- 积分:1