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

搜索资源列表

  1. main

    0下载:
  2. 使用MPI并行计算技术,实现矩阵与向量相乘的算法代码-MPI parallel computing technology, the matrix vector multiplication algorithm code
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:2444
    • 提供者:mayuqing
  1. 2-DFFT

    0下载:
  2. 该实验的目的是开发一个 2-D FFT程序包。要求程序能完成下面的功能: (a) 用因子 (-1)x+y 乘以输入图像,以实现滤波的中心化变换; (b) 用一个实矩阵乘以一个复数矩阵,即用实矩阵中的元素同时乘以复数矩阵对应位置上的复数的实部与虚部。 可以通过调用两个图像的乘法程序来实现对应元素的相乘; (c) 计算反付立叶变换; (d) 结果乘以 (-1)x+y ,并取其实部; (e) 计算频谱。 -The purpose of this ex
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:574694
    • 提供者:张亚丽
  1. a

    0下载:
  2. 矩阵的转置,相乘及界面的面换稀疏矩阵的三元组相加-Sum of the transpose of the matrix, multiplying, and interfacial surface replacing the sparse matrix triples
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:3454
    • 提供者:殴打
  1. Tduoxianchengo

    0下载:
  2. 用多线程实现矩阵的相乘,这个是操作系统课程的一个简单实实验,有linux和win下的实现, -Multi-threaded matrix multiplication, this is a simple real experiments for the operating systems course, under linux and win, to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:5526
    • 提供者:lnwjyy
  1. jvzhenlianxi

    0下载:
  2. 实现构建矩阵,矩阵的相加,相减,清零,以及转置,还有相乘的功能。-To build matrix, the matrix addition, subtraction, reset, and transposed, and the function of the multiplication.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:227221
    • 提供者:刘晔
  1. matrixtools

    0下载:
  2. VC++下实现的一个矩阵计算工具,可以实现矩阵的相加、相乘等运算,还可以求矩阵行列式的值,求矩阵的转置矩阵,逆矩阵。-VC++ to achieve a matrix calculation tool, the matrix can add, multiply and other operations, but also the value of the order matrix determinant, transpose a matrix with matrices, inverse mat
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:494851
    • 提供者:小象
  1. juzhenyunsuan

    0下载:
  2. 编制一个稀疏矩阵运算器。 以“带行逻辑链接信息”的三元组顺序表表示稀疏矩阵,实现两个矩阵相加、相减和相乘的运算。-The preparation of a sparse matrix operations. Logical link information " with the line" triplet sequence table sparse matrix, two matrix addition, subtraction and multiplication ope
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:1586137
    • 提供者:刘明
  1. matrix

    1下载:
  2. 假设稀疏矩阵A和B均以三元组表作为存储结构,试写出矩阵相加(相乘—选做)的算法,另设三元组表C存放结果矩阵。 -Assuming a sparse matrix A and B are in triples table as a storage structure, try to write the matrix (multiplied by- election) algorithm by adding additional triples Table C store the resulti
  3. 所属分类:OS Develop

    • 发布日期:2014-11-13
    • 文件大小:2048
    • 提供者:zhengchaojie
  1. matrix

    0下载:
  2. 矩阵运算的各种程序,包括矩阵相加、相乘、转置以及求逆等运算,方便移植- fdsafafdsafsadfasdfsdafdsafcchbnjhh
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:65565
    • 提供者:安心
  1. aprecon

    0下载:
  2. 超强的矩阵计算程序 矩阵求逆 相乘 相加 相减-Super matrix inverse matrix calculation procedures multiplying the sum of subtraction
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:1302
    • 提供者:qudingfneg
  1. matrix

    0下载:
  2. 关于矩阵处理的源码(包括价格、相乘、求逆、输出)-About the matrix processing source (including price, multiplied by the inverse output)
  3. 所属分类:CSharp

    • 发布日期:2017-12-09
    • 文件大小:1520
    • 提供者:张凯
  1. MatrixCS

    0下载:
  2. 一个很简单的程序,用于完成两个矩阵相加、相减与相乘运算-A very simple procedure for the completion of the sum of two matrices, subtraction and multiplication
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:36718
    • 提供者:
  1. Fibonacci

    0下载:
  2. (1)编写一个矩阵操作类库,具体实现要求如下: 实现构造函数动态创建不同大小的二维矩阵m*n 实现函数完成两个矩阵的相加、求差与矩阵各个元素相乘运算; 实现函数可以得到矩阵中指定元素数值。 (2)Fibonacci数列是一个自然数数列,第1项和第2项均为1,从第3项开始,F(n)= F(n-1)+ F(n-2).定义一个数组,前两个元素初始化为Fibonacci数列的第1,2项,求出数列的前20项。-(1) the preparation of a matrix operati
  3. 所属分类:Java Develop

    • 发布日期:2017-11-29
    • 文件大小:1989
    • 提供者:sunyang
  1. post

    0下载:
  2. 矩阵向量相乘的方程迭代求解程序,主要采用了改进的共厄梯度法,加快迭代收敛速度-matrix solver
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:2529
    • 提供者:谭云华
  1. rectangle_multiplication

    0下载:
  2. 两数相乘用乘法矩阵来实现,并实现动态分配-rectangle multiplication in dynamic programming
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:1675
    • 提供者:李阳斌
  1. MAT

    0下载:
  2. 一个矩阵类,可实现简单的矩阵计算,比如求逆,相乘。-A matrix class, simple matrix calculation, such as inversion multiplying.
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:7628
    • 提供者:陶山
  1. Matrix

    0下载:
  2. C++实现几种基本的矩阵运算,包含头文件直接调用,包含矩阵转置、求逆、相乘几个通用操作-C++ implementation of several basic matrix operations, direct calls to include the header file, contains the matrix transpose, inverse, multiplied a few general-purpose operating
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:235324
    • 提供者:黄小伟
  1. Matrix

    0下载:
  2. 稀疏矩阵是指那些多数元素为零的矩阵。利用“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。实现一个能进行稀疏矩阵基本运算的运算器。 基本要求为: 以“带行逻辑连接信息”的三元组顺序表表示稀疏矩阵,实现两个矩阵相加、相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以通常的阵列形式列出。-Sparse matrix is ​ ​ a matrix that most elements are zero. " Sparse"
  3. 所属分类:Console

    • 发布日期:2017-11-19
    • 文件大小:285998
    • 提供者:丁洁琼
  1. Sparse-matrix-computation

    0下载:
  2. 本演示程序中,以“带行逻辑的链接信息”的三元组顺序表表示稀疏矩阵,实现两个矩阵相加、相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的表示以阵列形式列出。首先应输入矩阵的行数和列数,并判断给出的两个矩阵的行和列对于所要求的运算是否相匹配。(矩阵的行数和列数均不超过20)-The demonstration program, the " OK logical link information" triples sequence table indicates spa
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:2127
    • 提供者:张妍
  1. SparseMatrix

    0下载:
  2. 用C++语言,通过数组实现疏散矩阵的转置和相乘等各种变换-With C++ language, through the array to achieve evacuation matrix transpose, and multiply, and other transformation
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:116117
    • 提供者:刘晓晶
« 1 2 ... 21 22 23 24 25 2627 28 »
搜珍网 www.dssz.com