资源列表
[数学计算/工程计算] bag-C-Algorithm
说明:背包问题系列算法详解 背包问题是一个关于最优解的经典问题。通常被讨论的最多的,最经典的背包问题是0-1背包问题(0-1 Knapsack Problem)。它是一切背包问题及相关背包问题的基础。本篇博文将详细分析0-1背包问题,并给出0-1背包问题的几种解法,同时也对0-1背包问题的内涵进行延伸,丰富其外延至完全背包问题和多重背包问题,并给出背包问题的算法实现过程,希望对大家有帮助。-Detailed Algorithm for<唐永笙> 在 2025-02-14 上传 | 大小:5kb | 下载:0
[数学计算/工程计算] snackmatrix
说明:用C实现的蛇形矩阵,输入一个1到N的数字,确定其最外层边长,然后由外到内产生一个蛇形数阵。-Serpentine matrix with the C implementation, enter a number from 1 to N, determine the outer side, and then from the outside to create a snake within the digital matrix.<邱瑞祥> 在 2025-02-14 上传 | 大小:3kb | 下载:0
[数学计算/工程计算] interpolation
说明:用C来编写实现lagrange插值,分段线性插值,三次样条插值三种插值算法方法。有关计算机数值方法的问题。-Using C to write to achieve lagrange interpolation, linear interpolation, cubic spline interpolation of three interpolation methods. Numerical methods on computer pro<陈博灿> 在 2025-02-14 上传 | 大小:463kb | 下载:0
[数学计算/工程计算] iterativemethods
说明:分别用二分法、Newton法、弦截法、Newton下山法四种迭代法求解非线性方程x5-3x3+x-1= 0 在区间[-8,8〕上的全部实根,设计算法完成根区间隔离,然后实现单根区间上的迭代算法求解方程。-Respectively dichotomy, Newton method, Secant Method, Newton descent method four kinds of iterative methods for solvin<陈博灿> 在 2025-02-14 上传 | 大小:448kb | 下载:0