资源列表
[其他小程序] LCS
说明: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<郭子> 在 2025-07-19 上传 | 大小:155kb | 下载:0
[其他小程序] mul
说明:二分法求大整数相乘,快速便捷。很好的源代码,可以用来学习,直接用于工程也是可以的-Dichotomy for large integer multiplication, quickly and easily. Good source code, can be used to study, can be directly used for projects of<wanglianqing> 在 2025-07-19 上传 | 大小:13kb | 下载:0
[其他小程序] expendituresystem
说明:个人及家庭开支明细系统,支持导出到Excel-Details of personal and household expenditure system, to support the export to Excel<宋勇> 在 2025-07-19 上传 | 大小:8kb | 下载:0
[其他小程序] wangshanggouwuxitong
说明:购物车主要是为广大网上顾客购物的资源平台。购物车主要目标是建设在网上对用户进行信息服务互动平台。-If the owner to the general resources of the Internet platform to customers. The main goal is to Cart online construction information service user interaction platform.<张明敏> 在 2025-07-19 上传 | 大小:1.98mb | 下载:0
[其他小程序] psovbdelphi
说明:用于学习pso算法的简单小程序 用delphi和vb编写 很好的描述了pso的基本原理-Pso algorithm used to study a simple applet with delphi and vb very good descr iption of the preparation of the basic principles of pso<刘丙泉> 在 2025-07-19 上传 | 大小:1.09mb | 下载:0