搜索资源列表
Matrixmultiply
- 用动态怪话算法编写的有关矩阵相乘的java程序-dynamic algorithm cynical remark of the matrix multiplication of java programs
MATRIXMULTIPLY
- c#实现矩阵相乘,实现平台为VISUAL STUDIO 2005
MatrixMultiply
- 测量时,要用到矩阵相乘,此程序就是介绍的实矩阵的相乘
Matrixmultiply
- 用动态怪话算法编写的有关矩阵相乘的java程序-dynamic algorithm cynical remark of the matrix multiplication of java programs
MATRIXMULTIPLY
- c#实现矩阵相乘,实现平台为VISUAL STUDIO 2005-c# matrices realize, realize platform VISUAL STUDIO 2005
MatrixMultiply
- 测量时,要用到矩阵相乘,此程序就是介绍的实矩阵的相乘-Measurements when used in matrix multiplication, this program is to introduce the real matrix multiplication
matrixmultiply
- 本程序实现三个矩阵的相乘,且采用读写文件的方式输入和输出结果。-This procedure to achieve three matrix multiplication, and the manner in which documents used to read and write input and output.
matrixMultiply
- 动态规划 VC++6.0环境编译 能够成功运行-Dynamic programming VC++6.0 environment can be successfully compiled to run
matrixmultiply
- 实现一个6*6维的矩阵的相乘,并利用优化策略,使得程序的循环次数尽可能减少-To achieve a 6* 6-dimensional matrix multiplication, and using optimization strategy, so to minimize the number of iteration procedures
MatrixMultiply
- 在cuda上实现矩阵相乘,给出了相乘的算法,并进行了分析-Matrix Multiply in the cuda
MatrixMultiply
- 用JAVA 语言编写,实现两个非零矩阵的相乘功能-Using JAVA language, achieve two non-zero matrix multiply functions
matrixMultiply
- 功能:动态规划应用。内容:动态规划求矩阵连乘时所需乘法最小次数。-Dynamic programming matrix multiplication with the minimum required number of multiplication.
MatrixMultiply
- 算法设计与分析 王晓东版的 矩阵连乘的动态规划法和备忘录法的实现-Algorithm Design and Analysis Xiaodong version of the matrix continued by the dynamic programming method and the realization of Memorandum of Law
matrix
- //--显示矩阵,形参m为行,n为列 void MatrixDisplay(double *A,int m,int n) //--求矩阵转置,形参m为行,n为列,A转置后存为B void MatrixInverse(double *A,double *B, int m,int n) //--求矩阵相乘,A矩阵为[m,p],B矩阵为[p,n],C为[m,n] void MatrixMultiply(do
MatrixMultiply
- 用JAVA实现的一种矩阵相乘算法.原创作品-Implemented with JAVA A matrix multiplication algorithm. Original works !!!!!!!!!!!!!
MatrixMultiply
- 自动构建随机矩阵进行普通矩阵乘法和Strassen矩阵乘法.运算完成后会将两种算法的结果进行比较,并且会输出两种算法各自花费的时间.-Automatically build a random matrix ordinary matrix multiplication and Strassen matrix multiplication. Operation is completed the results will compare th
MatrixMultiply
- 用分治法和Strassen方法,并进行效率的比较,有图形界面,输出结果用log4j输出到文件中。-With partition and Strassen method, and comparison of the efficiency, has a graphical interface, using log4j output the results output to a file
MatrixMultiply
- 算法分析与设计 用动态规划法计算矩阵乘积(java源码)-Algorithm Analysis and Design Matrix Multiply with Dynamic Programming Method. (Java source code)
MatrixMultiply
- 使用C#实现的矩阵连乘程序,里面有接口的相关使用,可以参考-Use C# to achieve matrixcontinuallymultiply program, which has interfaces related to use, you can refer
MatrixMultiply
- Matrix multiplication over a distributed computing environment. a tutorial not afor production use