搜索资源列表
BigInteger.zip
- 自己在进行RSA的学习时写的一个BigInt类,实现了一百二十八位数的整数(十六进制的位,不是二进制的bit)的基本运算。,During the study of RSA I wrote this BigInt class implements 128-digit integer (in hex, not binary bit) of the basic operations.
bigint
- 用C语言写的大数加法算法,可以实现大整数的加法运算-The big integer addition operation
BIGINT
- 本人编写大整数程序,c++实现,可实现几十位乃至几百位整数的四则运算-I write large integer program, c++ implementation can be realized dozens or even hundreds of integer arithmetic
bigInt
- 大整数的幂运算原代码(数组实现),在 dev c++中通过 -Large integer exponentiation of the original code (the array to achieve), the dev c++ through
bigint
- 一个大整数计算的类!,支持2的256次方以上的数字的计算 -A large integer calculation of the class! In support of two of the 256-th power of more than a figure
BigInt
- 大数类,在一个基本大数类的基础上进行了新的封装。 可以实现大整数的加减乘除模比较复制等操作,还有浮点数的加减乘数运算。-BTNumber BigNumber
bigint
- 大整数运算,大整数的加减乘除,取余,乘方等运算的方法-Large integer arithmetic, addition and subtraction, multiplication and division of large integers method
BigInt_rsa
- 标准c语言大数运算函数库,并附应用实例rsa加密程序。参考afanty编写适用与MFC的BigInt库。-Standard library c language operator of large numbers, with application examples rsa encryption. Reference afanty prepared for the BigInt with the MFC library.
bigint
- Biginteger library for arithmetic
bigint
- 基于C语言 实现大整数的加减乘法运算-bigint operation
BigInt
- 实现了的大整数的加减乘计算,以此为工具,实现了一个计算大整数的高次幂的实例。-Achieved by a large integer addition and subtraction calculations, as a tool to achieve a high computing power of large integer instance.
bigint
- 不受计算机字长限制的大整数类BigInt, 能在BigInt之间、 BigInt与int之间能进行+、-、*、/、 等运算,能进行比较,能数字与字符转换。-Computer word length limit is not a big integer class BigInt, between in BigInt, BigInt and int can be+,-,*,/, among other operations, can be compared to numbers and chara
bigint
- 大整型的加,减,乘,大小比较,都是用字符串实现的-Big integer add, subtract, multiply, and size comparison, are realized with string
bigint-2009.05.03
- 这是一个计算超大型整数的类,你可以直接拿来使用。它所能表示的最大数值仅取决于你的计算机的内存。它提供了两个类BigUnsigned 和 BigInteger。-You can use this library in a C++ rogram to do arithmetic on integers of size limited only by your computer s memory. The library provides BigUnsigned and BigInteg
BigInt
- 大数求和,完成大数的生成,以及大数之间的相加。-Large numbers sum to complete the generation of large numbers, and add between large numbers.
BigInt_cpp
- 本程序的编写思路是,把所有输入的数字当作字符串进行处理,进行强制转换成整形数据,然后模仿笔算方法,对整形数据进行处理,最后得到的数据,再次转换成字符串类型,并存储输出。本程序运行速度快、功能强,是作者于完成应用密码学课程设计时编写而成的,经反复测试无误。-The procedures for the preparation ideas, the number of all input as string processing, cast into plastic data, and then i
BIGINT
- 大整数的计算和处理,经常用于算法竞赛,对算法过程和复杂度进行了优化-big int processing
BigInt-Addition
- Calculate the sum of two numbers. (BigInteger)
BigInt
- This unit handles big integers. E.g. for RSA
bigint
- 一个简单的实现64位大整数的加减乘除运算的C程序,来源:原创-This is a simple C program support for 64 bits integers arithmetic calculation...
