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

搜索资源列表

  1. xishujuzhendexiangcheng

    0下载:
  2. 数据结构中用三元数组实现稀疏矩阵的相乘算法源代码-Data structures implemented using triplet sparse matrix multiplication algorithm source code
  3. 所属分类:Data structs

    • 发布日期:2017-11-29
    • 文件大小:1439
    • 提供者:赵扬
  1. juzhen

    0下载:
  2. 用c++实现任意两矩阵的相乘。感觉还是比较有用的-With c++ achieve any two matrix multiplication. Feel it is quite useful
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:840
    • 提供者:许可
  1. ForMartix

    0下载:
  2. 处理矩阵的类,包含矩阵相加,相减,相乘,求逆,转秩、卷积等-a combination of matrix function including martix plus,minus,multiply,reverse,rotation、convolution and so on
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1400
    • 提供者:薛意盟
  1. Maze-solve

    0下载:
  2. 利用十字链表实现稀疏矩阵的存储、输出、相加、相乘等运算-The use of cross-linked list sparse matrix storage, output, added multiplications
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2218
    • 提供者:xuebao1942
  1. strassencdaima

    0下载:
  2. strassen函数,用于2的n次方的矩阵的相乘,用c语言编写,本人亲测,非常好用。-Strassen function for 2 NTH power of matrix multiplication, written in c, I kiss, is very nice.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2486
    • 提供者:求知者
  1. mm

    0下载:
  2. 多线程实现矩阵并行相乘,在实现方式上采用多线程实现相乘-Implementation of parallel matrix multiplication of multi thread
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:1196
    • 提供者:张洋
  1. CPPMatrix

    0下载:
  2. 构造矩阵类,包括判断矩阵是否相等,矩阵相加、相减、相乘、相除等,很完整,可以作为矩阵处理的参考-Construct matrices, including judgment matrix are equal, matrix addition, subtraction, multiplication, division, etc., it is complete, can be used as a reference matrix processing
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:14872
    • 提供者:
  1. RLSMatrix

    0下载:
  2. 以“带行逻辑链接信息”的三元组顺序表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算,稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以通常的阵列形式列出。-With " OK logical link information," the order said triples sparse matrix to achieve two matrices addition, subtraction and multiplication operations, the use of
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1568
    • 提供者:冤大头
  1. mpi-matrix_multiple

    0下载:
  2. c代码,实现矩阵向量相乘的mpi并行计算,适合初学者-c code, matrix-vector multiplication mpi parallel computing for beginners
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:8518
    • 提供者:王耀侦
  1. openmp_mpi_combine

    2下载:
  2. mpi和openmp混合编程,实现矩阵向量相乘的并行计算,主要是并行开启和终止的示例,适合初学者-mpi and openmp mixed programming, parallel computing matrix-vector multiplication, is an example of a parallel main opening and termination for beginners
  3. 所属分类:MPI

    • 发布日期:2016-09-26
    • 文件大小:4096
    • 提供者:王耀侦
  1. Matrix

    0下载:
  2. 简单的矩阵乘法运算。求两个N*N大小的方阵相乘的结果。带稀疏处理-Simple matrix multiplication. The result of multiplying the sum of two squares N* N size. Deal with sparse
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:253521
    • 提供者:donkeu
  1. 11

    0下载:
  2. 一、 输入三个数,求最大值。 二、 任意输入10个数,进行选择排序。 三、 任意输入10个数,进行冒泡排序。 四、 将二维数组行列互换。 实现2*2矩阵的相乘。 -First, enter the three numbers, find the maximum value. Second, any input 10 numbers, choose Sort. Third, any input 10 numbers, bubble sort. Fourth, the ranks
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5474
    • 提供者:hr
  1. Matrix-multiplication

    0下载:
  2. 该程序能够根据使用者的需要,实现两个矩阵的相乘,并将结果输出。-The program according to the needs of the user can be realized by multiplying the two matrices, and outputs the result.
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:881572
    • 提供者:湖边赏月
  1. ConvMatrix

    0下载:
  2. 将两个矩阵的卷积运算转换为构造的新矩阵的相乘运算-The two matrix of convolution operation into the matrix multiplication
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1001
    • 提供者:罗扬燚
  1. java

    0下载:
  2. 掌握一维数组和二维数组的定义、初始化方法。编写程序实现两个矩阵的相加、相乘-The definition of one-dimensional and two-dimensional arrays of arrays, initialization method to master. Write a program to achieve the sum of two matrices are multiplied.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:578
    • 提供者:陈庚峰
  1. Multifunctional-matrix-calculator

    0下载:
  2. 多功能矩阵计算器是一个方便实用的矩阵计算软件,无需安装,下载可直接免费使用。 功能列表: 1.可计算转置矩阵、代数和、伴随矩阵、逆矩阵 2.可计算两个矩阵的相加、相乘结果 3.可直接从Excel表中复制数据,减少手动输入数据的麻烦 4.可导出计算结果为txt文件,文件内容可直接复制到Excel表格中-Multifunctional matrix calculator is a handy utility matrix calculation software, no installation,
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1909026
    • 提供者:薛皓月
  1. Matrix

    0下载:
  2. 线性代数计算器,可计算矩阵和,差,数乘,相乘,逆,伴随阵,特征值等多种运算。结合用户图形界面,功能强大,操作简便,界面简洁-Linear Algebra calculator, calculate matrix and poor, multiplication, multiplying, reverse, with a variety of computing matrix, the eigenvalues and the like. Combined with the graphical us
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:11943
    • 提供者:Bob
  1. sparMatrix

    0下载:
  2. 实现一般稀疏矩阵的各种操作。如相乘,求逆等。-Realize the general sparse matrix various operations.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2676
    • 提供者:文书
  1. 1

    0下载:
  2. (1)以“带行逻辑链接信息”的三元组顺序表表示稀疏矩阵。输入形式为采用三元组表示,即依次输入矩阵行数、列数、非零元个数及每个非零元的行数、列数、值。 (2)输出形式为矩阵。 (3)程序所能达到的功能为实现两个矩阵相加、相减、和相乘的运算。-(1) with the line-logical link information table shows the sequence of triples sparse matrix. Input form for the introduc
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1923
    • 提供者:walden
  1. juzhenlianxiangcheng

    0下载:
  2. 此代码为实现矩阵链相乘算法的c++代码,希望能给大家带来帮助。-This code for the realization of the matrix chain multiplication algorithm c++ code, hoping to bring help.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:588
    • 提供者:王文滟
« 1 2 ... 22 23 24 25 26 2728 »
搜珍网 www.dssz.com