资源列表
[matlab例程] double-path
说明:2 Ray Ground Reflection Model with SNR<shm> 在 2025-03-01 上传 | 大小:1.57mb | 下载:0
[数学计算/工程计算] quasi-Newton-method
说明:功能:用BFGS算法求解无约束问题:min f(x) 输入:x0是初始点,fun,gfun分别是目标函数及其梯度; varargin是输入的可变参数变量,简单调用bfgs时可以忽略它 但若其他程序循环调用该程序时将发生重要作用-Function: with BFGS algorithm solving unconstrained problem: min f (x) input: x0 is the initi<苗小楠> 在 2025-03-01 上传 | 大小:5kb | 下载:0
[matlab例程] Conjugate-gradient-method
说明:功能:用FR共轭梯度法求解无约束问题:min f(x) 输入:x0是初始点,fun,gfun分别是目标函数和梯度 输出:x,val分别是近似最优点和最优值,k是迭代次数-Features: use FR conjugate gradient method to solve the unconstrained problem: min f (x) input: x0 is the initial point, fun,<苗小楠> 在 2025-03-01 上传 | 大小:2kb | 下载:0
[matlab例程] line-search
说明: 输入:phi是目标函数,a,b是搜索区间的两个端点 delta,epsilon分别是自变量和函数值的容许误差 输出:s,phis分别是近似极小点和极小值,G是n乘4矩阵- input: phi is the objective function, a, b is the search interval of two endpoints delta, epsilon, respectively is the ind<苗小楠> 在 2025-03-01 上传 | 大小:2kb | 下载:0
[matlab例程] steepest-descent--and-Newton
说明:function[x,val,k] dampnm(fun,gfun,hesse,x0) 功能:用阻尼牛顿法求解无约束问题:min f(x) 输入:x0是初始点,fun,gfun,hesse分别是目标函数值,梯度,hesse矩阵的函数 输出:x,val分别是近似最优点和最优值,k是迭代次数-The function/x, val, k dampnm (fun, gfun, Hesse, x0) functio<苗小楠> 在 2025-03-01 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] 4-runge-kutta
说明:基于VisioC++的四阶龙格库塔算法的实现,给出了具体实现过程。-The realization of the four order Runge Kutta algorithm based on VisioC++, gives the concrete realization of the process.<jordan> 在 2025-03-01 上传 | 大小:15kb | 下载:0
[数学计算/工程计算] OpenGLsimulatedmissi
说明:出了基于OpenGL的实现导弹的可视化仿真过程具体代码。- The realization of the visual simulation process of Missile Based on OpenGL is given.<jordan> 在 2025-03-01 上传 | 大小:205kb | 下载:0
[数学计算/工程计算] RungeKutta
说明:给出了四阶龙格库塔算法求解微分方程的具体过程和实现方法。- Given the detailed process and method of four order Runge Kutta algorithm for solving differential equations.<jordan> 在 2025-03-01 上传 | 大小:1kb | 下载:0