搜索资源列表
BigInteger_src
- C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random ran
BigInteger
- dot NET 下的大整数乘法,使用FFT变换进行计算,提高了运算效率
BigInteger
- 高精度模版,C++实现,重载实现加减乘除.
rsa
- 整体思路 用createkey.java 文件来产生秘钥,用jiami.java 文件来实 现加密,用jiemi.java 文件来实现解密,用BigInteger.java 来实现 大数的表示及运算,用rsa.java 来实现前端图形界面显示。有关函 数见五个文件里的具体实现。
BigInteger
- 大整数的四则运算算法 用vc.net2003编写,稍微修改就可以在vc6.0运行
Biginteger
- 大整数类,用于处理大整数的加减乘除等 效率较高。
BigInteger
- 一个基于c#的大整数类,内含各种大整数的操作
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.
biginteger
- 用c语言实现大整数加减乘除, 求余, 最小公倍数等计算-C language implementation with large integer addition and subtraction multiplication and division, remainder, least common multiple and other computing
BigIntegerForCSharp
- 类似于Java大整数类的CSharp版大整数类-BigInteger class for CSharp
BigInteger
- 很多人实现了大数的加减乘除运算 这里提供一个重载了输入输出和不等号等操作符的大数类,希望能让大家用c++编程时能更灵活的使用大数-Many people realized the addition and subtraction, multiplication and division of large numbers here to provide a heavy-duty computing the input-output and inequality operator of larg
biginteger
- 在c++环境下实现了超大整数的计算(普通计算机无法实现计算的超大整数),包括运算符重载-At c++ environment achieve a large integer calculation (general computer can not achieve large integer calculations), including operator overloading
RSA
- 使用BigInteger类实现,实现了RSA的加解密-RSA encrytion and decryption ,biginteger RSA encrytion and decryption ,biginteger
RSA
- 基于大数库的RSA加密算法c#实现。大数库使用的是Documentation for C# BigInteger cla- Database based on large numbers of RSA encryption algorithm c# to achieve
biginteger
- biginteger c library
CSBigInteger
- 一个自己写的 C# BigInteger 类,.net 类库中没有 BigInteger 类,写此类是为了与 java 中的 BigInteger 对应,以方便大数运算-One wrote it myself C# BigInteger Class,. Net library does not BigInteger class, write these in order to correspond with the java in the BigInteger to facilitate the
Zd01
- BigInteger for c# with pretty realization : number stored not as BCD, but as it s byte-representation
CSharp-Fcl35-Biginteger
- vs2008内部提取出来并进行修改的BIgInteger类-vs2008 extracted and modified within the BIgInteger class
BigInteger
- BigInteger (streamline) BigInteger(精简) 自己写的高精度整形运算。 +,-,*,/,+=,-=,*=,/=,==,!=,>,>=,<,<=等等。-BigInteger (streamline) My own high-precision plastic operations. +,-,*, /,+ =,- =,* =,/=, ==,! =,>,> =, <, <=, And so on.
BigInteger
- 对于大于21亿即超过整数范围的数不能很好的转换。都会变成0,使用BigInteger可以解决这个问题。-For more than 2.1 billion more than the range of integers that can not be good conversion. Will become zero, using BigInteger can solve this problem.