资源列表
[数学计算/工程计算] SVDCMP
说明:用于求解矩阵广义逆的,求解矩阵奇异值分解程序。-For solving matrix generalized inverse, solving matrix singular value decomposition procedure.<ahshiyalei> 在 2025-02-10 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] Source1
说明:对于单变量的拉格朗日插值程序,附带有测试函数。-Univariate Lagrange interpolation procedure, with a test function.<ahshiyalei> 在 2025-02-10 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] Source1
说明:用于求解矩阵的LU分解,可以用于矩阵求逆。-LU decomposition is used to solve the matrix can be used for matrix inversion.<ahshiyalei> 在 2025-02-10 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] Source1
说明:非线性方程的多重迭代求解变量,可以用于非线性方程的求解。-The multiple iterative solution of nonlinear equations variables, can be used for non-linear equations.<ahshiyalei> 在 2025-02-10 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] Source1
说明:二分法求解方程组的解向量,用于非线性方程组。-Dichotomy solution vector for solving equations of nonlinear equations.<ahshiyalei> 在 2025-02-10 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] Source1
说明:用于求解线性方程的共轭梯度法,可以用于求解大量的线性方程。-Conjugate gradient method for solving linear equations.Can be used to solve a large number of linear equations<ahshiyalei> 在 2025-02-10 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] chaosongchidiedai
说明:该程序实现用超松弛迭代算法求解数值分析中的线性方程组的问题!-The program overrelaxation iterative algorithm for solving linear equations in numerical analysis problem!<xuefeng li> 在 2025-02-10 上传 | 大小:9kb | 下载:0
[matlab例程] Asynchronous_Openloop
说明:异步电动机开环控制仿真,基于空间矢量的开环控制-openloop control of synchronise motor<> 在 2025-02-10 上传 | 大小:11kb | 下载:0
[数值算法/人工智能] Knapsack
说明:描述: 需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。 输入: 多个测例,每个测例的输入占三行。第一行两个整数:n(n<=10)和c,第二行n个整数分别是w1到wn,第三行n个整数分别是p1到pn。 n 和 c 都等于零标志输入结束。<YuanCongcong> 在 2025-02-10 上传 | 大小:3kb | 下载:0