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

搜索资源列表

  1. 经典jacobi法

    0下载:
  2. 经典jacobi法
  3. 所属分类:数值算法/人工智能

  1. jacobi

    0下载:
  2. 本程序采用并行方法实现jacobi迭代算法,采用VC2005结合openmp编写-This procedure jacobi method using parallel iterative algorithm using OpenMP VC2005 combines the preparation of
  3. 所属分类:MPI

    • 发布日期:2016-09-26
    • 文件大小:95507
    • 提供者:李若愚
  1. jacobi

    0下载:
  2. 雅各比迭代并行算法源程序,前提要求对角占优-Jacobi iterative parallel algorithm source code, the prerequisite requirements of diagonally dominant
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:2941
    • 提供者:成斌
  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. Jacobi

    1下载:
  2. Jacobi的matlab程序是我同学编着玩的,我试了一下挺好,Jacobi迭代算法。-Jacobi s matlab program is edited by students, I play, I tried some very good, Jacobi iterative algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-03-12
    • 文件大小:1456
    • 提供者:桂鹏
  1. Jacobi

    0下载:
  2. 数值计算Jacobi的算法实现,文件名Jacobi.cpp,一个比较优秀的实现算法.-date calculate Jacobi program, wirted in C++.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1055
    • 提供者:陈铭
  1. jacobi

    1下载:
  2. 本代码是本人在做作业时所编,主要用来求解雅克比矩阵-slove jacobi matrix
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1115
    • 提供者:韩晓
  1. gauss-jacobi

    0下载:
  2. Inplementation of Gauss-Jacobi method
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:30754
    • 提供者:Jaziel
  1. jacobi.f

    2下载:
  2. Jacobi的fortran程序 包括openmp以及MPI以及openmp与mpi的联合算法-a Jacobi program writen in fortran program to solve a finite difference discretization of Helmholtz equation
  3. 所属分类:Windows Develop

    • 发布日期:2016-09-22
    • 文件大小:7984
    • 提供者:an
  1. jacobi.cpp

    0下载:
  2. jacobi algorithm (an iterative method of solving a matrix system)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:637
    • 提供者:salvo_totoli
  1. jacobi-matlab

    0下载:
  2. jacobi算法,看看能用不,我测试是能用的,希望大家也能用上!-jacobi algorithm, can not see, I can test, and I hope we all can be on!
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1376
    • 提供者:gms
  1. jacobi

    0下载:
  2. Write an MPI program that solves a set of linear equations Ax = b with the 并行计算 Jacobi method. The root process reads the matrix A and the vector b from files. The file names have to be specified by the user as parameters.-Write an MPI p
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:2091
    • 提供者:刘铭
  1. Jacobi

    0下载:
  2. 通过迭代方法计算非线性方程组,主要是通过雅克比迭代的方法-Be calculated by iteration of nonlinear equations, mainly through the Jacobi iterative method
  3. 所属分类:.net

    • 发布日期:2017-03-29
    • 文件大小:41276
    • 提供者:dinghu
  1. jacobi.m

    0下载:
  2. jacobi solves the equation System A x = b with a Jacobi-Iteration [x] = jacobi(A,b,omega) -jacobi solves the equation System A x = b with a Jacobi-Iteration [x] = jacobi(A,b,omega)
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:848
    • 提供者:Hassan
  1. Jacobi

    0下载:
  2. 雅可比(Jacobi)迭代算法的C++实现,供研究设计使用-Jacobi (Jacobi) iteration algorithm for C++ implementation for research designed to use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:321111
    • 提供者:
  1. jacobi

    1下载:
  2. 用c语言编写的算法—雅克比迭代,是学习并行的好例子-The algorithm using c language- Jacobi iteration, is a good example of parallel learning
  3. 所属分类:MPI

    • 发布日期:2017-03-25
    • 文件大小:2136
    • 提供者:付玉强
  1. jacobi

    0下载:
  2. 行交差划分方式下 MPI 实现雅可比迭代算法-Line mode MPI cross into the Jacobi iterative algorithm to achieve
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:2580
    • 提供者:liuqiang
  1. jacobi-mpi3

    0下载:
  2. Jacobi MPI Algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1784
    • 提供者:rickshido
  1. MPI-jacobi

    4下载:
  2. 使用MPI计算Jacobi迭代,文件夹里有两个CPP文件,jacobi_std.cpp是标准的Jacobi程序(串行程序),mpi.cpp是MPI版本-Jacobi iterative calculation using MPI, folders, there are two CPP file, jacobi_std.cpp is the standard Jacobi procedure (serial program), mpi.cpp is the MPI version
  3. 所属分类:并行运算

    • 发布日期:2013-11-16
    • 文件大小:126773
    • 提供者:BlueStar
  1. jacobi

    0下载:
  2. Jacobi method for solving system of linear equatations in its MPI realization
  3. 所属分类:Algorithm

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