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

搜索资源列表

  1. jiaozhi_and_jiejiaozhi

    1下载:
  2. 交织和解交织模块,采用矩阵交织方式,且有两套并行存储器,可以实现连续数据流操作,不会有数据滞留和丢失
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:2445
    • 提供者:xiaoyuer
  1. matrix

    0下载:
  2. intel线程挑战赛 矩阵转置 快速转置 多线程 tbb 并行算法
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:763753
    • 提供者:郭溪林
  1. ludep

    0下载:
  2. 关于lu矩阵算法,并行算法中通过smp环境实现,具有很好的价值
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1844
    • 提供者:322
  1. qr

    0下载:
  2. 一个qr矩阵算法,并行计算再smp环境下实现。具有很好的类比价值
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:2284
    • 提供者:322
  1. LUGPU1.0

    1下载:
  2. 使用GPU的强大并行计算能力来实现稠密矩阵的LU分解计算。
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:4578541
    • 提供者:tiantiancode
  1. dct8x8.rar

    0下载:
  2. cuda开发环境下的矩阵运算,cuda sdk中的内容,矩阵运算充分显示了并行编程的优势,对于学习cuda编程有着很好的借鉴作用,matrix operations in parallel with cuda platform
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1459448
    • 提供者:陈思远
  1. gl_water_source.rar

    1下载:
  2. 很有名的使用OpenGL的GPU编程例子(引自siggraph上的论文):这里使用了图形硬件上的矩阵和向量表达,繁杂的矩阵运算都在GPU上进行。对于想利用GPU做并行数值计算的人一定会有帮助~,The use of well-known examples of OpenGL, GPU programming (a quote from the siggraph paper): here the use of the graphics hardware on the expression of m
  3. 所属分类:OpenGL program

    • 发布日期:2016-09-21
    • 文件大小:283997
    • 提供者:shiping
  1. qr

    1下载:
  2. 矩阵QR分解的算法,使用openMP实现, 请在支持并行计算的机器上编译运行-Matrix QR decomposition algorithm, the use of openMP implementation, to support parallel computing in the compile and run on the machine
  3. 所属分类:MPI

    • 发布日期:2016-09-18
    • 文件大小:2048
    • 提供者:xiaogu
  1. conjugategradientmethod.rar

    2下载:
  2. 给出了线性方程组矩阵Ax=b在并行预处理共轭梯度法求解过程,绝对有用哟,Gives the matrix of linear equations Ax = b in parallel preconditioning conjugate gradient method for solving process, is absolutely useful to yo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:4054
    • 提供者:张景
  1. cannon.rar

    0下载:
  2. 并行计算矩阵乘法,cannon算法,矩阵移位来进行计算,Parallel computing matrix multiplication, cannon algorithm for calculating the matrix transposition
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:2936
    • 提供者:dsb
  1. jianpan.rar

    0下载:
  2. 用AT89S51的并行口P1接4×4矩阵键盘,以P1.0-P1.3作输入线,以P1.4-P1.7作输出线;在数码管上显示每个按键的“0-F”序号。,AT89S51 using the parallel port P1 then 4 × 4 matrix keyboard to P1.0-P1.3 as input lines to P1.4-P1.7 for output line in the digital control button displayed on each of the "
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:590
    • 提供者:凌枫
  1. pthreadmatrix

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

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

    0下载:
  2. Nvidia GPU实现的矩阵相乘的并行算法程序,对学习CUDA技术的初学者有很强的借鉴作用-Nvidia GPU implementation of parallel matrix multiplication algorithm program for beginners to learn CUDA technology, have a strong reference
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:9512
    • 提供者:李进
  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. cannon

    1下载:
  2. 并行程序设计,使用mpi,实现矩阵相乘的cannon算法,包括阻塞式和非阻塞式-Parallel programming, the use of mpi, cannon to achieve matrix multiplication algorithms, including blocking and non-blocking
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:4512
    • 提供者:chenkai
  1. parallel-matrixvector

    0下载:
  2. 并行计算之矩阵向量乘的并行实现,附带数据mpi-parallel compute- multy of matrix and vector
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:2939
    • 提供者:程宾
  1. LUdep

    1下载:
  2. 一个不错的矩阵LU分解的并行算法的MPI源程序-a MPI source code for LU decomposition s parallel algorithm
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:1923
    • 提供者:Juri hui
  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. matrixvector

    0下载:
  2. 实现矩阵乘的并行算法源程序,拿来与大家分享-Matrix by the realization of the parallel algorithm source code, used to share with you
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:3248
    • 提供者:asdfasdf
  1. vector_metrix_multiplication(MPI)

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

    • 发布日期:2017-03-26
    • 文件大小:1589
    • 提供者:sangecoa
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com