搜索资源列表
bignumer
- 本程序定义了长度为41的数组来存放大数,进行对大数的运算。四则运算的算法就跟平时我们笔算四则运算的方法基本上一样,加减法的时间复杂度为n,乘除法的时间复杂度为n的平方。对四十位内的计算几乎都可以瞬时完成。-definition of the procedures for the length of the 41 arrays to store large numbers, the majority of arithmetic. Four computing algorithm just as w
BigInt(edition3)
- 密码学中用的大数类,用c++实现,可以实现基本的四则运算和密码学中的常用算法,如欧几里得算法等,
giantnumber
- 无符号大数类 实现了大数四则运算 比较 求余数 其中大数乘法采用分治 除法采用模拟竖式-No sign of large numbers class implements the large numbers seeking four more than the number of operations in which the multiplication of large numbers using analog vertical divider partition
RandomInt
- 大数四则运算,实现加减乘除以及模运算,c++语言实验,比较实用-big number algorithm,add,minus,multiple and mod
Test1_25Big
- 该系统实现了多种文件的压缩解压过程,通过大数四则运算,利用了ca认证,最终成功实现了几种文件的压缩,利用逆向思维,有实现了解压缩过程,不过也存在着一些不足,正在努力改进中。-The system supports multiple file compression decompression process by large numbers four operations, use the ca certification, to achieve the ultimate success of
RSA
- 实现了RSA的加解密,及其所需要的大数类(LargeNumber)的四则运算。- Implements RSA encryption and decryption, and large numbers required classes (LargeNumber) of four operations.
大数运算
- 理论上支持无限大数的四则运算,使用c++编写。(Theoretically support the infinite number of four operations, the use of c prepared.)