搜索资源列表
strassen555
- 1. 用任何一种高级开发语言编程实现矩阵相乘的Strassen算法。 2. 分析其时间复杂度。 3. Strassen算法与传统算法其优点与不足之处。 -1. Any development of a high-language programming matrix multiplication, the algorithm Strassen. 2. Analysis of their time complexity. 3. Strassen algorithm and the tr
strassen
- 使用strassen演算法來計算矩陣乘法,輸入矩陣大小,須為2的次方,程式會產生一矩陣於螢幕上和檔案C:\\\\matrix_1.txt,其產生的結果為2次方邊長的方陣,並按數字編排,同乘自己一次產生的結果
Strassen
- 用分治法和递归的思想,实现Strassen矩阵相乘-With sub-rule law and recursive thinking, to achieve Strassen matrices
strassen
- 一个矩阵类用于strassen算法,十分简单-A matrix-type for Strassen algorithm, is very simple
1
- STRASSEN矩阵乘法算法 ,实现矩阵运算-Strassen matrix multiplication algorithm, the realization of matrix operations
Strassen
- 利用C++实现strassen矩阵乘法,即采用七次乘法的分治法。-The use of C++ realization of Strassen matrix multiplication, namely multiplication seven sub-rule method.
suxingjiance
- 素性检测,利用三种方法: Solovag-Strassen检测,Lehmam检测, Rabin-Miller检测-Primality testing, using three methods: Solovag-Strassen Detection, Lehmam testing, Rabin-Miller Detection
Strassen
- This File Named Strassen is the source of Strassen Algorithm used for matrix multiplication. It is so faster than the standard matrix multiplication algorithm , and is useful in practice for large matrices.
Strassen
- Multiplicaciion matrices n * n-Multiplicaciion matrices n* n
lot
- 关于矩阵乘法的两种算法之间的比较分析。 经典算法和STRASSEN算法。 用来做算法导论和算法分析与设计的论文不错-Matrix multiplication on the comparative analysis between the two algorithms. Classical algorithms and STRASSEN algorithms. Introduction to algorithms and algorithm used for analysis and desig
matrix
- 了解STRASSEN与传统矩阵乘法相比较,其乘法次数比传统的少,但是加法的次数却减少了。-Learn STRASSEN compared with the traditional matrix multiplication, multiply the number of its less than the traditional, but the number of additions have been reduced.
alg_3
- 快速傅立叶变换计算多项式,strassen算法计算矩阵相乘,以及其和普通多项式、矩阵乘法的比较-Fast Fourier Transform calculation of polynomial, strassen matrix multiplication algorithm, and its and ordinary polynomials, matrix multiplication comparison
strassen1
- Matris strassen with c-Matris strassen with c++
STRASSEN
- In the mathematical discipline of linear algebra, the Strassen algorithm, named after Volker Strassen, is an algorithm used for matrix multiplication. It is faster than the standard matrix multiplication algorithm, but would be slower than the fastes
strassen
- this a c program to demonstrate the strassen algorithm. very useful for CD students.-this is a c program to demonstrate the strassen algorithm. very useful for CD students.
STrassen
- STrassen算法利用matlab编写的矩阵相乘算法-matlab matrix multiplication STrassen
Strassen
- 该程序可以对两个同阶的2^n阶的矩阵采用Strassen算法做矩阵乘法-The program can be two of the same order of 2 ^ n order matrix Strassen algorithm to do matrix multiplication
strassen-web
- 算法课中的矩阵乘法,strassen问题求出几个矩阵的乘积,用divide and conquer思想-Implement the Strassen algorithm algorithm for MatrixMultiplication problem in your favourite language, and compare the performance with grade-school method.
Strassen--Algorithm
- Strassen 矩阵乘法的C++实现 非常简洁的代码,注释详尽-Strassen Matrix Multiplication Algorithm
Strassen
- strassen算法的实现,用于求N阶举证的相乘。-The implementation of Strassen algorithm, for solving N order proof multiplication.