搜索资源列表
BigNum
- C++大数类,支持基本的高精度加减乘除运算-C++ Large Number Class, support high-precision calculation of basic computing
BigNum
- 构造大数运算类 +;-;*;/ 并测试。<br>1. 不考虑括号 <br>2. 输入数据最大长度为40 位,要捕获异常 <br>3. 不考虑输入小数部分,<br>4. 测试要完整,先输入两个数,可输出上面两个数的运算结果 <br>5. 需要输出商和余数-Construction of large numbers+-*/computing and test category. <br> 1. Not consider brac
BigNum
- C语言写的大数模版 很实用啊 适合初学者使用-C language written in large numbers template
polarssl-0.11.1-gpl
- 最小巧的SSL代码库,便于移植和集成。也可以作为加解密库来使用。-PolarSSL is a light-weight open source cryptographic and SSL library written in C. PolarSSL is written with embedded systems in mind and has been ported on a number of architectures, including ARM, PowerPC, MIPS and M
BigNum
- 数据结构 大数相乘 c环境下运行 里面带了tc2.0-Data structures to run large numbers multiplied by c environment which brought tc2.0
bignum
- 这是一个可以实现百位数字的加减乘运算的c语言源代码。-This is an achievable one hundred digit addition and subtraction multiplication in c language source code.
bignum
- 高效率大数运算类 (c++代码)含加减乘除等等计算-Efficient operation of large numbers class (c++ code) with addition, subtraction, and so calculate
bignum
- 由于位数很多的数据不能使用C++的四则运算符号,因此重载了加减乘除,可以进行输入数据100位以内的四则运算,-Because a lot of bits of data can not be used C++ arithmetic symbols, thus overloading the arithmetic, you can input data 100 within four operations,
BigInt
- C++ implements large data operations, including addition, subtraction, multiplication, and division