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

搜索资源列表

  1. 线性方程组的迭代,matlab程序

    0下载:
  2. 雅可比(Jacobi)迭代、高斯-塞德尔(Gauss-Seidel)迭代、超松弛迭代法
  3. 所属分类:C#编程

  1. diffractivelens_mi GS迭代算法 matlab 实现

    4下载:
  2. GS迭代算法 matlab 实现,实现光束的整形等-GS matlab
  3. 所属分类:其他小程序

    • 发布日期:2017-03-23
    • 文件大小:1080
    • 提供者:mssds
  1. serial-concatenation-of-repetition-code-and-FQPSK.

    1下载:
  2. FQPSK与简单重复码的迭代译码,简单重复码做为外码-serial concatenation of repetition code and FQPSK ,in which repetition code is the out code
  3. 所属分类:其他小程序

    • 发布日期:2013-08-23
    • 文件大小:2262
    • 提供者:高远
  1. 2

    1下载:
  2. matlab开发环境下,牛顿迭代法解非线性方程组,使用者把非线性方程组的M文件fx1(x)和非线性方程组导数的M文件dfx1(x)相应代入即可。-matlab development environment, the Newton iteration solution of nonlinear equations, nonlinear equations to the user of the M documents fx1 (x) and non-linear equations of the
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1548
    • 提供者:平猪
  1. ilc2

    0下载:
  2. 迭代学习控制源代码,希望学习次控制方法的朋友能和我交换资源-Iterative learning control source code, want to learn controls the method of exchange of resources and my friends can
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2796224
    • 提供者:秦沛
  1. gs

    0下载:
  2. 高斯塞德尔迭代法求解线性方程组的MATLAB程序-High Sisaideer iteration for solving linear equations in the MATLAB program
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1066
    • 提供者:hy
  1. 2

    0下载:
  2. matlab算法练习,包括牛顿迭代法,赛德尔迭代法等-matlab learning
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:3644
    • 提供者:HXY
  1. 新建文件夹 (2)

    0下载:
  2. 雅可比迭代的MATLAB代码,可以求解一些线性方程组 用鼠标作图(The MATLAB code of Jacobi iterative, you can solve some linear equations Plot with a mouse)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:8192
    • 提供者:御风致远
  1. 大津法和迭代法matlab作业

    0下载:
  2. 贝叶斯算法处理分析,基于迭代法和大津法,希望能有帮助(Bayesian algorithm, which is known as a way to be used in statistic. Hope the algorithm will be easy to use and learn.)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:59392
    • 提供者:judycong
  1. 分岔图matlab

    0下载:
  2. 已知y=f(x)上一点(x1,y1),则在y=x直线上的点就为(y1,y1)。对应f(x)上点坐标即为(y1,f(y1)……依次类推,可以迭代出蛛网图形用来判断不动点是否稳定。模型为:x(t+1)=c*x(t)^2*(2-x(t)),其中c=25/16。(A point (x1, Y1) on the y=f (x) is known, and the point on the y=x line is (Y1, Y1). The point coordinates corresponding t
  3. 所属分类:其他

  1. PAPR_Reduction_ACE_POCS

    0下载:
  2. PAPR 迭代降低算法仿真,包含16QAM及QPSK优化前和优化后(Matlab simulation iterative PAPR Reduction for 16QAM QPSK)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:367616
    • 提供者:sandytam
  1. Vibroacoustic Finite Element Models

    0下载:
  2. 用数学软件matlab求解方程的根的迭代算法。(The iterative algorithm is used to solve the root of the equation by matlab.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:zhangqian23
  1. 牛顿迭代法求方程的根

    0下载:
  2. 牛顿迭代法求方程的根,C语言实现,方法经典,代码实现,可用MATLAB验证(The Newton iteration method for solving the root of the equation)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:11264
    • 提供者:hcj12138
  1. LMFnlsq

    0下载:
  2. 差分法迭代程序MATLAB程序源代码仅供参考(Difference method iteration)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:879616
    • 提供者:whz123456
  1. Power Flow6.23

    0下载:
  2. MATLAB求解电力系统潮流;牛顿迭代法;适用于14节点30节点300节点1047节点等。(MATLAB solves the power system tidal current; Newton iteration method; it applies to 14 nodes, 30 nodes, 300 nodes, 1047 nodes, etc.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:5120
    • 提供者:麻辣小月饼
  1. 5线性方程组的迭代解法—Jacobi迭代法

    0下载:
  2. 使用matlab编写了Jacobi迭代法的函数,并通过例子进行了验证。(The function of Jacobi iteration method is written by MATLAB, and is verified by an example.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:24576
    • 提供者:jeff1130
  1. jztdf

    0下载:
  2. 用矩阵迭代法计算某系统固有频率及振型,MATLAB程序(Using matrix iteration method to calculate the natural frequency and mode of a system, MATLAB program)
  3. 所属分类:其他

    • 发布日期:2018-05-07
    • 文件大小:12288
    • 提供者:liliqwer
  1. G-S

    1下载:
  2. 在matlab上实现G-S,SOR,JACOBI等多种迭代算法(G-S, SOR, JACOBI and other iterative algorithms are implemented on MATLAB.)
  3. 所属分类:其他

    • 发布日期:2021-04-27
    • 文件大小:3072
    • 提供者:kaikaizz
  1. Desktop

    2下载:
  2. 该MATLAB脚本为使用矩阵迭代法计算其固有频率及振型,(Matrix iteration method for calculating natural frequencies and modes)
  3. 所属分类:其他

    • 发布日期:2020-09-24
    • 文件大小:13312
    • 提供者:小阿非
  1. Dynamic-Programming-master

    1下载:
  2. 经典的基于策略迭代和值迭代法的动态规划matlab代码,实现机器人的最优运输(The classic dynamic programming matlab code based on policy iteration and value iteration method realizes the optimal transportation of the robot.)
  3. 所属分类:其他

« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com