Welcome![Sign In][Sign Up]
Location:
Search - strassen

Search list

[Otherstrassen矩阵相乘

Description: 算法分析实验报告:Strassen矩阵乘法,无问题-algorithm analysis experiment : Strassen matrix multiplication, no problem
Platform: | Size: 13312 | Author: 刘兰英 | Hits:

[Data structs算法(strassen和strassen混合算法)

Description: strassen算法的扩展,可以计算任何偶数阶矩阵的相乘,一般strassen只能计算2的n次方阶(自己编写,英文注释~)-Strassen expansion algorithm can even order any calculation of matrix multiplication, general Strassen only two terms of the n-th-order (to prepare themselves, English Notes ~)
Platform: | Size: 45056 | Author: 建麟 | Hits:

[Data structsstrassen

Description: 传统方法与Strassen算法相结合的矩阵相乘算法,可以求出任意两个偶数阶矩阵的乘积!本代码简单,精简,非常好!非常巧妙!没用到什么复杂的东西!经测试完全正确!-Strassen with traditional methods based on the combination of matrix multiplication algorithm, can be obtained even arbitrary two-matrix product! The code simple, concise, very good! Very clever! What sorts of complicated things! After testing entirely correct!
Platform: | Size: 2048 | Author: 朱友勇 | Hits:

[Algorithmstrassen

Description: strassen矩阵算法以及效率分析-Strassen matrix algorithm, as well as efficiency analysis
Platform: | Size: 250880 | Author: zz | Hits:

[Windows Developstrassen

Description: 使用strassen演算法來計算矩陣乘法,輸入矩陣大小,須為2的次方,程式會產生一矩陣於螢幕上和檔案C:\\matrix_1.txt,其產生的結果為2次方邊長的方陣,並按數字編排,同乘自己一次產生的結果-Strassen algorithm used to calculate the matrix multiplication, enter the matrix size to be power of 2, the program will have one matrix on the screen and the file C: \ matrix_1.txt, its results for the 2-th power edge long square, and the number of schedule, the same time by its own results
Platform: | Size: 2048 | Author: 龍揮游 | Hits:

[OtherStrassen

Description: 用分治法和递归的思想,实现Strassen矩阵相乘-With sub-rule law and recursive thinking, to achieve Strassen matrices
Platform: | Size: 200704 | Author: jaly | Hits:

[Windows Developstrassen

Description: 一个矩阵类用于strassen算法,十分简单-A matrix-type for Strassen algorithm, is very simple
Platform: | Size: 1953792 | Author: lisidi | Hits:

[OtherStrassen

Description: 利用C++实现strassen矩阵乘法,即采用七次乘法的分治法。-The use of C++ realization of Strassen matrix multiplication, namely multiplication seven sub-rule method.
Platform: | Size: 1024 | Author: 吕东 | Hits:

[matlabsolovay-strassen-primality-test

Description: solovay-strassen素性测试法的matlab实现,这也是密码学中的常见算法-solovay-strassen primality test of matlab implementation, which is common cryptography algorithms
Platform: | Size: 1024 | Author: xiaotiantian | Hits:

[Data structsStrassen

Description: 调用随机函数输入2个矩阵,并用Strassen矩阵乘法和普通的矩阵乘法计算2个矩阵的乘积,并且记录程序运行时间作比较。 -Call the random function input 2 matrix, and matrix multiplication and Strassen matrix multiplication calculation ordinary matrix product of two, and run-time recording procedures for comparison.
Platform: | Size: 1024 | Author: logo | Hits:

[AlgorithmStrassen

Description: algorithme de multiplication suivant l algorithme de Strassen diviser pour regner pour exemplaire de taille n.
Platform: | Size: 4096 | Author: iiazo | Hits:

[Mathimatics-Numerical algorithmsStrassen

Description: Strassen算法任意使用矩阵甚至。矩阵函数,就立即产生,并且计算算法的计算时间,使用计算器windos自己的时间,准确度高!-Strassen algorithm for calculating the arbitrary use of the matrix even. Matrix function has immediately generated, and the calculation algorithm of computing time, the use of calculators windos own time, high accuracy!
Platform: | Size: 1300480 | Author: 刘枫 | Hits:

[Mathimatics-Numerical algorithmsstrassen

Description: 设计编程实现矩阵相乘的Strassen算法,具体要求: (1)矩阵阶数n由用户输入(注意n非 2k 时的处理) (2)n阶矩阵A、B调用随机函数自动生成,限定矩阵元素在0-10之间 (3)输出A、B、C=A*B (4)请在实验报告中“程序设计(方案)说明部分”写明你如何实现矩阵划分、矩阵结果合并 (5)请在源代码中对主要函数功能、变量、语句进行注释 (6)请采用结构程序设计方法或面向对象程序设计方法,对各子功能用函数实现,不要一个主函数完成所有工作 -matrice through strassen
Platform: | Size: 979968 | Author: weiwei | Hits:

[JSP/JavaStrassen

Description: 實現 Strassen s algorithm,用JAVA寫的,可以正常在 windows 執行。(divide and conquer) -Implement Strassen s algorithm
Platform: | Size: 4096 | Author: lin ya | Hits:

[AlgorithmStrassen

Description: Example of the Strassen Algoritms.
Platform: | Size: 1024 | Author: Krond | Hits:

[Windows DevelopStrassen

Description: 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.
Platform: | Size: 1024 | Author: | Hits:

[Data structsstrassen

Description: 矩阵相乘的Strassen 算法及时间复杂性分析-failed to translate
Platform: | Size: 3072 | Author: 郭一锋 | Hits:

[Compress-Decompress algrithmsStrassen

Description: strassen算法 visual studio 2008-strassen
Platform: | Size: 3786752 | Author: 叶飞 | Hits:

[Algorithmstrassen

Description: 1.实现时间复杂度为 Ο (nlg7) strassen矩阵乘法 2. 实现时间复杂度为 Ο(n3) 常规矩阵乘法 3. 能随机生成矩阵 4. 分析比较不同输入规模下的strassen算法与常规矩阵乘法的运行时间-1. To achieve the time complexity of Ο (nlg7) strassen matrix multiplication 2. To achieve the time complexity of Ο (n3) General matrix multiplication 3. Can be randomly generated matrix of 4. Analysis and Comparison strassen under different input size of the conventional matrix multiplication algorithm Run Time
Platform: | Size: 36864 | Author: liupz | Hits:

[Algorithmstrassen

Description: 矩阵算法的strassen算法,利用此方法只需执行7次递归的矩阵乘法运算和标量次加法和减法运算。-Matrix algorithm strassen algorithms, using this method only 7 recursive implementation of matrix multiplication and scalar addition and subtraction computation times.
Platform: | Size: 1024 | Author: | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net