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

搜索资源列表

  1. jiefangcheng

    0下载:
  2. 解N元一次方程组,雅克比迭代法,将方程系数x值和迭代因子代入迭代公式计算-Solution of N-linear equation group, Jacobi iterative method, the equation coefficients of x values and the iterative factor incorporated into the iteration formula
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:998
    • 提供者:涵子
  1. SCM-subroutine-library

    0下载:
  2. 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度-At present, a number of published versions of the subroutine library, they have their own characteristics. The library of the square root algorithm for fast approximat
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:29513
    • 提供者:张奇
  1. MPI-Jacobi

    2下载:
  2. 并行计算课程实验,利用MPI实现jacobi迭代-Parallel computing course experiment, the use of MPI to achieve jacobi iteration
  3. 所属分类:MPI

    • 发布日期:2014-04-17
    • 文件大小:906240
    • 提供者:YUANZX
  1. Coordinate-rotation-method

    0下载:
  2. 用坐标轮换法求解目标函数,迭代时采用最优步长。-With coordinate rotation method to solve the objective function, the optimal iteration step.
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:10017
    • 提供者:edew
  1. concurrent-computation

    1下载:
  2. 多线程计算pi,多线程计算3PCF,MPI实现jacobi迭代,3PCF优化!天津大学计算机学院并行计算课程作业。-Multi-threaded computing pi, multi-threaded computing 3PCF, MPI implementation jacobi iteration, 3PCF optimization! Tianjin University, Computer Science course work in parallel computing.
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:584483
    • 提供者:马克.托拉
  1. jacobi

    0下载:
  2. A: aij, 1<= i,j<=n b: 1<=i<=n x0: intial guess, 1<=i<=n tol: tolerance N maximum number of iterations k: number count of iteration Xm(:,k): X in each k iteration-Jacobi s method: In numerical linear algebra, the
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:638
    • 提供者:Eric Chou
  1. grover_min

    1下载:
  2. 用GROVER搜无序数据库中的任一个数,把该数找出来,即找出该数在数据库中的下标。由于量子并行性计算的特点,精度高,迭代步数少-GROVER search disorderly database in any of a number, the number to find out, that is, to find out the subscr ipt of the number in the database. Due to the characteristics of quantum par
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:3917
    • 提供者:hanfu
  1. GS

    0下载:
  2. Gauss-Seidel方法,是Jacobi方法的一种改进,可以认为是一种不动点迭代-Gauss-Seidel method is an improvement of the Jacobi method, that is a fixed point iteration
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:713835
    • 提供者:
  1. Jacobi-over-relaxation

    0下载:
  2. Jacobi超松弛迭代是不动点迭代的一种,但收敛速度一般来讲并不理想。-Jacobi over relaxation is a fixed point iteration, the convergence rate is not ideal.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:693445
    • 提供者:
  1. collapse

    0下载:
  2. 采用Master/Worker并行计算一个整数集的Collapse(计算所有数字的和,迭代直到结果只剩一位数)-Master/Worker parallel computation of a set of integers Collapse (calculated all the numbers and iteration until the results of only one number)
  3. 所属分类:MPI

    • 发布日期:2017-11-12
    • 文件大小:25572
    • 提供者:王聪
  1. Jaccobi-chuanxing

    1下载:
  2. 这是雅克比迭代的串行算法。主要目的是计算串行所用的时间。-Jacobi iteration serial algorithm. The main purpose is to calculate the time used for the serial.
  3. 所属分类:MPI

    • 发布日期:2017-11-09
    • 文件大小:181397
    • 提供者:wang bo
  1. 12

    0下载:
  2. 包括高斯-塞德尔迭代法和雅可比迭代法,数值计算实验课-Gauss- Seidel iterative method and Jacobi iteration method, numerical experiment course
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-22
    • 文件大小:1271
    • 提供者:路右
  1. WindyGridWorldQLearning

    0下载:
  2. Q-learning (Watkins, 1989) is a simple way for agents to learn how to act optimally in controlled Markovian domains. It amounts to an incremental method for dynamic programming which imposes limited computational demands. It works by successively
  3. 所属分类:LabView

    • 发布日期:2017-12-01
    • 文件大小:2048
    • 提供者:amin
  1. Newton-Laphson-iteration-cPP

    0下载:
  2. 用牛拉法解潮流程序,用c++编写,内含数据-Ox-drawn method for solving flow program, write c++, containing data
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-25
    • 文件大小:6859271
    • 提供者:hebangle
  1. Lanczos

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

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

    0下载:
  2. 这是一种牛顿迭代法 主要应用于 非线性方程中-This is a Newton iteration method is mainly applied to nonlinear equations
  3. 所属分类:Compiler program

    • 发布日期:2017-12-10
    • 文件大小:520
    • 提供者:孙微
  1. 19zhongji

    0下载:
  2. 这是一种牛顿迭代法 主要应用于 非线性方程中-This is a Newton iteration method is mainly applied to nonlinear equations
  3. 所属分类:Compiler program

    • 发布日期:2017-11-24
    • 文件大小:12850176
    • 提供者:孙微
  1. Iteration

    0下载:
  2. 金相图片颗粒边界的提取及合并图片内容和边界信息-Metallography grain boundary extraction and merging picture content and boundary information
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-17
    • 文件大小:945
    • 提供者:Mr. Peng
  1. code---c

    0下载:
  2. Economic Load Dispatch using lamda iteration c - code
  3. 所属分类:Editor

    • 发布日期:2017-04-07
    • 文件大小:10197
    • 提供者:akreddy
  1. yakebi-diedai

    0下载:
  2. 这是一个非常好用而且非常实用的雅克比迭代法用c++实现的算法-This is a very easy to use and very practical Jacobi iteration algorithm implemented with c++
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2454
    • 提供者:时林江
« 1 23 4 »
搜珍网 www.dssz.com