资源列表
[其他小程序] SumProductGPU.tar
说明:cuda product of sums algorithm on the gpu<bertrand> 在 2025-07-16 上传 | 大小:19kb | 下载:0
[其他小程序] constructor
说明:使用一排列对象接受类型int、浮点和串的实体类型3 attibutes 展示对constructor的用途。-A program that uses an array of objects that receives 3 attibutes of an entity type of type int, float and string demonstrates use of constructors.<Steven> 在 2025-07-16 上传 | 大小:1kb | 下载:0
[其他小程序] momo_article
说明:紫藤文章管理系统 支持google adsense 支持 可视化编辑控件, 动网内核,无限支持分类 解决目前“市面”上某些程序无法灵活支持扩充的局限 程序简易,方便二次开发。 优化程序执行速度。 基本满足文章管理系统需求-Wisteria article management system to support the visualization google adsense support Edit control, dynamic network core<唐文焕> 在 2025-07-16 上传 | 大小:431kb | 下载:0
[其他小程序] 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-16 上传 | 大小:155kb | 下载:0