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

搜索资源列表

  1. juzenlianchen

    0下载:
  2. 1.能实现不同的个数的矩阵连乘. 2.最后矩阵大小是8X8. 3是最优的矩阵相乘. 描 述:给定n 个矩阵{A1, A2,...,An},其中Ai与Ai+1是可乘的,i=1,2…,n-1。考察这n个矩阵的连乘积A1A2...An。矩阵A 和B 可乘的条件是矩阵A的列数等于矩阵B 的行数。若A 是一个p x q矩阵,B是一个q * r矩阵,则其乘积C=AB是一个p * r矩阵,需要pqr次数乘。-1. To achieve a number of different mat
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2785
    • 提供者:林小绵
  1. juzhenchengfa

    0下载:
  2. 矩阵的乘法 可以方便快捷的计算两个矩阵的乘积 其中包括零矩阵-Matrix multiplication can be easily and quickly calculating the product of two matrices including the zero matrix
  3. 所属分类:Project Design

    • 发布日期:2017-04-14
    • 文件大小:3210
    • 提供者:苏雅
  1. matrix

    0下载:
  2. matrix multiplication in linux
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:732
    • 提供者:ali.ali
  1. mat_mul_omp

    0下载:
  2. omp matrix multiplication parallel
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:1750
    • 提供者:frozenchocolat
  1. matrix_multiplier_with_memory

    0下载:
  2. A matrix is a rectangular table of elements,which can be any number or abstract quantities that can be added and multiplied. Matrix multiplication is the operation of multiplying a matrix with a scalar or another matrix, which is simple fuction widel
  3. 所属分类:Project Design

    • 发布日期:2017-05-21
    • 文件大小:6389141
    • 提供者:chen-che,wemg
  1. strassen

    0下载:
  2. In the mathematical discipline of linear algebra, the Strassen algorithm, named after Volker Strassen, is an algorithm used for matrix multiplication. It is asymptotically faster than the standard matrix multiplication algorithm, but slower than the
  3. 所属分类:Development Research

    • 发布日期:2017-04-01
    • 文件大小:18297
    • 提供者:reza g
  1. ALGO-08

    0下载:
  2. matrix multiplication
  3. 所属分类:Software Testing

    • 发布日期:2017-04-13
    • 文件大小:1911
    • 提供者:nasih
  1. Parallel-Matrix-Multiplication-on-Grid-Enabled-PC

    0下载:
  2. AN example about Grid Computing , Multi two matrix -AN example about Grid Computing , Multi two matrix
  3. 所属分类:Development Research

    • 发布日期:2017-03-27
    • 文件大小:237255
    • 提供者:Le Quoc Dung
  1. sth

    0下载:
  2. 矩阵相乘的源代码,主要用于初学C语言的同学在学习中借鉴。-Matrix multiplication of the source code, mainly for beginners C language students in learning to draw lessons from.
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:649
    • 提供者:汪浪
  1. zarb-matris

    0下载:
  2. Matrix multiplication in a distributed system
  3. 所属分类:Development Research

    • 发布日期:2017-11-23
    • 文件大小:8918
    • 提供者:j1368
  1. 1

    0下载:
  2. Matrix Multiplication
  3. 所属分类:IT Hero

    • 发布日期:2017-12-03
    • 文件大小:2096
    • 提供者:malar
  1. juzhenxiangchengcPP

    0下载:
  2. 矩阵乘法,实现任意两个矩阵相乘,可以通过键盘直接输入矩阵也可以调用文件,十分方便-Matrix multiplication
  3. 所属分类:Document

    • 发布日期:2017-12-07
    • 文件大小:4368
    • 提供者:hhh
  1. csh

    0下载:
  2. Here in this program, the number of rows and columns are taken as input for the given two matrix. Arrays and For loop is used to get the values for each row and columns of two matices . The total number of values are validated i.e. for a 3x2 ma
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:1058
    • 提供者:basam basm
  1. juzhen

    0下载:
  2. 矩阵相乘程序 输入两个满足一定条件的矩阵就可以得到相应的结果-Matrix multiplication program Enter the two meet certain conditions of the matrix can be obtained the corresponding results
  3. 所属分类:Software Testing

    • 发布日期:2017-12-04
    • 文件大小:9462
    • 提供者:刘表
  1. duohe_ruanjiansheji

    0下载:
  2. 多核作业。1、浮点向量多线程实现;2、矩阵相乘多种实现方法;3、相关论文阅读与实现。-Multi-core operations: a floating-point vector multithreading 2, matrix multiplication variety of implementations 3, the relevant papers to read and implement.
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:477925
    • 提供者:刘思洁
  1. 1

    0下载:
  2. 本文主要是讲述如何计算两个矩阵的乘法与加法-This article is mainly about how to calculate two matrix multiplication and addition
  3. 所属分类:File Formats

    • 发布日期:2017-04-09
    • 文件大小:652
    • 提供者:yean
  1. Matrix-Class

    0下载:
  2. 很实用的C#矩阵运算类,其包括基本的矩阵加减,矩阵乘法,转置 ,求逆等运算-Very useful matrix operations C# class that includes basic addition and subtraction of matrices, matrix multiplication, transpose, inverse operation, etc.
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:11976
    • 提供者:乔晶
  1. OJ_vcproj

    0下载:
  2. 实现矩阵相乘功能,通过VC6.0实现,请参考-Implement matrix multiplication function, through VC6.0 realize, see
  3. 所属分类:software engineering

    • 发布日期:2017-05-22
    • 文件大小:6943705
    • 提供者:刘伟
  1. opencv-doc

    0下载:
  2. 图像数据操作(内存分配与释放,图像复制、设定和转换) 图像/视频的输入输出(支持文件或摄像头的输入,图像/视频文件的输出) 矩阵/向量数据操作及线性代数运算(矩阵乘积、矩阵方程求解、特征值、奇异值分解) 支持多种动态数据结构(链表、队列、数据集、树、图) 基本图像处理(去噪、边缘检测、角点检测、采样与插值、色彩变换、形态学处理、直方图、图像金字塔结构) 结构分析(连通域/分支、轮廓处理、距离转换、图像矩、模板匹配、霍夫变换、多项式逼近、曲线拟合、椭圆拟合、狄劳尼三角化)
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:3722793
    • 提供者:korbon
  1. ARRY_MULTIPLY

    0下载:
  2. 矩阵的转置代码,可以实现N阶矩阵的转置,并且实现矩阵乘法功能。-Matrix transpose code, can achieve N-matrix transpose and implement matrix multiplication function.
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:702
    • 提供者:吴中方
« 12 »
搜珍网 www.dssz.com