搜索资源列表
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++实现,可以实现基本的四则运算和密码学中的常用算法,如欧几里得算法等,
addtion
- 能实现大数加法运算,20000位,实现大数四则运算第一步
bigNumber
- 实现大数的简单运算。给定两个长整数,可以实现这两个数的简单四则运算。
BigNum
- 实现了大数的四则运算,实现了大数溢出的问题的解决。
大数的四则运算
- 长整数的四则运算-long integers four Operational
BigNum
- 大数程序,用自定义数据类型及重载运算符的方法实现大数的四则运算-Large numbers program, with self-defined data types and overloaded operator methods to achieve large numbers of the four operations
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
cacl
- 这个简单的计算器能提供基本的加、减、乘、除四则运算,同时它还能识别为0的除数。还可支持12.365e+654的大数运算。-This simple calculator will provide the basic add, subtract, multiply, with the exception of four operations at the same time it can identify the divisor is 0. Can support large numbers of
090805
- 无限制大数四则运算,加法模块,其它模块尚未添加-Unrestricted operation of large numbers, adding modules
BignumCal
- MFC编写的大数计算器,位数不限,可以实现基本四则运算、倒数、对数、开方、三角函数、阶乘、乘方等功能-MFC written in large numbers calculators, digits open, you can achieve the basic four operations, reciprocal, logarithmic, square root, trigonometric functions, factorial, involution and other functi
RandomInt
- 大数四则运算,实现加减乘除以及模运算,c++语言实验,比较实用-big number algorithm,add,minus,multiple and mod
BigInterger
- 输入两个整数进行四则运算,前面可以有0,可以是超大数,最大长度可以自己设定-Enter two integer arithmetic, can be preceded by 0, can be large, maximum length can be set for
bigfigure
- 用双向链表法实现任意两个大数的四则运算,效率极高-Method used to achieve any two-way linked list of large numbers of arithmetic, high efficiency
CPP
- C++大数类可实现大数的四则运算,,本文提供源代码和详细说明。-C++ class can achieve large numbers of large numbers of arithmetic, This article provides source code and detailed instructions.
LargeNumber
- 大数运算包括加、减、乘、除四则运算 MFC-Large number
1
- 大数四则运算,双链表方式实现大数的加减乘除四则运算-Large numbers of four operations, doubly linked list to large numbers addition and subtraction, multiplication and division four operations
RSA-example
- 大二的时候写的RSA类头文件,集成了大数四则运算、幂模运算、米勒罗宾算法寻找大数等RSA加密必须的算法,详询《密码学原理与实践》-Sophomore writing the RSA class header file, integrated Tarsus four computing power modular arithmetic, Miller-Rabin algorithm must find large numbers RSA encryption algorithm, detailed
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
大数运算
- 理论上支持无限大数的四则运算,使用c++编写。(Theoretically support the infinite number of four operations, the use of c prepared.)