搜索资源列表
test
- 算法设计与分析实验,Strassen矩阵乘法,java实现,输入矩阵阶数后由系统自动生成两个矩阵,然后用Strassen方法,和普通方法分别计算乘法结果
PrimeGenAndTester
- Very large (tested for more than 2048 bits) prime number generator and tester program. This is well written and based on solid algorithms in this field. Source code is my own, used for Masters course in Cryptography. Program has easily readable and
Strassen
- 實現 Strassen s algorithm,用JAVA寫的,可以正常在 windows 執行。(divide and conquer) -Implement Strassen s algorithm
Strassen
- Example of the Strassen Algoritms.
mat
- Java matrix strassen
Miller-Rabin_primality_test_(Java)
- Miller Rabin:Just like the Fermat and Solovay–Strassen tests, the Miller–Rabin test relies on an equality or set of equalities that hold true for prime values, then checks whether or not they hold for a number that we want to test for primality.
j_strassen_2
- it is strassen algorithm. using java source.
strassen
- Java实现Strassen大矩阵乘法,内有说明文档-Big Java implementation Strassen matrix multiplication, there are documented