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

搜索资源列表

  1. 2D Jacobi Iteration - OpenMP

    0下载:
  2. An Implementation of 2D Jacobi Iteration using OpenMP in UNIX environment.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2009-02-18
    • 文件大小:44589
    • 提供者:franksun1984
  1. TRAPEZOIDAL-WITH-NEWTON-ITERATION-ALGORITHM

    1下载:
  2. 本程序提供一种求解刚性微分方程组的算法:具有牛顿迭代的梯形法-This procedure provides an algorithm for solving stiff differential equations: the trapezoidal method with Newton iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1679
    • 提供者:mike
  1. iteration

    0下载:
  2. 雅可比迭代法,塞德尔迭代法,逐次超松弛法求解线性方程组-iteration code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1570
    • 提供者:Snake
  1. MDPtoolbox

    1下载:
  2. 马尔科夫决策过程值迭代算法value iteration,策略迭代等函数代码,从国外网站下载,非常详细,有用。-Markov decision process value iteration algorithm value iteration, policy iteration and so the function code, from the foreign website, very detailed and useful.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:236965
    • 提供者:小小
  1. marq

    0下载:
  2. % Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is possible to use regularization by % weight decay. Also pruned (ie. not fully connected) networks can % be trained. % % Given a set of cor
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:3792
    • 提供者:张镇
  1. niudundiedai

    0下载:
  2. vc6.0,牛顿迭代法的源代码,数值分析-vc6.0, Newton iteration of the source code, numerical analysis
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:8471
    • 提供者:minminjiang
  1. fixed_point

    0下载:
  2. Fixed-Point iteration-Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the eq
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:766
    • 提供者:王怀东
  1. Third

    0下载:
  2. Solving linear equations using iteration. Seidels and Biggest incline methods
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3211
    • 提供者:Vaidas Zid
  1. general

    0下载:
  2. Code For Lambda-iteration method of solving Economic dispatch problem
  3. 所属分类:matlab

  1. mulNewtonSOR

    0下载:
  2. 本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。-The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mulNewtonSOR (F, x0, w, h, eps)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:594
    • 提供者:锦夏
  1. plane_9_bar_truss

    2下载:
  2. 本程序主要是针对一九杆结构进行的动力学分析,用newmark法,威尔逊法,状态空间法,子空间迭代法等求解了结构动态响应,并给出了图像显示-This program is mainly aimed at the structure of the 19 dynamic analysis, using newmark method, Wilson law, the state space method, subspace iteration method for solving the structu
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:2494
    • 提供者:张波
  1. newton2

    0下载:
  2. 非线性方程组的牛顿迭代方法与非线性方程解法类似,也是求解非线性方程组的常用方法。-Nonlinear equations of the Newton iteration method and nonlinear equations similar to solving nonlinear equations is a common method.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:712
    • 提供者:jiaoyuwei
  1. nolinerequationssolves

    0下载:
  2. MATLAB求解非线性方程组的一些算法程序,牛顿迭代法,高斯迭代法等-MATLAB for solving nonlinear equations of some algorithm program, Newton iteration, Gauss iterative method, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:14089
    • 提供者:liuming
  1. NetonLiterator

    0下载:
  2. 牛顿迭代法求解非线性代数方程组的主要思想是将非线性函数线性化-Newton iteration method for solving nonlinear algebraic equations nonlinear function of the main idea is to linear
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:24595
    • 提供者:shasha
  1. 5dsfada

    0下载:
  2. lab语言开发的图像去噪的固定点迭代法, 基于偏微分方程的一个算法。--lab language development of image denoising fixed point iteration method, an algorithm based on partial differential equations.-
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:916
    • 提供者:叶鸿
  1. Newton_bisect_iteration

    0下载:
  2. matlab中分别用牛顿法,二分法及迭代法求解方程的程序,及其比较-matlab scr ipts for solving eq. by the means of newton ,bisection and iteration
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:631
    • 提供者:alick
  1. Seidel-iteration

    0下载:
  2. 这是计算方法中的一个实验,其主要功能是实现赛德尔迭代-This is an experiment in the calculation, and its main function is to achieve Seidel iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:754
    • 提供者:王宇煜
  1. Gauss-Seidel-iteration-method

    0下载:
  2. Gauss-Seidel iteration method,c语言编写-Gauss-Seidel iteration method, c language
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:760
    • 提供者:小东
  1. Newton-iteration-procedure

    0下载:
  2. 牛顿迭代法程序c语言程序,,,经过测试正确-Newton iteration procedure c language program,,, right after the test
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:198577
    • 提供者:星沉
  1. Iteration

    0下载:
  2. 用于实现数值方法中解线性代数方程的迭代法,包括雅可比迭代法,高斯-塞德尔迭代法,超松弛迭代法-Used to implement numerical methods for solving linear algebraic equations iterative method, iterative methods including Jacobi, Gauss- Seidel iteration, iteration over-relaxation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:260754
    • 提供者:gsh
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com