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

搜索资源列表

  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. lu.rar

    3下载:
  2. 这是用并行程序语言MPI做的关于矩阵LU分解的程序,程序中很好的实现了分解过程的并行性。,This is used MPI parallel programming language to do LU decomposition on the matrix of the procedures, procedures to achieve a good decomposition process parallelism.
  3. 所属分类:MPI

    • 发布日期:2017-03-23
    • 文件大小:2129
    • 提供者:印凤行
  1. matrix

    1下载:
  2. 基于MPI并行计算 我们实验使用的 矩阵的运算程序-MPI parallel computing based on our experimental procedure used in computing matrix
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:3640
    • 提供者:song
  1. pthreadmatrix

    0下载:
  2. Pthread c++ 并行矩阵乘法 运行于linux操作系统 -Multi thread matrix multiplication in c++ with Pthread
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:1468
    • 提供者:cui
  1. openmp

    0下载:
  2. openmp实现矩阵乘法,采用行列分解算法-openmp matrix multiply openmp matrix multiply
  3. 所属分类:MPI

    • 发布日期:2017-03-23
    • 文件大小:1822
    • 提供者:li
  1. matvec

    0下载:
  2. 矩阵向量的MPI乘法,butong de fangfa -mpi inor matrix vect
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:1046
    • 提供者:tangfei
  1. matrixMul

    0下载:
  2. 采用GPU通用计算API(CUDA)实现矩阵相乘。-The use of general-purpose GPU computing API (CUDA) to achieve the matrix multiplication.
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:16092
    • 提供者:lry
  1. transpose

    0下载:
  2. cuda平台开发的矩阵变换并行操作(Matrix transpose),属于cuda sdk中的内容-Small Matrix transpose with Cuda (Example for a 16x16 matrix)
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:9658
    • 提供者:陈思远
  1. 16X16led

    0下载:
  2. 1. LED的显示原理: 16×16扫描LED点阵的工作原理同8位扫描数码管类似。它有16个共阴极输出端口,每个共阴极对应有16个LED显示灯,所以其扫描译码地址需4位信号线(sel0-sel3),其汉字扫描码由16位段地址(l0-l15)输入。 通过时钟的每列扫描显示完整汉字。 2. 本试验实现输出“欢迎光临”四个汉字,采用两种格式输出:(1)依次从右向左连续输出;(2)单个汉字从上及下刷新输出。 -1. LED display Principle: 16 × 16 dot mat
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:7163
    • 提供者:soisit
  1. Matrixmultiplication

    0下载:
  2. 矩阵乘法并行算法的MPI源程序,以文本文件形式输入输出-MPI parallel algorithm source code of Matrix multiplication,input and output in the form of txt files
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:3554
    • 提供者:Jurihui
  1. juzhenchengfa

    0下载:
  2. 该程序为在一个并行计算矩阵乘法的程序,需要在LINUX中安装MPI函数包。大家可以学习一下,感受一下并行计算的原理-The program for the calculation of matrix multiplication in a parallel process, you need to install the MPI function LINUX package. We can learn about and experience the principle of parallel
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:147817
    • 提供者:稀有品种
  1. cuda_matmult_opt

    0下载:
  2. CUDA matrix multiplication 3 different optimization schemes are included (loop unrolling, data prefetching, thread granularity)
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:15569
    • 提供者:mghs
  1. mpi_matmult

    0下载:
  2. MPI matrix multiplication with two versions (one is broad cast method and another one is systolic method)
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:3161
    • 提供者:mghs
  1. matrix

    0下载:
  2. matrix multiplication using mpi
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:626
    • 提供者:karim
  1. matrix_multi

    0下载:
  2. MPI matrix multiplication in C
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:1096
    • 提供者:Yazid Al-Hassan
  1. Desktop

    0下载:
  2. MPI program to compute Matrix and Vector Multiplication using block checkerboard partitioning
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:2461
    • 提供者:Hamid
  1. invert

    0下载:
  2. MPI 基本操作实现(矩阵数据结构以及求逆的并行计算)-MPI matrix invert
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:3127
    • 提供者:tony
  1. Matrix_Matrix

    0下载:
  2. Matrix x Matrix multiply using MPI
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:1258867
    • 提供者:serfer
  1. mult

    0下载:
  2. Perfectly works parallel mult matrix programm on MPI
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:2188
    • 提供者:Rufina
  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
    • 提供者:苗高洁
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com