搜索资源列表
MatrixChain
- 实现矩阵相乘的算法,其中有算法的详细讲解!-Implementation of matrix multiplication algorithm, which explain in detail the algorithm!
TwoDimensionalFastFourierTransform
- 本实验要求开发一个2-D FFT程序包,使其可以应用于后续的几个实验。这个程序需要完成的功能是用因子(-1)^(x+y)乘以输入图像以实现滤波的中心变换,并还要求用一个实矩阵乘以一个复数矩阵通过调用两个图像的乘法程序来实现对应元素的相乘,同时计算反傅立叶变换,得到的结果乘以(-1)^(x+y)并取其实部最后计算频谱。实验中用到傅立叶变换的基本公式,通过实验我们可以更加深刻的理解频域滤波的基础。-The experiment calls for the development of a 2-D F
5[1][1].4
- 两个稀疏矩阵的三元组a,b输出,转置,相加及相乘-Two sparse matrix triple a, b output, transpose, add and multiply
GPU
- 采用GPU通用计算API(CUDA)实现矩阵相乘-The use of general-purpose GPU computing API (CUDA) to achieve the matrix multiplication
matrix
- 矩阵相乘和求逆,矩阵求逆进行LV分解,测试结果与matlab一样-Matrix multiplication and inverse, matrix inverse to LV decomposition, the same test results with matlab
houfangjiaohui
- 摄影测量单片空间后方交会,包括矩阵的转稚、求逆、相乘-sheyingceliangkongjiaohoujiao
Microsoft
- 设计一个矩阵相乘的程序,首先从键盘输入两个矩阵a,b的内容,并输出两个矩阵,输出ab-1结果。-Design a matrix multiplication of the program first and foremost from a keyboard two matrix a, b, and output two matrix and output result. ab - 1
matrix
- 矩阵类的设计: 包括输入矩阵的行数和列数,各个元素 <2>求矩阵的相乘 <3>求矩阵的相加 <4>求矩阵的相减 <5>求矩阵的转置 <6>求矩阵的赋值 <7>求矩阵的行列式 <8>求矩阵的迹 <9>求矩阵的逆 <10>判断矩阵是否对称 -to calculate matrix
juzhen
- 实矩阵相乘,并用文件输入并输出。并且有自动寻找错误-Real matrices, and use file input and output. Automatically find errors and have
juzhen
- 平常经常用到的一个小程序,两个矩阵相乘的求法-Common often USES a small program, two of the matrix multiplication is also given
2-DFFT
- 该实验的目的是开发一个 2-D FFT程序包。要求程序能完成下面的功能: (a) 用因子 (-1)x+y 乘以输入图像,以实现滤波的中心化变换; (b) 用一个实矩阵乘以一个复数矩阵,即用实矩阵中的元素同时乘以复数矩阵对应位置上的复数的实部与虚部。 可以通过调用两个图像的乘法程序来实现对应元素的相乘; (c) 计算反付立叶变换; (d) 结果乘以 (-1)x+y ,并取其实部; (e) 计算频谱。 -The purpose of this ex
conv2MVMf
- 图像处理 卷积转相乘 模糊核不变 图像数据化大矩阵-Image processing convolution turn multiplied by the blur kernel unchanged image data of large matrix
qfalirier
- 测量时,要用到矩阵相乘,此程序就是介绍的实矩阵的相乘()
