资源列表
[数学计算/工程计算] fenduanhermit
说明:数值计算中分段三次hermit插值公式,用C++实现。-Numerical calculations piecewise cubic interpolation formula hermit with C++ achieved.<邵炜栋> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] 1153298-3-1-Simpon
说明:数值计算中的simpson公式积分,用C++实现-Simpson numerical calculation formula points to achieve with C++<邵炜栋> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] Aitken_speed
说明:埃特金加速法,用于数据计算中收敛过程的加速-Aitken acceleration method for accelerating the convergence process data calculations<余票> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] dynamic_matrix_mul
说明:动态规划算法实现的矩阵乘法,这个算法在很多ACM竞赛中经常出现的题目-Dynamic programming matrix multiplication algorithm, the algorithm in many ACM contest that often appear in the title<xielei> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] largest_public_str
说明:动态规划算法实现的最大公共字串的算法实现,非常有效的展现了动态规划算法思想-Algorithm for dynamic programming algorithm to achieve the greatest public string, very effective to show the dynamic programming algorithm ideas<xielei> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] longest_no_drop_seq
说明:动态规划算法实现的最长不下降序列,非常好的展现了动态规划算法的精髓-The realization of dynamic programming algorithm for the longest do not drop sequence, very good to show the essence of the dynamic programming algorithm<xielei> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] Knapsack_problem
说明:动态规划算法实现的一类背包问题,经典的动态规划算法实例-A class of dynamic programming algorithm knapsack problem, the classic examples of the dynamic programming algorithm<xielei> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] Knapsack_problem2
说明:动态规划算法实现的另一类背包问题// 背包问题 6个物体,重量为:5, 2, 1.7, 3.5, 1, 5.1 背包最大10,,追求装下的最大重量-Another knapsack problem dynamic programming algorithm to achieve// knapsack problem six objects, weight: 5, 2, 1.7, 3.5, 1, 5.1 backpacks maximum 10, the pursuit of maximum we<xielei> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] Knapsack_problem3
说明:动态规划算法实现的背包问题:// 背包问题,容量m,n种货物,分别重量W1,W2......Wn,利润分别P1,P2......Pn,求最大利润 -Knapsack problem dynamic programming algorithm:// knapsack problem, the capacity of M, N type of cargo weight, respectively W1, W2... Wn, profits were P1, P2... Pn, maximum p<xielei> 在 2025-06-11 上传 | 大小:1kb | 下载:0