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

搜索资源列表

  1. alg_3

    0下载:
  2. 快速傅立叶变换计算多项式,strassen算法计算矩阵相乘,以及其和普通多项式、矩阵乘法的比较-Fast Fourier Transform calculation of polynomial, strassen matrix multiplication algorithm, and its and ordinary polynomials, matrix multiplication comparison
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:3022
    • 提供者:linqingyang
  1. Numerical-Source

    0下载:
  2. 数值计算的变成源码,包含矩阵加减、向量运算,矩阵乘法等-Into a numerical code, including matrix addition and subtraction, vector operations, matrix multiplication, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:789990
    • 提供者:爱美元
  1. Matrix-multiplication

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

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

    0下载:
  2. 计算矩阵的乘法,采用了最新的群论的思想,计算跨苏,简便-To calculate the matrix multiplication using the idea of ​ ​ the latest group theory to calculate cross-Su, easy
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:2067
    • 提供者:lily
  1. juzhenchengfa

    0下载:
  2. 矩阵乘法,通过矩阵运算进行乘法计算,计算出进行计算之后的结果-failed to translate
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:26292
    • 提供者:
  1. 51

    0下载:
  2. 给定n个矩阵A1,A2,…,An,其中,Ai与Aj+1是可乘的,i=1,2,…,n-1。 确定矩阵连乘的运算次序,使计算这n个矩阵的连乘积A1A2…An时总的元素乘法次数达到最少。-Given n matrices A1, A2, ..., An, which, Ai and Aj+1 is multiplicative, i = 1,2, ..., n-1. OK matrixcontinuallymultiply order of operations, the computation
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:137830
    • 提供者:王丽
  1. giusei_v24

    0下载:
  2. 利用最小二乘法进行拟合多元非线性方程,构成不同频率的调制信号,计算两个矩阵之间的欧氏距离。- Multivariate least squares fitting method of nonlinear equations, Constituting the modulated signals of different frequencies, Calculation of the Euclidean distance between the two matrices.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4139
    • 提供者:康凤卫
  1. jiedian

    0下载:
  2. 在正方形区域内产生均匀分布的随机拓扑,红色信标节点 . 黑色未知节点,初始化节点间距离,跳数矩阵,最短路径算法计算节点间跳数,球每个信标节点的校正值,最小二乘法求未知点坐标-Generate uniformly distributed random topology in the square area, red beacon nodes. Black unknown nodes, the distance between node initialization, hop count matri
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1134
    • 提供者:beidieshi
  1. feiqiu

    0下载:
  2. 对HARQ系统的吞吐量分析,利用最小二乘法进行拟合多元非线性方程,AHP层次分析法计算判断矩阵的最大特征值。- HARQ throughput analysis of the system, Multivariate least squares fitting method of nonlinear equations, Calculate the maximum eigenvalue judgment matrix of AHP.
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:4948
    • 提供者:genqang
  1. fungen_v81

    0下载:
  2. 经典的灰度共生矩阵纹理计算方法,matlab实现了五类灰色关联度模型的计算,利用最小二乘法进行拟合多元非线性方程。- Classic GLCM texture calculation method, matlab implements five gray correlation degree computing model, Multivariate least squares fitting method of nonlinear equations.
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:4400
    • 提供者:刘平伟
  1. bundwidtkjandidatehead

    0下载:
  2. 矩阵计算的类苦,包括矩阵乘法,求逆矩阵求特征值和特征向量等-Matrix calculation, including matrix multiplication, inverse matrix eigenvalue and eigenvector and so on
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-16
    • 文件大小:7168
    • 提供者:rontaizel
  1. matrix

    0下载:
  2. 矩阵乘法 给定两个矩阵 A 和 B,其中 A 是具有 M 行、K 列的矩阵, B 为 K 行、N 列的矩阵, A 和 B 的矩阵积为矩阵 C, C 为 M 行、N 列。矩阵 C 中第 i 行、第 j 列的元素 Cij 就是矩阵 A 第 i 行每个元素和矩阵 B 第 j 列每个元素乘积的和,即 要求:每个 Ci j 的计算用一个独立的工作线程,因此它将会涉及生成 M×N 个工作线程。主 线程(或称为父线程)将初始化矩阵 A 和 B,并分配足够的内存给矩阵 C,它将容纳矩阵 A 和 B
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:leser
  1. 矩阵相乘

    0下载:
  2. 给两个矩阵,算出他们相乘后的矩阵,得到的结果输出出来(Give two matrices, and calculate the matrices that they are multiplied, and the results are out.)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:3452928
    • 提供者:zzz689
搜珍网 www.dssz.com