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

搜索资源列表

  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 cluster environment. Without extract
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1838
    • 提供者:张哲
  1. Cannon.rar

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

    • 发布日期:2017-03-26
    • 文件大小:80687
    • 提供者:李若愚
  1. parallel

    0下载:
  2. OpenMP实现的一个矩阵乘法运算,有并行和串行的比较-OpenMP implementation of a matrix multiplication, a comparison of parallel and serial
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:16559
    • 提供者:shim
  1. OpenMPapp

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

    • 发布日期:2017-04-04
    • 文件大小:267969
    • 提供者:李若愚
  1. matrix

    0下载:
  2. this matrix multiplication in Openmp palatalization [Aiman]-this is matrix multiplication in Openmp palatalization [Aiman]
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:1202
    • 提供者:sealawe
  1. OpenMP_exercise

    1下载:
  2. 对于几个流行的算法(prefix sum,matrix multiplication,Gaussian elimination,Sieve of Eratosthenes)的串行算法和openMP并行算法的代码,以及性能测试的实验报告-For several popular algorithms (prefix sum, matrix multiplication, Gaussian elimination, Sieve of Eratosthenes) of the serial algori
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:240056
    • 提供者:luoang
  1. Cannon

    0下载:
  2. 佳能矩阵相乘算法,利用了openmp与C++技术-Canon matrix multiplication algorithm, use openmp and C++ technology
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-25
    • 文件大小:1194
    • 提供者:施俊
  1. matrix-multiplication-based-OpenMp-

    0下载:
  2. 基于C语言的,在共享内存的并行机上使用OpenMP并行环境实现矩阵乘法-C-based, shared memory parallelism using OpenMP on a parallel machine environment to achieve the matrix multiplication
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:758
    • 提供者:苗高洁
  1. parallel-compute.

    0下载:
  2. 一个基于OpenMp并行编程的实例,基于多线程,多线程比单线程下节省运行时间的典型例子。算法内容主要是计算矩阵乘积,再求个元素和。可通过"任务管理器"-"性能"查看运行在多核上。-Typical example of a parallel programming based OpenMp instance, save run time based on the multi-threaded, multi-threading than single-threaded. The algorithm
  3. 所属分类:MPI

    • 发布日期:2017-11-21
    • 文件大小:21072
    • 提供者:shell
  1. MatMultop

    0下载:
  2. 矩阵乘法OpenMP并行计算程序 线程数可以设定-The matrix multiplication OpenMP parallel computing program the number of threads that can be set
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-02
    • 文件大小:325495
    • 提供者:qiyi
  1. test

    0下载:
  2. OpenMP 解决大矩阵相乘问题,矩阵规模为5000*5-OpenMP problem solving large matrix multiplication
  3. 所属分类:MPI

    • 发布日期:2017-12-05
    • 文件大小:979
    • 提供者:wyj
  1. Cannon

    0下载:
  2. 佳能矩阵相乘算法,利用了openmp与C++技术-Canon matrix multiplication algorithm, use openmp and C++ technology
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1238
    • 提供者:GPS设备
  1. OpenMp

    0下载:
  2. 并行计算,使用OpenMp计算π值,两种方式;矩阵向量乘法;矩阵乘法-Parallel computing, using OpenMp calculated π values ​ ​ in two ways matrix-vector multiplication matrix multiplication
  3. 所属分类:MPI

    • 发布日期:2017-04-17
    • 文件大小:26605
    • 提供者:朱苏建
  1. matrix

    0下载:
  2. 基于OpenMP的大型矩阵相乘的算法源码-Based on OpenMP for large matrix multiplication algorithm source code
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:896
    • 提供者:frankly
  1. 1.Matrix_Multiplication

    0下载:
  2. serial matrix multiplication and parallel multiplication using openmp. comparision between them
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:34795
    • 提供者:rabeya
  1. start

    0下载:
  2. openmp并行编程实现矩阵乘法运算,读入矩阵A和矩阵B,并输出计算结果到文件-openmp parallel programming matrix multiplication, read matrix A and matrix B, and output the results to a file
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:827
    • 提供者:于献智
  1. matrix-4

    0下载:
  2. This a matrix multiplication as an example of OpenMP parallel programming.-This is a matrix multiplication as an example of OpenMP parallel programming.
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:790086
    • 提供者:dorgham
  1. bingxing

    3下载:
  2. openMP与MPI混合编程,实现矩阵与矩阵相乘。 并且矩阵阶数可调整,进程数与线程数可调整。-OpenMP and MPI mixed programming, matrix and matrix multiplication. And the matrix order can be adjusted, the number of processes and threads can be adjusted.
  3. 所属分类:MPI

    • 发布日期:2016-09-26
    • 文件大小:1024
    • 提供者:金英
  1. MPI-and-OpenMP-parallel-programming

    1下载:
  2. 《MPI与OpenMP并行程序设计(C语言版)》是美国Oregon州立大学的Michael J.Quinn教授在多年讲授“并行程序设计”课程的基础上编写而成的,主要介绍用C语言,并结合使用MPI和OpenMP进行并行程序设计,内容包括并行体系结构、并行算法设计、消息传递编程、Eratosthenes 筛法、Floyd 算法、性能分析、矩阵向量乘法、文档分类、蒙特卡洛法、矩阵乘法、线性方程组求解、有限差分方法、排序、快速傅立叶变换、组合搜索、共享存储编程、融合OpenMP和MPI以及5个附录。-&
  3. 所属分类:MPI

    • 发布日期:2016-09-22
    • 文件大小:48901120
    • 提供者:艾艾
  1. matrix

    0下载:
  2. openmp编程,多线程处理两3*3矩阵相乘-openmp programming, multithreading two 3* 3 matrix multiplication
  3. 所属分类:Console

    • 发布日期:2017-12-12
    • 文件大小:5279376
    • 提供者:MCZ
« 12 »
搜珍网 www.dssz.com