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

搜索资源列表

  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. test.cpp.tar

    0下载:
  2. linux多线程矩阵相乘(C++) 采用多线程技术,对于每行每列的计算都进行了相应的线程操作。-linux multi-threaded matrix multiply (C++)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:662
    • 提供者:xp
  1. Matrixcalculation

    0下载:
  2. 矩阵运算,包括矩阵的加减乘除,求逆矩阵,并可以判断矩阵是否可以相加或相乘-Matrix operations, including matrix addition and subtraction, multiplication and division, and inverse matrix and matrix can determine whether the sum or multiply
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1816
    • 提供者:王笑
  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. matrix-multiplication

    0下载:
  2. 编写一个程序,实现两个矩阵相乘 需要第一个矩阵的列数与第二个矩阵的行数相同,结果是一个矩阵,且其行数与第一个矩阵的行数相同,与第二个矩阵的列数相同,结果矩阵中第i行/第j列的元素等于第一个矩阵的第i行的各元素与第二个矩阵第j列的各元素对应相乘之和。 -Write a program to multiply two matrices needed to achieve the first columns of a matrix of rows and the second the s
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:658
    • 提供者:guang
  1. CH2

    0下载:
  2. 求矩阵乘积的FORTRN子程序,适用于矩阵相乘,对矩阵的要求是必须是二维的,但是通用性较强。自我感觉比其他的程序好,而且短小精悍!-FORTRN matrix product of the subroutine for matrix multiplication, the matrix must be the requirement is two-dimensional, but highly versatile. Feel better than other procedures, and d
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:11601
    • 提供者:shark
  1. code

    0下载:
  2. 王晓东 算法设计 课后部分答案 n后 , 编辑距离问题 , 标准2维表问题 ,独立任务最优调度 , 会场安排 , 矩阵相乘 , 圈乘运算 , 输油管道问题 , 兔子生崽 , 邮局选址 , 又重复元素排列问题 , 找第二名学生成绩 , 众数问题 , 字典序问题 , 租用游艇问题 , 最长公共子序列问题 ,最大k乘积 , 最大长方体 , 最少硬币 , 最小费用购物, 最优合并-Algorithm acm C++
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:12348
    • 提供者:leyuan
  1. CUDA-example

    0下载:
  2. 包括矩阵相乘,转置,快速傅里叶变换,多GPU编程等23个实例-Including matrix multiplication, transposition, fast Fourier transform, multi-GPU programming in 23 instances
  3. 所属分类:MPI

    • 发布日期:2017-05-18
    • 文件大小:4912484
    • 提供者:weidong
  1. FastWalshTransform

    0下载:
  2. fwt,fwt2分别是一维、二维快速沃尔什变换函数,采用蝶形快速算法编写,要比利用矩阵相乘得到变换结果的离散沃尔什变换快很多-fwt, fwt2 are one-dimensional, two-dimensional fast Walsh transform function, the use of butterfly Fast Algorithm for the preparation of, than the use of transformation matrices to be the
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:1694
    • 提供者:tianjieyu
  1. my_project

    0下载:
  2. 接收端对有干扰污染后的信号进行对应解码,并计算误码率; 将输出仍然排列为n列的矩阵,计算监督矩阵H,用编码矩阵和监督矩阵相乘判断是否有误码,并根据错误图案纠正误码-The receiving end of pollution have interference signals corresponding to decoding, and calculate the bit error rate the output is still ranked as the n column matr
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-03
    • 文件大小:24479
    • 提供者:yanghui
  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. MATRIX1

    0下载:
  2. 针对矩阵类的编程,可以实现矩阵的相加,转置,相乘,单位阵,随机阵等。-For matrix-type programming, you can achieve the sum of matrices, transpose, multiplication, unit patches, such as a random array.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:15314
    • 提供者:方奎
  1. chengxuyuanma

    0下载:
  2. 基于C++ 一个小型矩阵相乘程序 用C++可直接运行-Based on the C++ A small matrix multiplication program with C++ Can be directly run
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:7161
    • 提供者:张波
  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-29
    • 文件大小:16092
    • 提供者:lry
  1. Matrix

    3下载:
  2. 一些矩阵运算的函数,包括两个矩阵相加,两个矩阵相减,两个矩阵相乘,矩阵复制,矩阵求逆的全选主员高斯-约当法,矩阵的三角分解(LU分解),求Hessenberg矩阵全部特征根的QR法,约化一般实矩阵为Hessenberg矩阵的初等相似变换-A function of a number of matrix operations, including the sum of two matrices, subtract two matrices, the two matrices, matrix dup
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:4007
    • 提供者:chen changqing
  1. Strassen

    0下载:
  2. 用分治法和递归的思想,实现Strassen矩阵相乘-With sub-rule law and recursive thinking, to achieve Strassen matrices
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-21
    • 文件大小:9189
    • 提供者:jaly
  1. Strassencpp

    0下载:
  2. 算法与设计中实现Stassen矩阵相乘算法,代码简单有用。-Algorithm and design to achieve matrices Stassen algorithm, simple and useful code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2884
    • 提供者:何明耀
  1. ss

    0下载:
  2. 在fortran编译环境下用mpi实现两个二维矩阵相乘-Fortran compiler in mpi environment with the achievement of the two two-dimensional matrix multiplication
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:16266
    • 提供者:mahai
  1. Matrix

    0下载:
  2. 矩阵综合运算,包括加减数乘,矩阵相乘,矩阵求逆。-Matrix integrated computing, including a few by addition and subtraction, matrix multiplication, matrix inversion.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1143
    • 提供者:bbr
  1. MatrixMulTexture_kernel

    0下载:
  2. 基于GPU的并行编程,采用纹理实现两个矩阵相乘。自己写的程序。-This is a parallel program based GPU,which achieved two matrix multiplication with texture.It is mine.
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:796
    • 提供者:Tandy
« 1 2 3 4 5 6 78 9 10 11 12 ... 28 »
搜珍网 www.dssz.com