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

搜索资源列表

  1. PLC_EX9_iterative_learning_control

    0下载:
  2. PLC迭代控制学习,可供专业人士使用。 。。。 。。。。。(PLC iterative control learning is available for professionals)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:32768
    • 提供者:hehhehelllj
  1. successive over relaxationmethod

    0下载:
  2. 逐次超松弛法,简称SOR方法,解线性方程组的常用迭代法之一,它由高斯一赛德尔迭代法经线性加速处理而得到。(Successive super-relaxation method, referred to as SOR method, one of the commonly used iterative methods for solving linear equations. It is obtained by linearly accelerating the Gaussian-Saier it
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:11264
    • 提供者:feiyanglzl
  1. [原创]模拟退火算法论文集

    0下载:
  2. 牛顿迭代求根遗传退火算法的APP打包,十分实用,适合新手(The Numerical Phenomenon in Newton's Iterative Method for Solving Complex Polynomials)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:1037312
    • 提供者:湛湛青天
  1. 2用迭代器访问像素

    0下载:
  2. 编程环境:VS+OPENCV ,对于初学者学习基于opencv的图像处理非常有帮助,此节点主要是用迭代器访问像素点的一些方法。(Programming environment: VS + OPENCV, for beginners to learn based on opencv image processing is very helpful, this node is mainly used to access the pixel iterator some of the methods.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-29
    • 文件大小:2761728
    • 提供者:123yang
  1. 1

    1下载:
  2. 移动机器人轨迹跟踪迭代学习控制,建立动态模型,通过迭代学习跟踪轨迹(Mobile robot trajectory tracking iterative learning control, a dynamic model is established, and trajectory tracking is achieved by iterative learning)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:清凉
  1. 潮流计算:前推回代法

    1下载:
  2. 由π型模块级联成的简单电网作潮流计算的一种情况:已知始端电压和末端复功率及电网各处参数,利用前推回代法求始端复功率和末端电压(A simple power grid cascaded by PI module is used for power flow calculation: the initial terminal voltage and terminal complex power and the parameters of the grid are known. The forward
  3. 所属分类:数学计算

    • 发布日期:2017-12-31
    • 文件大小:24576
    • 提供者:Infini
  1. weibull code

    1下载:
  2. 利用牛顿迭代解决webull分布的极大似然估计的问题(Using Newton iteration to solve the maximum likelihood estimation of Webull distribution)
  3. 所属分类:数学计算

  1. 迭代多输入多输出

    0下载:
  2. 多输入多输出闭环迭代学习控制程序,能够是新学习的人很好的教程(ILC iteration learning control program)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:11264
    • 提供者:成竹
  1. vc source of channel capacity--diedai

    0下载:
  2. 利用迭代算法计算信道编码的容量,是信息论与编码这门学科的基础。(Using iterative algorithm to calculate the capacity of channel coding is the basis of the discipline of information theory and coding.)
  3. 所属分类:C#编程

    • 发布日期:2017-12-31
    • 文件大小:49152
    • 提供者:LdF!!!
  1. 01

    0下载:
  2. 对于一个不收敛的级数,经过多次迭代以后会随着参数取值的不同而表现出不同的性质,由此可以观测到湮灭、平衡、混沌等现象。在复空间下,这种现象可以用julia集的图像表现出来。(For a non convergent series, after many iterations, it will exhibit different properties as the parameter values vary, thus the phenomena of annihilation, balance a
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1208320
    • 提供者:gibbonlee
  1. CUMCM2016Problems

    0下载:
  2. 通过牛顿迭代法和求一受力分析个链狀物体的受力值(Calculating the force value of a chain object by Newton iteration method)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:654336
    • 提供者:思巧
  1. Darcy friction factor

    1下载:
  2. 基于科尔布鲁克摩擦系数方程,采用数值迭代方法求解管内流动时的摩擦阻力因子。(Based on the Colebrook friction coefficient equation, the numerical iterative method is used to solve the frictional resistance factor in the pipe flow.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:j23jj123
  1. newton

    0下载:
  2. 牛顿迭代法,与传统意义上的迭代法类似,只是将f(x)进行泰勒级数展开,只保留前两项,然后进行迭代。其迭代方程为x_(k+1)=x_k-(f(x_k))/(f^' (x_k))。 从编程上来讲,以上述方程对固定范围的复数域中的每个点作为初始点进行迭代,每个点都会收敛到该方程的一个解,对不同的解涂抹不同的颜色,就会看出其收敛范围。如果想得到其精确解所在位置,可通过到达给定精度的迭代次数进行判断,因为该点越接近精确解,其迭代速度越快。以下对老师提供的程序和自己写的程序进行一下对比,选用方程为:y=x
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:196608
    • 提供者:summer3575
  1. newtoniteration

    0下载:
  2. 本程序为使用牛顿迭代法和近似估计法解非线形方程组,包含详细的例程(Newton iteration method and approximation for solving nonlinear equations)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:wudubird
  1. 解线性方程组

    0下载:
  2. 求解线性方程组的方法:高斯赛德尔迭代法,LU分解法(Solving linear equations by Gauss Seidel iteration)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:l玲子l
  1. poisson_GSline_1113

    0下载:
  2. 采用G-S 线迭代方法,用于计算第一类边界条件下的二维温度分布。(FDM applied to the calculation of temperature field.2D)
  3. 所属分类:数学计算

    • 发布日期:2018-01-04
    • 文件大小:6144
    • 提供者:higgins_j
  1. Desktop

    0下载:
  2. 用松弛迭代计算函数,包含三种松弛迭代方法。(The relaxation iteration is used to compute the function, including three relaxation iterative methods.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:5120
    • 提供者:微型
  1. broyden迭代法和逆broyden迭代法

    0下载:
  2. 拟牛顿迭代法是相对比较新的一种方法,克服了牛顿迭代需要求导数和求逆的缺点,用于求解非线性方程组(For solving nonlinear equations)
  3. 所属分类:数学计算

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:athosma
  1. 高斯-赛德尔迭代法求线性方程组Ax=b的解

    0下载:
  2. 该程序主要是利用高斯-赛德尔迭代法求线性方程组Ax=b的解(The program mainly uses the Gauss-Seidel iteration to solve the solution of the linear system Ax = b)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:10240
    • 提供者:浅若夏沫
  1. Main_boost_i

    0下载:
  2. 实现boost电流和电压的迭代映射函数程序,可操作性较高(An iterative mapping function program to realize boost current and voltage is highly operable)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:yanyingyoudu
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com