资源列表
[其他小程序] ToolWaveTex
说明:Toolbox for wavelet transform computation<marlene> 在 2026-01-02 上传 | 大小:44kb | 下载:0
[其他小程序] sanxiangbanbo
说明:三相半波整流电路,希望对初学者起到帮助。-Three phase half wave rectifier circuit<何昆> 在 2026-01-02 上传 | 大小:17kb | 下载:0
[其他小程序] fenbu
说明:分布控制算法,针对非高斯连续随机分布系统控制问题,提出的最优化算法-Distributed control algorithm, according to the non distribution control algorithm, for the non Gauss continuous random distribution system control problem, the proposed optimization algorithm Gauss continuous stocha<xiongjing> 在 2026-01-02 上传 | 大小:3kb | 下载:0
[Windows编程] Longest-Palindromic-Substring
说明://动态规划求最长回文子串 //用布尔型t[i][j]表示子串(s(i....j))是否为回文子串 //其中t[i][j]的值可通过t[i+1][j-1]的值以及是s[i]和s[j]是否相等判断(即子串(s(i...j))是否为回文子串可通过子问题s(i+1,...,j-1)是否为回文串来解决) //通过left和right来指示当前最长回文子串的下标-// Dynamic programming longest palindrome substring // Boolean t<guopengju> 在 2026-01-02 上传 | 大小:2.49mb | 下载:0