搜索资源列表

  1. cannon

    0下载:
  2. cannon算法,属于并行算法,主要是矩阵的相乘,
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2933
    • 提供者:王通
  1. mpipar

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

    • 发布日期:2024-10-13
    • 文件大小:7168
    • 提供者:应伟勤
  1. mm_mpi_time1.f90

    0下载:
  2. fortran 用MPI并行的实现矩阵相乘-fortran MPI parallel with the realization of matrix multiplication
  3. 所属分类:并行运算

    • 发布日期:2024-10-13
    • 文件大小:3072
    • 提供者:段宾
  1. mm_mpi_2.f90

    0下载:
  2. 用MPI在fortran下 三维矩阵相乘的并行实现-with MPI in fortran three-dimensional matrix multiplication, the parallel implementation
  3. 所属分类:并行运算

    • 发布日期:2024-10-13
    • 文件大小:3072
    • 提供者:段宾
  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-10-13
    • 文件大小:283648
    • 提供者:jiafanbing
  1. arraymul

    0下载:
  2. c++ 并行计算程序 ,关于矩阵相乘,可直接在linux下面计算-c++ parallel computing procedures, on the matrix multiplication can be calculated directly in linux below
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-13
    • 文件大小:306176
    • 提供者:tongjiaei
  1. 18-2

    0下载:
  2. 矩阵向量乘法并行计算c语言程序,行带状划分。-Matrix vector multiplication parallel computing c language program, the zonal division.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-13
    • 文件大小:3072
    • 提供者:我依然在
  1. cannon

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

    • 发布日期:2024-10-13
    • 文件大小:1024
    • 提供者:kmart
  1. cannon

    0下载:
  2. cannon算法,属于并行算法,主要是矩阵的相乘,-cannon algorithms are parallel algorithms, primarily matrix multiplication,
  3. 所属分类:并行运算

    • 发布日期:2024-10-13
    • 文件大小:3072
    • 提供者:王通
  1. Cannon

    0下载:
  2. 本程序采用vc2005结合openmp实现了并行矩阵相乘的cannon算法-This procedure combines the use of vc2005 OpenMP parallel realization of the cannon matrix multiplication algorithm
  3. 所属分类:并行运算

    • 发布日期:2024-10-13
    • 文件大小:101376
    • 提供者:李若愚
  1. omp_matrix_multiply

    0下载:
  2. C代码。共享式存储多线程并行计算矩阵相乘代码。适合于SMP结构和多核。-C code. Shared memory multi-threaded parallel computing code matrices. Fit in the structure and multi-core SMP.
  3. 所属分类:并行运算

    • 发布日期:2024-10-13
    • 文件大小:1024
    • 提供者:computing
  1. mpibingxing

    0下载:
  2. 介绍行列划分算法和矩阵相乘并行算法M P I 程序, 给出基于矩阵相乘并行算法的M P I 实现, 分析和讨 论处理器数目、复杂性、矩阵划分、B 子块传递、死锁避免和矩阵数据的获取等问题.-Introduction into the ranks of the matrix multiplication algorithm and parallel algorithm for MPI procedures, give parallel
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-10-13
    • 文件大小:188416
    • 提供者:澄海
  1. matrix_multiplty_mpi

    0下载:
  2. 并行计算两个矩阵相乘。这个算法是原创的。可以很快实现大型矩阵的相乘。-this is a MPI program that can accompish qucik computation of multiply of two large matrix by parall computation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-13
    • 文件大小:2048
    • 提供者:liubin
  1. vector_matrix_multiplication

    0下载:
  2. 稀疏矩阵与向量相乘 算法 C语言 并行计算-Sparse matrix and vector multiplication
  3. 所属分类:并行运算

    • 发布日期:2024-10-13
    • 文件大小:1024
    • 提供者:qq
  1. MPI

    0下载:
  2. 采用MPI接口函数编写一个计算矩阵向量相乘的并行程序-Using MPI interface functions compute the matrix vector multiplication to write a parallel program
  3. 所属分类:并行运算

    • 发布日期:2024-10-13
    • 文件大小:13312
    • 提供者:yantingting
  1. mm

    0下载:
  2. 多线程实现矩阵并行相乘,在实现方式上采用多线程实现相乘-Implementation of parallel matrix multiplication of multi thread
  3. 所属分类:并行运算

    • 发布日期:2024-10-13
    • 文件大小:1024
    • 提供者:张洋
  1. mpi-matrix_multiple

    0下载:
  2. c代码,实现矩阵向量相乘的mpi并行计算,适合初学者-c code, matrix-vector multiplication mpi parallel computing for beginners
  3. 所属分类:并行运算

    • 发布日期:2024-10-13
    • 文件大小:8192
    • 提供者:王耀侦
  1. openmp_mpi_combine

    0下载:
  2. mpi和openmp混合编程,实现矩阵向量相乘的并行计算,主要是并行开启和终止的示例,适合初学者-mpi and openmp mixed programming, parallel computing matrix-vector multiplication, is an example of a parallel main opening and termination for beginners
  3. 所属分类:并行运算

    • 发布日期:2024-10-13
    • 文件大小:4096
    • 提供者:王耀侦
  1. mpi_mat_vect_mult

    0下载:
  2. 通过MPI接口,实现矩阵向量相乘并行化,大大提高计算的速度-Implement Martrix-Vecter multiply parallel
  3. 所属分类:并行运算

    • 发布日期:2024-10-13
    • 文件大小:3072
    • 提供者:jonny chen
  1. 矩阵的并行程序

    0下载:
  2. 本代码基于vc++实现的矩阵的并行相乘的程序,在串行代码的基础上寻找并行化(This code is based on the parallel multiplication of the matrix based on vc++, and searches for parallelization on the basis of serial code)
  3. 所属分类:OpenGL

    • 发布日期:2024-10-13
    • 文件大小:297984
    • 提供者:harvey1
« 12 3 4 »

源码中国 www.ymcn.org