资源列表
[数据结构常用算法] juzhenliancheng
说明:算法与分析中使用动态规划法求解矩阵连乘的问题-Algorithm and analysis using dynamic programming method for solving the matrix multiplicative<啊转> 在 2025-11-14 上传 | 大小:1kb | 下载:0
[matlab例程] blbpfenkuaixianshi
说明:这个主要是人脸识别的分块显示程序,是三阶临进的-This is the main face recognition sub-block display program, and third-order Pro into<kelly> 在 2025-11-14 上传 | 大小:1kb | 下载:0
[数值算法/人工智能] yanghuisanjiao
说明:打印出以下的杨辉三角形(要求打印10行) 每一行的第一个和最后一个都是1,而中间元素是由表达式 a[i][j] =a[i-1][j-1] + a[i-1][j] 计算出来。因为要使用上面的数据,这样我们想到了用二维数组进行数据的存储。-Print out the following Triangle (requires print line 10) the first and last of each line 1, the middle element is the expressio<袁昊苏> 在 2025-11-14 上传 | 大小:1kb | 下载:0