搜索资源列表

  1. MPI

    0下载:
  2. 数值并行算法MPI编程实现 第十八章 矩阵运算 第十九章 线性方程组的直接解法 第二十章 线性方程组的迭代解法 第二十一章 矩阵特征值计算 第二十二章 快速傅氏变换和离散小波变换
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:551275
    • 提供者:hulin
  1. MPI

    1下载:
  2. MPI实现四个进程以上的Jacobi迭代,进行连续四次迭代后选择两进程所处理数据交界处8×8子矩阵进行输出
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:71087
    • 提供者:董立峰
  1. MPI下矩阵相乘的实现与分析

    0下载:
  2. 介绍了MPI下矩阵相乘的实现,并对其进行了分析
  3. 所属分类:报告论文

    • 发布日期:2011-03-09
    • 文件大小:58965
    • 提供者:lizhang
  1. mpipar

    0下载:
  2. 在MPI上实现的矩阵相乘并行计算的源程序。- The matrix realizes which on MPI multiplications the parallel computation source program.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-09-28
    • 文件大小:7168
    • 提供者:应伟勤
  1. matmult

    0下载:
  2. 并行矩阵乘法。用于mpi和openMP混合并行求解矩阵乘法问题。适用于分布共享存储cluster环境。无解压密码。-parallel matrix multiplication. OpenMP for mixed MPI and parallel matrix multiplication to solve the problem. Distribution applicable to the shared storage cluste
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-09-28
    • 文件大小:2048
    • 提供者:张哲
  1. maxConv

    0下载:
  2. 一个关于处理矩阵求逆的代码,希望对大家有帮助-for dealing with a matrix inversion code, we hope to help
  3. 所属分类:交通/航空行业

    • 发布日期:2024-09-28
    • 文件大小:133120
    • 提供者:liumei
  1. mpiaaaa

    0下载:
  2. 一个MPI的小程序,实现2个大矩阵相乘的秉性算法。用C写的,已调试通过。-a small procedures, two matrix multiplication, the algorithm propensity. C write, debug through.
  3. 所属分类:并行运算

    • 发布日期:2024-09-28
    • 文件大小:308224
    • 提供者:王熙
  1. mpichbingxingdiama0711

    0下载:
  2. 基于cannon算法的MPI环境的并行程序原代码 能够计算超大型矩阵相乘,本人的毕业设计 绝对经典-cannon algorithm based on the environment of MPI parallel programming code to calculate the original super matrix multiplication. I graduated from the absolute classic de
  3. 所属分类:进程与线程

    • 发布日期:2024-09-28
    • 文件大小:283648
    • 提供者:jiafanbing
  1. cannon

    0下载:
  2. 矩阵相乘并行算法实现,C语言开发,用mpi编程完成-Parallel matrix multiplication algorithm, C language development, with the completion of mpi programming
  3. 所属分类:并行运算

    • 发布日期:2024-09-28
    • 文件大小:1024
    • 提供者:kmart
  1. MPI

    0下载:
  2. MPI实现四个进程以上的Jacobi迭代,进行连续四次迭代后选择两进程所处理数据交界处8×8子矩阵进行输出-MPI realize more than four Jacobi iterative process, carried out four successive iteration process after the selection of two data processing at the junction of 8 × 8
  3. 所属分类:并行运算

    • 发布日期:2024-09-28
    • 文件大小:70656
    • 提供者:董立峰
  1. vector_metrix_multiplication(MPI)

    0下载:
  2. 并行编程,利用MPI实现向量与矩阵的乘法运算-Parallel programming using MPI to achieve vector and matrix multiplication
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-28
    • 文件大小:1024
    • 提供者:sangecoa
  1. mpi_matrixMultiplication

    0下载:
  2. 一个简单的MPI矩阵相乘代码,由一个MASTER node分配第一个矩阵的各行到运算节点,然后收集结果-A simple MPI matrix multiplication program.
  3. 所属分类:Windows编程

    • 发布日期:2024-09-28
    • 文件大小:2048
    • 提供者:eric yang
  1. MPI-MatrixEigenvalue

    0下载:
  2. 矩阵特征值计算,包括乘幂法、雅克比法、单侧旋转法、QR法的MPI源码-Matrix eigenvalue calculation, including the power by law, Jacques ratio method, unilateral rotation method, QR Law MPI Source
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-09-28
    • 文件大小:12288
    • 提供者:不死鸟
  1. parallel-invert

    0下载:
  2. 矩阵求逆的并行计算实现,带数据 mpi+vc6.0-parallel compute of matrix inverse
  3. 所属分类:并行运算

    • 发布日期:2024-09-28
    • 文件大小:3072
    • 提供者:程宾
  1. suanfa

    0下载:
  2. 包括4个算法问题: 1、船的最大载重 2、动态规划货郎但问题 3、符号三角形 4、MPI矩阵相乘问题-Including the four algorithm problem: one, the ship' s maximum load 2, dynamic programming street vendor but the question three, symbols triangle 4, MPI matri
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-09-28
    • 文件大小:3072
    • 提供者:mao
  1. mpi-matrix

    0下载:
  2. mpi矩阵相乘,初值如程序中设置,并附有串行程序和加速比测试结果-MPI matrix multiplication, the initial value as the program settings, and there also have serial procedures and results of acceleration
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-09-28
    • 文件大小:38912
    • 提供者:李月
  1. cuda+mpi

    0下载:
  2. 并行计算中矩阵相乘的mpi和cuda两种方法,已完成检验,有结果输出(In parallel computing, two methods of matrix multiplication, MPI and CUDA, have been tested and output with results)
  3. 所属分类:并行运算

    • 发布日期:2024-09-28
    • 文件大小:1024
    • 提供者:张艾可
  1. mpi_mat_vect_time

    0下载:
  2. 使用mpi编写的进行矩阵乘法运算的并行程序。(An parallel program using MPI to realize the multiplication of matrices.)
  3. 所属分类:并行运算

    • 发布日期:2024-09-28
    • 文件大小:2048
    • 提供者:Teresa123
  1. Cannon乘法

    0下载:
  2. 基于MPI的cannon算法,实现矩阵的相乘(Based on MPI's cannon algorithm, the multiplication of matrix is realized)
  3. 所属分类:并行运算

    • 发布日期:2024-09-28
    • 文件大小:10240
    • 提供者:qdsjc
  1. 矩阵向量

    0下载:
  2. 带状划分的矩阵向量乘法。数据文件是40*40的算例。(The file is prepared for solving A*b, in the Date there is an example for A which is a 40*40 matrix)
  3. 所属分类:并行运算

    • 发布日期:2024-09-28
    • 文件大小:5120
    • 提供者:jonajosejota
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org