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

搜索资源列表

  1. parallel_matrix_multiply_demo

    0下载:
  2. 基于MPI得并行矩阵乘法 Cannon算法实现 该程序基于 Boost 和 MPI 实现了Cannon 算法实现对矩阵得并行求积。 -MPI-based parallel matrix multiplication may Cannon algorithm implementation of the program and the MPI-based Boost algorithm achieved Cannon was parallel to the matrix of quadratur
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1980202
    • 提供者:李劲松
  1. compiler_homework

    0下载:
  2. 我大一时候的作业,实现了以下功能: 用16位8086汇编语言编写下列程序之一: a) 两矩阵相加 b) 求Fibonacci数列 c) 输入一个正整数n, 输出1-n之间的所有素数 d) 矩阵相乘 e) 把一个十进制小数转换成IEEE754格式并输出的程序, 要求从键盘输入一个十进制小数,最后在在屏幕上输出IEEE754格式二进制码的序列.-When my freshman year of operations, realization of the fol
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:11958
    • 提供者:czxu
  1. color_converter_latest.tar

    0下载:
  2. The main purpose of the core is a color transform tasks such as CIE XYZ<->RGB, different RGB<->RGB and RGB<->YCbCr operations. The main part of color conversions from one to another color system concludes in 3x3 matrix multiplicatio
  3. 所属分类:VHDL-FPGA-Verilog

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

    0下载:
  2. 实现了矩阵乘法的cannon算法。用MPI编程,在并行环境中可运行-Cannon implements matrix multiplication algorithm. Programming with MPI, can run in parallel environment
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:1260
    • 提供者:李光瑞
  1. etd-0407109-183702-81-001[1]

    0下载:
  2. 文章介绍了YUV向RGB颜色空间转换的硬件电路实现算法.在高基乘法算法基础上,建立了参数化高基乘法算法模型,并给出了Verilog HDL描述 小数乘法的整数乘法近似和近似误差给予了详细的讨论.采用乘法单元复用的设计结果将在两个时钟周期内完成YUV向RGB的颜色空间转换.-This paper introduces the YUV to RGB color space conversion hardware algorithm. Matrix multiplication algorithm i
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-14
    • 文件大小:3997496
    • 提供者:jjj
  1. MatMul2D1

    0下载:
  2. this a matrix multiplication program using MPI and c-this is a matrix multiplication program using MPI and c++
  3. 所属分类:MPI

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

    0下载:
  2. 矩阵乘法,北航c2的某一次作业题,经测试,能通过所有测试点-Matrix multiplication, an operation of a Northern question c2, tested, pass all the test points
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:807
    • 提供者:火乐月半
  1. Matrix-multiplication

    0下载:
  2. 基于MPI并行程序的任意矩阵矩阵相乘,其中由主程序负责矩阵的输入输出,在本程序中便于测试默认一个矩阵。-MPI parallel programs based on an arbitrary matrix matrix multiplication, which is responsible for the main input and output matrices, in this process easy to test the default of a matrix.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:1821
    • 提供者:Aleny
  1. Matrix-Multiplication

    0下载:
  2. Parallel Matrix multiplication using JOMP
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:420587
    • 提供者:Salman Manzoor
  1. Matrix-multiplication

    0下载:
  2. 主要是用c++语言对存放在文件中的两个矩阵进行乘法运算-It is mainly used c++ language stored in the file of the two matrix multiplication
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:205178
    • 提供者:wanghuiqin
  1. mat

    0下载:
  2. 计算OMP方法的矩阵,采用并行模拟运算。-omp matrix multiplication parallel
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1742
    • 提供者:孔啸
  1. Matrix-multiplication-using-MPI

    1下载:
  2. 基于C语言的,在大型并行机上使用MPI实现矩阵乘法-Matrix multiplication using MPI implementations
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:1222
    • 提供者:苗高洁
  1. Matrix-multiplication-problems-with

    0下载:
  2. 给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2,…,n-1。要算出这n个矩阵的连乘积A1A2…An。由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序。这种计算次序可以用加括号的方式来确定。若一个矩阵连乘积的计算次序完全确定,也就是说该连乘积已完全加括号,则可以依此次序反复调用2个矩阵相乘的标准算法计算出矩阵连乘积。本文的功能是采用动态规划算法,给出矩阵的一种最优的加括号方式,是计算量最小。-Given n matrices {A1, A2, ...
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:13712
    • 提供者:阿四
  1. matrix-multiplication

    0下载:
  2. 该文件内的源代码,实现矩阵乘法的高速算法,效率应该不错的-The file' s source code, to achieve high-speed matrix multiplication algorithm, efficiency should be good
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:3658
    • 提供者:张蓓蓓
  1. Parallel-Matrix-Multiplication-Algorithms-on-Hype

    0下载:
  2. Parallel Matrix Multiplication Algorithms on Hypercube Multiprocessors. three parallel algorithms for matrix multiplication-Parallel Matrix Multiplication Algorithms on Hypercube Multiprocessors. three parallel algorithms for matrix multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:121410
    • 提供者:Mr.Le
  1. Real-matrix-multiplication

    0下载:
  2. 矩阵 运算:包括实矩阵相乘,复矩阵相乘,实矩阵、复矩阵求逆。-Matrix operations: real matrix multiplication, complex matrix multiplication, real matrix, and complex matrix inversion.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:196786
    • 提供者:胡程序
  1. Big-matrix-multiplication

    0下载:
  2. 大矩阵分块相乘,从文件中一次把矩阵读入内存,然后在内存中进行分块。-Big matrix multiplication
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:4396
    • 提供者:duoduo
  1. Matrix-multiplication

    0下载:
  2. 矩阵乘法计算,实现矩阵的乘法运算程序。简单而实用。-The matrix multiplication, the matrix multiplication program. Simple and practical.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:2411
    • 提供者:张恒
  1. matrix-multiplication-algorithm

    0下载:
  2. 用C++实现矩阵的连乘算法,这是一个完整的VC工程,该源码采用VC6.0编辑。-VC projects, the matrix multiplication algorithm, which is a complete C++ achieve the source code using the the VC6.0 edit.
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:1240064
    • 提供者:王伟
  1. Matrix-multiplication-in-Hadoop

    0下载:
  2. 在Hadoop下实现的矩阵乘法运算,使用的语言是Java,开发环境为Hadoop-Matrix multiplication in Hadoop, the language used is Java, development environment is Hadoop
  3. 所属分类:Grid Computing

    • 发布日期:2017-11-05
    • 文件大小:8951091
    • 提供者:杨浩
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com