CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 矩阵乘法的计算

搜索资源列表

  1. liao

    0下载:
  2. Delphi实例程序 1显示隐藏文本 2随机数加法与乘法 3密码校验程序 4矩阵的转置 5交换两变量的值 6计算题-examples show that the hidden text of a random two-digit addition and multiplication 3 password verification procedures Matrix 4 home to the two exchanged five variables are six ca
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:852153
    • 提供者:廖俊潮
  1. multi_pi_matrix

    0下载:
  2. lab1为多线程计算圆周率的程序 lab2为多线程计算矩阵乘法的程序 有实验报告和说明文档
  3. 所属分类:并行运算

    • 发布日期:2014-01-20
    • 文件大小:48529
    • 提供者:pim
  1. comp_matrix

    0下载:
  2. 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 设计思想: 本程序要完成矩阵的一般运算。同时本程序的截面要友好,操作要简单,并具有较强的自我适应能力,即根据每人输入矩阵的方法不同,在生成矩阵时,程序能适当根据输入的各种格式来达到输入矩阵的功能; 本程序为每个矩阵变量都分配一个矩阵变量名,用户可以通过操作矩阵变量来达到运算目的。如果用户对同一个矩阵变量定义了多次
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:69320
    • 提供者:ybc
  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. juzhenchengfa

    0下载:
  2. 用来计算矩阵乘法的源码程序,书籍源码,便于学习-Source code used to calculate the matrix multiplication program, books, source code, easy to learn
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:34720
    • 提供者:synth
  1. wuxin

    0下载:
  2. 用汇编语言实现两个文件中的矩阵的乘法,将计算结果存入一个新的文件中,带命令行参数运行。-The two documents with the assembly language implementation of matrix multiplication, the calculation result into a new file, with a command-line arguments to run.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:1707
    • 提供者:吴心
  1. asm-juzhen

    0下载:
  2. 汇编矩阵乘法的计算,能够帮助大家学习,属于汇编的课设-Compilation of the calculation of matrix multiplication, can help people learn, is a compilation of lesson design
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:181317
    • 提供者:熊硕
  1. mpicannon

    1下载:
  2. 矩阵乘法并行计算的connon算法,fortran语言-Parallel computing connon matrix multiplication algorithm, fortran language
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:2295
    • 提供者:吴力川
  1. parallel

    0下载:
  2. 本程序是简单的矩阵乘法的并行计算实现,实现了均衡分配。-The procedure is simple matrix multiplication parallel computing to achieve, to achieve a balanced distribution.
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:3682
    • 提供者:helloyan
  1. canon

    0下载:
  2. 并行计算实验,用于矩阵乘法的计算,canon算法,使用mpi方法-algorithm includes openmp,pthread,mpi,mapreduce and so on
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:2669
    • 提供者:zhaocehen
  1. source

    0下载:
  2. 矩阵乘法的并行计算实现,提高效率,实用简单-Matrix multiplication parallel computing to achieve, improve efficiency, simple and practical
  3. 所属分类:MPI

    • 发布日期:2017-12-05
    • 文件大小:8263
    • 提供者:卉子
  1. matrix

    0下载:
  2. visual studio编写的C++程序,程序利用四种不同方法计算矩阵乘法- visual studio written C++ program, the program using four different methods to calculate the matrix multiplication
  3. 所属分类:MPI

    • 发布日期:2017-11-15
    • 文件大小:7047
    • 提供者:meihanlei
  1. mul

    0下载:
  2. 基于CUDA C的程序,可以对任意矩阵进行矩阵乘法,目前仅用全局存储器进行数据计算,相比于传统CPU程序,计算效率明显提升。程序结构简洁,内有注释,方便学习,如有不足之处,方便批评指正。-Based on CUDA C programs can be arbitrary matrix matrix multiplication, the current global memory for data only, compared to traditional CPU program, comput
  3. 所属分类:MPI

    • 发布日期:2017-11-20
    • 文件大小:1111
    • 提供者:kexuan
  1. Muliticore

    0下载:
  2. 在Linux/Windows平台上实现单精度浮点的矩阵乘法,在Linux/Windows平台上用多线程方法实现浮点向量的点积计算,多核的经典入门必学算法-In Linux/Windows platform to achieve single-precision floating-point matrix multiplication, in Linux/Windows platform using multi-threading methods to achieve floating point
  3. 所属分类:MPI

    • 发布日期:2017-11-18
    • 文件大小:250461
    • 提供者:lishanmin
  1. Delphi_150500

    0下载:
  2. Delphi:Delphi曲线图演示,最小二乘法七点曲线拟合演示效果,借此源码可了解系数矩阵、增广矩阵、高斯消元、误差计算、高斯消去后的矩阵右侧系数、迭代初值、迭代求解等相关技巧。 -Delphi: Delphi graph demonstrates, least squares curve fitting seven demonstration effect, whereby the source code can understand the coefficient matrix, au
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:9689
    • 提供者:8XSBISX
  1. Matrix

    0下载:
  2. 一个简单的用MPI实现并行计算矩阵乘法的程序-MPI implementations use a simple matrix multiplication parallel computing program
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:1805
    • 提供者:Dash Chen
  1. mult

    0下载:
  2. CUDA编程下的并行矩阵乘法,每个线程计算一个元素。-Parallel algorithm on Matrix Multiply on CUDA
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:1064
    • 提供者:赵宇谦
  1. CUDA SPMV

    2下载:
  2. 稀疏矩阵向量乘法(Sparse Matrix-Vector Multiplication, SpMV)在许多科学计算程序中都有广泛的应用。数据矩阵A 是稀疏的,输入向量x 和输出向量y是稠密的。 y = Ax(Sparse Matrix-Vector Multiplication (SpMV) is widely used in many scientific computing programs. The data matrix A is sparse, the input vector x
  3. 所属分类:并行计算

    • 发布日期:2018-04-20
    • 文件大小:21504
    • 提供者:甄文明
  1. GPU高性能编程CUDA实战—示例代码

    1下载:
  2. 结合GPU高性能编程,提供实战样例程序,包含矩阵乘法,原子操作,热传导,多GPU,多流的代码(Combined with GPU high performance programming, it provides actual sample program, including matrix multiplication, atomic operation, heat conduction, multi GPU, and multi stream code.)
  3. 所属分类:并行计算

    • 发布日期:2019-05-03
    • 文件大小:305152
    • 提供者:zjujie
搜珍网 www.dssz.com