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

搜索资源列表

  1. MATlabIterative-simulation

    0下载:
  2. 进行迭代仿真,实现耦合方程的求解。通过有限次的迭代,来实现无穷次的仿真。-Iterative simulation, to solve the coupling equations。Through the finite iteration, to realize the simulation of infinite time.
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:734
    • 提供者:long chen
  1. matlab_files

    0下载:
  2. 四阶龙格库塔方法,拉格朗日迭代,牛顿迭代,这几个有用的迭代方法,简单实用-Fourth-order Runge-Kutta method, Lagrange iteration, Newton iteration, several useful iterative method, simple and practical
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:1240
    • 提供者:赵善保
  1. grid

    0下载:
  2. 给定边界在内部用椭圆型微分方程画网格的程序,包括问题简介和分析和结果,以及源代码,采用了简单迭代,g-s迭代,aid方法等-Given boundary in the internal with elliptic differential painting grid program, including Introduction to the problem and the analysis and results, as well as source code, using a simple
  3. 所属分类:Algorithm

    • 发布日期:
    • 文件大小:670794
    • 提供者:yimiaorong
  1. Numerical-solutions-for-Matlab

    0下载:
  2. matlab常用数值计算,包括牛顿迭代,拉格朗日插值法,牛顿差值,高斯消元,三角分解法,追赶法等。-matlab numerical calculations, including Newton iteration, Lagrange interpolation, Newton difference, Gaussian elimination, triangular decomposition, and catch up with the law.
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:22579
    • 提供者:胡朝晖
  1. algorithms-for-nonlinear-equations

    0下载:
  2. 一个求解非线性方程根的算法的集合,包括牛顿迭代法,二分法,不动点迭代法等方法。-A collection of algorithms for solving nonlinear equations root, including the the Newton iteration dichotomy, fixed point iteration method.
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:29892608
    • 提供者:zhang
  1. xiashan

    0下载:
  2. MATLAB 牛顿下山法的一个小程序,原理就不详细说了。因牛顿迭代法受初值选取的限制,为防止迭代发散,对迭代过程再附加一项要求:|f(x(k+1))|<|f(x(k))|,将牛顿法迭代的结果:x(k+1) =x(k)-f(x(k))/f (x(k))和前一近似值x(k)适当加权平均做为新的改进值:x(k+1)=u*x(k+1) +(1-u)*x(k),其中u(0<> 迭代时u取1开始,逐次减半计算,直至附加要求符合为止。实例计算中x(k)=x(0)不变,只更新u和x
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:700
    • 提供者:junshan
  1. dir_iterate

    0下载:
  2. ext2fs directory iteration operations.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-07
    • 文件大小:1785
    • 提供者:ranmilon
  1. shuzhi-(2)

    0下载:
  2. 通过算法分析用牛顿迭代法求一元线性方程,让我们更好的掌握公式,与编程能力-Newton iteration algorithm analysis a linear equation, let us a better grasp of the formula, and programming capabilities
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:3073
    • 提供者:李潇
  1. dir_iterate

    0下载:
  2. ext2fs directory iteration operations.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-10
    • 文件大小:1733
    • 提供者:bokuider
  1. Lanczos

    3下载:
  2. Lanczos迭代算法,计算大型稀疏对称矩阵特征值-Lanczos iteration
  3. 所属分类:MPI

    • 发布日期:2017-11-15
    • 文件大小:655
    • 提供者:贾长冬
  1. mdpPI

    0下载:
  2. Contains excellent and exact implementation of Markov Dec. Processes using Policy Iteration and Value Itreration from the book Perter Norvig for AI.-Contains excellent and exact implementation of Markov Dec. Processes using Policy Iteration and Value
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:2722
    • 提供者:ankindian
  1. 201305236-7

    0下载:
  2. mathlab题目代码,编程分别用jocabi迭代法求解方程。在一般情况下,Guass-Seide迭代法比Jacobi迭代法收敛要快一些,但这也不是绝对的,在木些情况下,Jacobi迭代法收敛,Guass-Seide迭代却可能不收敛-use matlab to deal with the equation -mathlab subject code, programming respectively jocabi iterative method for solving equations. U
  3. 所属分类:Project Design

    • 发布日期:2017-11-26
    • 文件大小:8634
    • 提供者:wangwenjin
  1. beijing03

    0下载:
  2. 背景提取,迭代法(Surendra算法);即采用帧差的方法,一帧图像减去前一帧图像,即可以对比得到图像中变化(移动)的区域,扣除移动的区域,即得到不动的背景。采用多帧图像迭代的方法,得到更加准确的背景。-Background extraction, iterative method (Surendra algorithm) frame difference method is used, an image by subtracting the previous frame, which can
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-19
    • 文件大小:558
    • 提供者:wangxing
  1. PSO

    0下载:
  2. PSO工具,用户只需要定义好自己需要优化的函数(计算最小值或者最大值),并设置好函数自变量的取值范围、每步迭代允许的最大变化量(称为最大速度,Max_V)等,即可自行优化。-PSO tool, users only need to define their own needs optimization function (calculation of minimum or maximum), and set the good function from the range of variable
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:834122
    • 提供者:张强
  1. diedai

    0下载:
  2. 迭代算法,利用matlab编译环境实现迭代求解矩阵最大特征值和特征向量;包含雅克比迭代、高斯迭代和SOR-Iterative algorithm, using matlab compiler environment to achieve maximum iteration for solving matrix eigenvalues ​ ​ and eigenvectors contains Jacobi iteration, Gauss and SOR iteration
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:1015
    • 提供者:
  1. pthread_ms_static

    0下载:
  2. this implemented by pthread(share library) to draw the mandelbrot set.Using the iteration to try to compute the x and y value.and divide work by rows to any other threads to complete the total jobs.-this is implemented by pthread(share library) to dr
  3. 所属分类:Project Design

    • 发布日期:2017-11-02
    • 文件大小:1996
    • 提供者:梁庭量
  1. pthread_ms_dynamic

    0下载:
  2. this implemented by pthread(share library) to draw the mandelbrot set.Using the iteration to try to compute the x and y value.and divide work by dynamic mode (different from static)by rows to any other threads to complete the total jobs.-this is impl
  3. 所属分类:Project Design

    • 发布日期:2017-11-26
    • 文件大小:1953
    • 提供者:梁庭量
  1. openmp_ms_static

    0下载:
  2. this implemented by OpenMP(share library) to draw the mandelbrot set.Using the iteration to try to compute the x and y value.and divide work by(static rule) rows to any other threads to complete the total jobs.-this is implemented by OpenMP(share lib
  3. 所属分类:Project Design

    • 发布日期:2017-11-06
    • 文件大小:1518
    • 提供者:梁庭量
  1. openmp_ms_dynamic

    0下载:
  2. this implemented by OpenMP(share library) to draw the mandelbrot set.Using the iteration to try to compute the x and y value.and divide work by(dynamic rule) rows to any other threads to complete the total jobs.-this is implemented by OpenMP(share li
  3. 所属分类:Project Design

    • 发布日期:2017-12-02
    • 文件大小:1527
    • 提供者:梁庭量
  1. NumericalAnalysisWork2

    0下载:
  2. 代码实现了矩阵求逆等运算,实现了牛顿迭代法-Code implements the matrix inversion and other operations, to achieve a Newton iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:3868
    • 提供者:wuzhiying
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com