CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - iteration

搜索资源列表

  1. Jacobi-and-Gauss-Seidel

    0下载:
  2. Jacobi迭代法和Gauss-Seidel迭代法求解线性方程组,matlab语言编程。-Jacobi iteration method and Gauss-Seidel iteration method for solving linear equations, using the Matlab programming language.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:5560
    • 提供者:涉水灯盏
  1. math

    0下载:
  2. 通过C语言编程实现数值计算方法中的雅可比迭代,输入各个方程组的系数和迭代次数可以得到方程的精确解和中间计算结果。另外方程组未知数的个数可以自行设定。-Through the C language programming to achieve numerical method of Jacobi iteration, enter all equations of the coefficients and number of iterations can be exact solutions of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:7745
    • 提供者:hulijing
  1. C++数值分析代码

    0下载:
  2. 里面包含了一个用VC开发的二分法程序,牛顿迭代法程序源码-Which contains a dichotomy with VC development procedures, Newton iteration procedure source
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:19439
    • 提供者:廖春华
  1. Jacobi_etc

    0下载:
  2. %Jacobi迭代法求方程组等程序,内含有七个解放程组的程序,希望这些程序对大家有一点用处- Jacobi iteration procedures for equations, etc., which contain seven-way group liberation process, we hope that these procedures there is one point on the usefulness of
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3801
    • 提供者:要使用
  1. Matlab

    0下载:
  2. 矩正实验室的源代码,包括牛顿迭代法 拉格朗日法 和其他的经典算法-Moment is the laboratory s source code, including the Newton iteration Lagrangian and other classical algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:22486
    • 提供者:李楠
  1. erfenfaheNewtonXiashan

    0下载:
  2. 包括二分法,Newton下山法和improved Newton迭代法-Including the dichotomy, Newton downhill method and improved Newton iteration method
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1539
    • 提供者:secret
  1. NewtonAndromberg

    0下载:
  2. 非线性方程牛顿迭代法和数值积分的龙贝格解法-Newton iteration of nonlinear equations and numerical solution of integral Romberg
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1194
    • 提供者:secret
  1. 3107002005_4th_jocabiGS

    0下载:
  2. 非线性方程组不能用消去和分解法进行求解,jacabi迭代和高斯迭代是最常用的两种迭代方法-Nonlinear equations can not be eliminated and the decomposition method to solve, jacabi iteration and Gauss iteration is the most commonly used two types of iterative methods
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1083
    • 提供者:lommmmmm
  1. jacobi

    0下载:
  2. 此代码是数值分析中的jacobi迭代法的实现方法-This code is a numerical analysis of the realization of jacobi iteration method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:864
    • 提供者:march
  1. kexingfangxiangfa

    0下载:
  2. 线性约束条件的只需一次迭代的可行方向法。-Linear constraints only the first iteration of the feasible direction method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1044
    • 提供者:linfuquan
  1. duff

    10下载:
  2.  吸引到某个吸引子的点集叫该吸引子的吸引盆 吸引子:点在迭代的作用下得到的结构。一般可以用微分方程确立。例如:Lorenz吸引子-Attracted to the attractor of a point set is called the attractor basin of attraction of attractor: point in the role of iteration under the structure. Ordinary differential equations
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1158
    • 提供者:julien716
  1. mltemplates.v1_1

    0下载:
  2. Matrix Iteration Methods. Matlab Implementation.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:29912
    • 提供者:john thames
  1. NewtonMethod

    0下载:
  2. 用牛顿迭代的方法,编写程序,是函数迭代的效率提高,比一般的迭代法要好很多-By Newton iteration method, the preparation procedure is to improve the efficiency function iteration, iterative method than the average much better
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:902
    • 提供者:萧筱
  1. haha

    0下载:
  2. 牛顿迭代法 需要的同学尽量来拿吧 不要钱-Newton iteration needs of students as far as possible it should not来拿money
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:1979
    • 提供者:不知道
  1. tenlei

    0下载:
  2. function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent for U max_iter = 100 % Max. iteration min_impro =1e-5 % Min. improvement c=3 [center, U, obj_fcn] = fcm(data, c) for i=1:max_iter if
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3379
    • 提供者:download99
  1. C++3

    0下载:
  2. 杜里特尔分解法.c改进平方根法.c拉格朗日插值法.cpp牛顿迭代.cpp梯形法积分.cpp追赶法.c 杜里特尔分解法.c改进平方根法.c拉格朗日插值法.cpp牛顿迭代.cpp梯形法积分.cpp追赶法.c-Duri Ritter decomposition. C to improve the square root law. C Lagrange interpolation method. Cpp Newton iteration. Cpp trapezoidal integrat
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:3004
    • 提供者:李梓钺
  1. Jacobi

    0下载:
  2. 雅克比迭代法求实对称矩阵的特征值和特征向量-Jacobian iteration realistic symmetric matrix of eigenvalues and eigenvectors
  3. 所属分类:Algorithm

    • 发布日期:2016-01-25
    • 文件大小:10970
    • 提供者:林沐生
  1. CG

    0下载:
  2. 数值计算CG算法函数,记录迭代中最小误差及迭代的中间结果-CG algorithm for numerical calculation function, recording the smallest iteration errors and intermediate results of iteration
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:1028
    • 提供者:赵波
  1. CalculationAlgorithm

    0下载:
  2. Gauss,加速迭代,拉格朗日插值法,龙贝格算法,牛顿迭代算法,梯形法积分,自适应梯形公式-Gauss, to accelerate the iteration, the Lagrange interpolation method, Romberg algorithm, Newton algorithm, trapezoidal integration method, adaptive trapezoid formula
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:3137
    • 提供者:james
  1. NewtonIter

    0下载:
  2. 牛顿迭代法的C++ 算法,通过初始值和原方程进行有限次迭代,就可以得到接近真实值的解-Newton iteration of the C++ Algorithm, through the initial value and the original equation limited iterations, you can get closer to the true value of the solution
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:1021
    • 提供者:李娜
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com