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

搜索资源列表

  1. MatrixChain

    0下载:
  2. 实现矩阵相乘的算法,其中有算法的详细讲解!-Implementation of matrix multiplication algorithm, which explain in detail the algorithm!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:7595
    • 提供者:naoiny
  1. multarray

    0下载:
  2. 改程序可以用于 实现数据结构中的对称矩阵相乘-this can be used to mult the array,and it is just right
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:722
    • 提供者:qht
  1. mtxfx

    0下载:
  2. c++ 实现的矩阵运算库,包括一般矩阵运算和矩阵的内积、二矩阵相乘、矩阵次方、及矩阵多项式-c++ implementation of the matrix library, including the general matrix calculation and the inner product matrix, two matrices, matrix power, and the matrix polynomial
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2214511
    • 提供者:duckur
  1. sheying

    0下载:
  2. 摄影测量,用于摄影测量中的交会问题。其中解决了矩阵相乘问题-Photogrammetry, photogrammetry for the rendezvous problem. One of problem solving matrices
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1582
    • 提供者:111
  1. Matrix

    0下载:
  2. 本程序,利用BCB6.0编写,可以进行2×2矩阵相乘的运算,并且为可视化程序。-This procedure, using BCB6.0 preparation, can be multiplied by 2 × 2 matrix of computing, and visualization procedures.
  3. 所属分类:assembly language

    • 发布日期:2017-04-26
    • 文件大小:366997
    • 提供者:tomas
  1. strassen

    0下载:
  2. 设计编程实现矩阵相乘的Strassen算法,具体要求: (1)矩阵阶数n由用户输入(注意n非 2k 时的处理) (2)n阶矩阵A、B调用随机函数自动生成,限定矩阵元素在0-10之间 (3)输出A、B、C=A*B (4)请在实验报告中“程序设计(方案)说明部分”写明你如何实现矩阵划分、矩阵结果合并 (5)请在源代码中对主要函数功能、变量、语句进行注释 (6)请采用结构程序设计方法或面向对象程序设计方法,对各子功能用函数实现,不要一个主函数完成所有工作 -matrice
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:979724
    • 提供者:weiwei
  1. duichenjuzhenxiangcheng

    0下载:
  2. 这是一个对称矩阵相乘的小程序,软件实验课上自己编写的。-This is a symmetric matrix multiplication of small procedures, experimental class of software I have written.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1179
    • 提供者:hjy
  1. 85

    0下载:
  2. 此代码解决了复矩阵相乘的问题,希望对大家有所帮助!-This code solves the problem of complex matrix multiplication, I hope all of you to help!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:189202
    • 提供者:木灵蓝
  1. MultiMatrix

    0下载:
  2. 矩阵相乘,在计算图像算法上面非常有用,也是十分经典的算法 -Matrices in the calculation of the above algorithm is very useful image
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6493
    • 提供者:田威
  1. main

    0下载:
  2. 多线程实现矩阵相乘 多线程实现矩阵相乘-Multi-threading to achieve the realization of multi-threaded matrix multiply matrices
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:605
    • 提供者:ff
  1. main(linux)

    0下载:
  2. 多线程实现矩阵相乘 多线程实现矩阵相乘-Multi-threading to achieve the realization of multi-threaded matrix multiply matrices
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:516
    • 提供者:ff
  1. matrics_multiply

    0下载:
  2. Matlab中优化多个矩阵相乘以提高计算效率的源代码。-Optimize a number of Matlab matrices to improve the computational efficiency of the source code.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:23570
    • 提供者:李晓莹
  1. jzxc

    0下载:
  2. 矩阵相乘,这是一个矩阵相乘运算的小代码,希望和大家一起学习程序设计-juzhenxiangchengyunsuandexiaodaima
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:2324
    • 提供者:毛茂欣
  1. mpi_matrixMultiplication

    0下载:
  2. 一个简单的MPI矩阵相乘代码,由一个MASTER node分配第一个矩阵的各行到运算节点,然后收集结果-A simple MPI matrix multiplication program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:2320
    • 提供者:eric yang
  1. new

    1下载:
  2. 这是一个维数不定的两矩阵相乘的程序,该程序先检测输入的数组是否构成矩阵,再判断这两个矩阵是否满足相乘条件,若满足则进行相乘运算,并求出相乘后的结果!-This is an indefinite number of two-dimensional matrices of the program to detect whether an array of input matrix, and then determine whether the two matrix multiply to meet
  3. 所属分类:Other windows programs

    • 发布日期:2015-03-06
    • 文件大小:189338
    • 提供者:qulidan
  1. sparse.matrix.algorithms

    0下载:
  2. 介绍有关稀疏矩阵的相关算法,包括稀疏矩阵相乘,相加-On the sparse matrix algorithms, including sparse matrix multiply, add, etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:2264
    • 提供者:王风
  1. Memoized_Matrix_Chain

    0下载:
  2. 数组链乘备忘录法,用来有效的解决多个矩阵相乘优化算法-Memorandum of law by an array of links to a number of effective solutions to optimize matrix multiplication algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:338088
    • 提供者:fish
  1. strassen

    0下载:
  2. 2*2的strassen算法,可以根据自己的血药把它升级为n阶矩阵相乘。这里只是2*2而已-2* 2 strassen algorithm, based on their own blood to upgrade it for n-order matrices. Here it is 2* 2
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:150822
    • 提供者:feidao
  1. duichengjuzhen

    0下载:
  2. 对称矩阵相乘:2. A和B是两个n×n阶的对称矩阵,以行为主序输入对称矩阵的下三角元素,压缩存储存入一维数组A和B,编写一个算法计算对称矩阵A和B的乘积,结果存入二维数组C。-Symmetric matrices: 2. A and B are two n × n symmetric band matrix, in order to conduct the main sequence of input symmetric matrix elements of lower triangular,
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:160424
    • 提供者:李月
  1. Matrix

    0下载:
  2. 这是计算两个矩阵相乘的程序,程序读入两个文本文档,分别存放一个n*m矩阵.-This is the calculation procedure for two matrices, the program read the two text files, stored, respectively, a n* m matrix.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1084
    • 提供者:阎贺
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 28 »
搜珍网 www.dssz.com