搜索资源列表
423123
- 提示用户输入一个3*4和4*5的矩阵,然后实现这两个矩阵的相乘运算,最后输出运算结果。-prompts the user to enter a 4 and 3 * 4 * 5 matrix, and then realize that the two matrix multiplication operation, Operational results of the final output.
zsy
- 汇编语言课程设计 矩阵相乘运算(实现3*4与4*5矩阵相乘运算,输出运算结果)
AsmPro13
- 汇编语言的一段程序,此段程序可以实两个现矩阵之间的相乘。
Matrix
- 本程序,利用BCB6.0编写,可以进行2×2矩阵相乘的运算,并且为可视化程序。-This procedure, using BCB6.0 preparation, can be multiplied by 2 × 2 matrix of computing, and visualization procedures.
matrix
- 在Visual DSP上实现5乘5矩阵的相乘。-In the Visual DSP to achieve five by five matrix multiplication.
compiler_homework
- 我大一时候的作业,实现了以下功能: 用16位8086汇编语言编写下列程序之一: a) 两矩阵相加 b) 求Fibonacci数列 c) 输入一个正整数n, 输出1-n之间的所有素数 d) 矩阵相乘 e) 把一个十进制小数转换成IEEE754格式并输出的程序, 要求从键盘输入一个十进制小数,最后在在屏幕上输出IEEE754格式二进制码的序列.-When my freshman year of operations, realization of the fol
CODE4
- C语言实现矩阵相乘的源码 编写程序,可以实现m*n矩阵和n*p矩阵相乘。m,n,p均小于10,矩阵元素为整数。 分析:-C language implementation of matrix multiplication.
juzhendejiajianchengchu
- 用二维数组表示矩阵,编写函数实现如下功能,要求所编写的函数具有较好的通用性,不要固定矩阵的大小。 1矩阵输入。 2)矩阵输出。 3矩阵转置。 4)矩阵相加。 5)矩阵相乘。 6)写主函数,完成对以上函数的调用。 -Two-dimensional array representation matrix, write a function to achieve the following functions, requiring written function has
juzhencheng
- 用C语言实现两个矩阵相乘,矩阵中的元素少于100个,源代码,直接运行 -Achieve two matrix multiplication
Maze-solve
- 利用十字链表实现稀疏矩阵的存储、输出、相加、相乘等运算-The use of cross-linked list sparse matrix storage, output, added multiplications
matrix
- 采用SIMD指令优化大矩阵相乘的速度,经测试,执行速度提高了1.5倍。代码采用汇编内联的形式。-Optimizing the use of SIMD instructions speed matrix multiplication, tested, execution speed increased 1.5-fold. Code using inline assembler form.
for-matrix-multiplication
- 用于矩阵相乘的小程序,进行运算时减小计算量,比较方便实用。-Applet for matrix multiplication, calculates the amount of calculation is reduced, more convenient and practical.
Matrix
- 矩阵运算功能,包括相乘/求逆/奇异值分解等功能-Matrix operations, including multiplication/inverse/singular value decomposition, etc
