搜索资源列表
-
0下载:
多数程序设计语言处理整数的能力是有限的,如C语言中,int 类型数据范围是-32768—32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,设计算法实现大整数的加减运算(选做乘除运算)。-Most integer programming language to deal with a limited capacity, such as the C language, int scope of the type of data is-32768-3276
-
-
0下载:
实验题目 分治算法的应用
实验内容
1、 二分搜索算法实现;
2、 大整数乘法或Strassen矩阵乘法的实现。
-Experimental subject partition use of the algorithm
The experiment content
1, search algorithm dichotomy
2, big integer Strassen multiplication or the realization of the matrix
-