CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - matlab 迭代法

搜索资源列表

  1. matlabbroyden

    0下载:
  2. matlab逆broyden迭代法计算方程-Matlab broyden inverse iteration calculation equation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14227
    • 提供者:张烨
  1. matlab-gauss

    0下载:
  2. matlab-gauss,实现matlab上的gauss迭代法-Matlab - gauss, the realization of Matlab gauss iterative method
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:10154
    • 提供者:yyf
  1. matlab-jacobi

    0下载:
  2. matlab-jacobi实现matlab上的jacobi迭代法-Matlab - jacobi achieve the Matlab jacobi iteration
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:8977
    • 提供者:yyf
  1. matlab-sor

    0下载:
  2. matlab-sor实现matlab上的sor迭代法-Matlab - sor achieve the Matlab sor iterative method
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:9350
    • 提供者:yyf
  1. newton

    0下载:
  2. 牛顿迭代法求非线性方程,是数值就散方法课上的作业。-Newton iteration for nonlinear equations is the numerical method on the loose class operation.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-24
    • 文件大小:1364
    • 提供者:谭松清
  1. Practical-procedures-of-matlab

    0下载:
  2. matlab实用图像编辑程序,还有一些迭代法源程序-the matlab practical image editing program, there are some iterative method source code
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:5690
    • 提供者:chenpeng
  1. chaosongchidiedai

    1下载:
  2. 使用MATLAB进行模拟超松弛迭代法仿真,电磁场与电磁波实验。-Using MATLAB simulation SOR method simulation, electromagnetic field and wave experiments.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:87857
    • 提供者:gczhi
  1. jiandandiedai

    1下载:
  2. 电磁场与电磁波实验,使用MATLAB模拟简单迭代法-Electromagnetic field and wave experiment using MATLAB simulation simple iterative method
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:87353
    • 提供者:gczhi
  1. KJcb

    0下载:
  2. 雅克比迭代法与块雅克比迭代法的MATLAB程序实现,里面附有图件仅供参考,由于刚开始学,不足之处大家多多指教-Jacobi iterative method with block Jacobi iterative method MATLAB program, which with maps for reference, since the beginning of school, the inadequacies of exhibitions
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:63819
    • 提供者:wyg
  1. KSOR

    0下载:
  2. 松弛迭代法与块状松弛迭代法,超松弛迭代法MATLAB程序实现。里面附有图件仅供参考,-Relaxation method with block relaxation method, SOR method MATLAB program. Inside with maps for reference only,
  3. 所属分类:source in ebook

    • 发布日期:2017-04-24
    • 文件大小:64045
    • 提供者:wyg
  1. newton

    0下载:
  2. 用newton迭代法求解非线性方程组的matlab主程序.-Solving nonlinear equations matlab main program using newton iterative method.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:964
    • 提供者:zhouzhou
  1. E

    0下载:
  2. 航天器动力学中用于计算E角各种方法MATLAB程序,包括迭代法,几何法-Spacecraft Dynamics various methods used to calculate the angle E MATLAB program, including the iterative method, geometric method, etc.
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:6307
    • 提供者:李苗
  1. function

    0下载:
  2. 非线性方程组的牛顿迭代法MATLAB程序-Nonlinear equations of Newton iterative method MATLAB program
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3985
    • 提供者:luo
  1. Num_Analyse

    0下载:
  2. MATLAB编程实现 1.雅克比迭代法 2.超松弛SOR迭代法 3.应用:《数值分析》清华 第六章第3题迭代次数编程验证 4.国科大数值分析课程作业编程程序-MATLAB programming 1. 2. Jacobi iteration method over relaxation SOR iterative method 3. Application: " Numerical Analysis" Tsinghua Chapter VI Question 3
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3841
    • 提供者:
  1. DVhop

    3下载:
  2. 一种利用迭代求精法来改进的DV-hop算法,MATLAB程序源码-DV-hop localization algorithm
  3. 所属分类:source in ebook

    • 发布日期:2016-04-29
    • 文件大小:2048
    • 提供者:邹柯
  1. 1

    0下载:
  2. .通过MATLAB软件写出用逐次超松弛迭代法解线性方程组的程序并运行结果。(MATLAB software is used to write the program for solving linear equations by successive over relaxation iteration method and its running results)
  3. 所属分类:中间件编程

    • 发布日期:2017-12-24
    • 文件大小:20480
    • 提供者:dragon5683
  1. 牛顿迭代法matlab程序

    1下载:
  2. 牛顿迭代法 适合初学者学习,条理清晰,有注释。也可以在程序上修改,方面实用。
  3. 所属分类:其它

搜珍网 www.dssz.com