搜索资源列表
BigInteger
- dot NET 下的大整数乘法,使用FFT变换进行计算,提高了运算效率
BigInteger
- 一个基于c#的大整数类,内含各种大整数的操作
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
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
CSharp-Fcl35-Biginteger
- vs2008内部提取出来并进行修改的BIgInteger类-vs2008 extracted and modified within the BIgInteger class
CSharp-Skyiv-BigInteger
- 一个实现了大数及其加、减、乘、除等各种操作的类-An implementation of the large number of addition, subtraction, multiplication, division and other operations of the class
Bigint.cpp
- Biginteger implementation on c-Biginteger implementation on c++
BigInteger
- C++实现了一个大整数类,包括加法,减法,乘法,除法,以及求余等功能,并对以上操作符进行了重载,经反复测试,运行结果正确-C++ implementation of a large integer categories, including addition, subtraction, multiplication, division, and remainder functions, and these operators were overloaded, after repeated tes
BigInteger
- 一个支持大整数加减乘除运算的计算器,能显示运算时间和生成随机数,用c++编写,采用对话框窗口。-A support for large integer multiplication and division addition and subtraction calculator can show computation time and generates random numbers, written using c++, using the dialog window.
songuyen-lon-cPP
- big integer in c++, biginteger
BigInteger
- 大整数的加法、减法以及比较(包括大于、小于和等于)。-Large integer addition, subtraction and more (including greater than, less than and equal to).
bigintegermultiply
- C++实现两个5000位以内的大整数相乘-C++ Two BigInteger multiply
BigInteger
- 大数类,运算超长的数字,运算符都进行了重载,虽然没有说明文档但是很易懂。-The number of classes of large numbers, arithmetic of big integers.
songuyen-lon-cPP
- big integer in c++, bigintegerbig integer in c++, biginteger-big integer in c++, biginteger
RsaAttack
- 包含大整数类,RSA加解密算法类,以及RSA低加密指数攻击的实现过程。大整数类实现任意大整数(可调整)的运算,重载+、-、*、/运算符,实现模幂、模逆运算,任意次幂、开任意次方运算。RSA类实现自定义密钥的加解密算法,各种转换过程。主函数提供了当公钥e很小时恢复明文的攻击方法。-It contains BigInteger class,RSA encryption algorithm class and the implementation process of RSA low encrypti
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.
BigInteger
- 高精度运算,实现加减乘除的计算,可以作为一个小模块使用-The high precision operation, realize the addition, subtraction, multiplication, and division calculations