搜索资源列表

  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. srcV0624

    1下载:
  2. 这个代码是policy iteration算法关于强化学习的. 请您用winzip 解压缩-policy iteration algorithm for enhanced learning. Please use winzip decompress
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:18432
    • 提供者:柳春
  1. SORxx

    0下载:
  2. 雅可比、塞德尔和SOR迭 代法的原理。代法的原雅可比、塞德尔和SOR迭代法的原理。理。-Jacobian, Seidel and SOR Diez Jacobian, Seidel SOR iteration method and the principle. On behalf of the original law Jacobian, Seidel SOR iteration method and the principle. Ji
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:张名
  1. Gauss_Seidel_iterative

    0下载:
  2. 迭代法是解线性代数方程组的另一类方法,特别适用于解大型稀疏线性方程组。它的基本思想是针对求解问题预先设计好某种迭代格式,从而产生求解问题的近似解迭代序列,在迭代序列收敛于精确解的情况下,按精度要求取某个迭代值作为问题解的近似值。迭代法具有原始系数举证始终不变,算法简单,编写程序较方便,所需存储单元较少的优点。-iterative method was the linear algebraic equations of the other
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:江理彬
  1. jacobi

    0下载:
  2. 这是一段使用并行方式运算的jacobi迭代,目的是为了说明MPI使用过程中的对称消息发送的方式,矩阵经迭代多次后,其结果是一个16*16的方阵,元素都为8-This is a way to use parallel computing jacobi iteration, in order to explain the purpose of use in the process of MPI message symmetrical man
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:邓超
  1. Gauss-Seidel

    0下载:
  2. Using Jacobi method and Gauss-Seidel iterative methods to solve the following system The required precision is   =0.00001, and the maximum iteration number N=25. Compare the number of iterations and t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:78848
    • 提供者:吕鹏
  1. MDPtoolbox

    1下载:
  2. The MDP toolbox proposes functions related to the resolution of discrete-time Markov Decision Process : finite horizon, value iteration, policy iteration, linear programming algorithms with some variants. The function
  3. 所属分类:3G开发

    • 发布日期:2024-04-29
    • 文件大小:2437120
    • 提供者:劉德華
  1. budongdian

    0下载:
  2. 此程序为解非线性方程组的不动点迭代法,在MATLAB执行.-This procedure for the solution of nonlinear equations of the fixed point iteration method, in the MATLAB implementation.
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:yang
  1. newtonsuanfa

    0下载:
  2. 牛顿迭代的matlab源代码,用于方程方程组的求解 -Newton iteration matlab source code for the equation of equations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:曹睿
  1. MATLAB

    0下载:
  2. 牛顿迭代方法计算算法示例,可以通过这个来写出其他的计算方法-Newton iteration method algorithm for example, you can write this to the calculation of other
  3. 所属分类:并行运算

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:李黎
  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 train
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:张镇
  1. niudundiedai

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

    • 发布日期:2024-04-29
    • 文件大小:185344
    • 提供者: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,
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:王怀东
  1. linear_solution

    0下载:
  2. 原创的线性方程组求解程序,包括Jacobi迭代,高斯消去法,Gauss-Seidel迭代三种求解算法。-Original procedure for solving linear equations, including the Jacobi iteration, Gauss elimination method, Gauss-Seidel iterative algorithm three.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-29
    • 文件大小:6144
    • 提供者:熊君君
  1. Third

    0下载:
  2. Solving linear equations using iteration. Seidels and Biggest incline methods
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:Vaidas Zid
  1. general

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

  1. code

    0下载:
  2. (1)用Doolittle三角分解(LU)法解方程组。 (2)分别用Jacobi迭代, Gauss-Seidel迭代法解方程组。 -(1) Triangle Doolittle decomposition (LU) Solving equations. (2), respectively, with Jacobi iteration, Gauss-Seidel iteration method for solution of e
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:娜娜
  1. seg

    0下载:
  2. 图像处理中 各种阈值分割的基本算法的实现,包括双峰法 迭代法 大金法(ostu)-A variety of image processing in the basic threshold segmentation algorithm, including the bimodal method, iteration method, Daikin (ostu), etc.
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:大禹
  1. iteration

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

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:Snake
  1. lambda iteration

    0下载:
  2. lambda iteration used for economic load dispatch
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:24576
    • 提供者:pertiwi
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org