资源列表
[matlab例程] mulNewtonSOR
说明:本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。-The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mulNewtonSOR (F, x0, w, h, eps)<锦夏> 在 2025-12-05 上传 | 大小:1kb | 下载:0
[matlab例程] mulDNewton
说明:本代码为牛顿下山法求解非线性方程组。其调用格式为[r,m]=mulDNewton(F,x0,eps) 其中F:非线性方程组,x0:初始解,eps:解的精度;r:求得的一组解,n:迭代步数。-The code for Newton' s method for solving nonlinear equations. Its call format [r, m] = mulDNewton (F, x0, eps) where F: non-linear equations, x0: init<锦夏> 在 2025-12-05 上传 | 大小:1kb | 下载:0
[matlab例程] mulGXF
说明:本代码为割线法求解非线性方程组。其调用格式为[r,m]=mulGXF1(F,x0,x1,eps) 其中,F:非线性方程组;x0初始解;x1:初始解;eps:解的精度;m:迭代步数。-The code for the secant method for solving nonlinear equations. Its call format [r, m] = mulGXF1 (F, x0, x1, eps) where, F: non-linear equations x0 initial s<锦夏> 在 2025-12-05 上传 | 大小:1kb | 下载:0
[matlab例程] Matlab-GUI-Filter
说明:this code provide for using matlab GUI filter<kotakungu> 在 2025-12-05 上传 | 大小:29kb | 下载:0
[数据结构常用算法] BTree
说明:vc++实现的二叉树的平衡,排序图形演示-vc++ to achieve a balanced binary tree, sorting graphical presentation<maotianjiao> 在 2025-12-05 上传 | 大小:136kb | 下载:0
[数据结构常用算法] ACMcode
说明:最小生成树算法拓展--次小生成树,实现图的次小生成树求解,里面包含两个ACM题目源码,其中有vijos1070和ecnu2614。-Minimum Spanning Tree Algorithm Development- plays a small spanning tree, spanning tree implementation diagram of the second small-solving, which contains two ACM subject source, inclu<林> 在 2025-12-05 上传 | 大小:3kb | 下载:0