搜索资源列表
gengzheng
- 矩阵相乘的算法,请大家给点面子,也让我下载点东西,我本人能力不行,没有别的体面的奉献给大家了,希望大家体谅!-matrix multiplication, the algorithm to please everyone's face, let me also point to download things, not my ability, there is no other decent dedication to you, I hope you understand!
EX_4_1
- 编制一个算术表达式求值的程序 (1)以十字链表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以通常的阵列形式列出。 (2)首先应输入矩阵的行数和列数,并判别给出的两个矩阵的行、列数对于所要求作的运算是否匹配。 (3)程序对三元组的输入顺序没有特定的要求,可以以任何的次序输入,程序会对其进行查找,插入到适合的位置上。 (4)在用三元组表示稀疏矩阵时,相加或相减所得结果矩阵应该另生成,乘积矩阵也用十字链表存放。 -compi
80X87
- 用c和汇编实现矩阵相乘-with c and compilation achieve matrix multiplication
3
- 里面包含三个源码,1,两种排序方法及折半查找,2,数组实现两个矩阵相乘。3,找鞍点(我源码有限,也只能上传一些简单一点的)
MATRIXMULTIPLY
- c#实现矩阵相乘,实现平台为VISUAL STUDIO 2005
两个矩阵相乘的源程序
- 两个矩阵相乘的源程序-two matrix multiplication of the source
Csharp_30SmallExamples
- 关于C#编程的30个小例子。包括矩阵相乘、汉字识别、数组等。-C# programming on the 30 small example. Including matrix multiplication, Chinese character recognition, and array.
Matrix
- 矩阵各种运算,包括矩阵求逆,矩阵相乘,矩阵转置-Matrix
Matrix1
- 矩阵各种运算,包括矩阵加减,矩阵相乘,矩阵求逆,和转置-matrix
mattix
- c#实现的基本运算,例如矩阵的转置,求和,相乘等-The main functions of the matrix
a
- 矩阵的转置,相乘及界面的面换稀疏矩阵的三元组相加-Sum of the transpose of the matrix, multiplying, and interfacial surface replacing the sparse matrix triples
matrix
- 关于矩阵处理的源码(包括价格、相乘、求逆、输出)-About the matrix processing source (including price, multiplied by the inverse output)
2-3
- 矩阵相乘,希望大家都来看看。谢谢了-about mulitple
strassencdaima
- strassen函数,用于2的n次方的矩阵的相乘,用c语言编写,本人亲测,非常好用。-Strassen function for 2 NTH power of matrix multiplication, written in c, I kiss, is very nice.
source
- 矩阵相乘 输入:两个N*N阶矩阵相乘 输出:结果矩阵 -Matrix multiplication Input: two N* N matrix multiplication order Output: the resulting matrix
CPPCMatrix
- c++编写矩阵运算,加法,减法,矩阵相乘,转置,求逆-Matrix operations fully c++
7parameter
- 布尔莎模型中7个参数的求解,程序中包含了矩阵转置、矩阵相乘、矩阵求逆的类-Solving Bursa seven parameter model, the program contains a matrix transpose, matrix multiplication, matrix inversion of the class
Cpp0001
- 代码为c#代码,是c#关于矩阵运算的源代码,里面几乎包括了所有的矩阵运算如:矩阵相乘、转置、克隆-Code for the c# code, c# matrix operation on the source code, which includes almost all of the matrix operations such as: matrix multiplication, transpose, cloning, etc
Matrix
- Matrix类为矩阵运算类,包括矩阵相乘、相加、相减、求负、转置、求逆、行列式等。-Matrix class for the matrix operation class, including matrix multiplication, addition, subtraction, seeking negative, transpose, inversion, determinant and so on.
image_C
- 可实现两个矩阵的相乘,快捷方便,可用于批量处理,减少了工作量(It is really saves lot of time, especially for those specilist. Just download and use it.)
