搜索资源列表
Bigint
- 利用双向链表实现对两大整数的相加运算。 可以修改数组长度实现更大整数的相加
bigint
- 实现40位整数的加减乘除运算,正确率高,效率高!是C++编程中的好题
bigint-2007.07.07
- 实现了大整数的四则运算的基础类,BIgInt类的设计与实现
BigInt
- C++中 大数类,类似于JAVA中的BingInteger-C++ classes in large numbers, similar to JAVA in the BingInteger
bigint
- 用c++实现的一个大整数类,可以进行加减乘除,求模,模幂,模逆运算-Using c++ to achieve a large integer class, you can add or subtract multiply and divide, seeking mold, modular power, modular inversion
bigint
- 高精度整数运算程序 进行高精度整数的加、减、乘运算。 输入两个十进制大整数M和N(M、N最长可达50位),根据要求计算运算结果并输出。 -Operational procedures for high-precision integer precision integer add, subtract, multiply computing. Enter the two big decimal integer M and N (M, N up to a maximum of 50),
BigInt
- 大整数(可高效计算数万位整数)四则运算的实现,采用了高效的9位并行计算。除法的实现更是采用了高效的二分试商-Large integer (which can be tens of thousands of high-performance computing-bit integer) arithmetic to achieve efficient use of parallel computing 9. The division is the adoption of a more efficie
Bigint
- 大整数加减法,可实现负数运算!使用单链表作为数据结构!-Large integer addition and subtraction, can achieve a negative op! Use as a single linked list data structure!
bigint
- 大数相乘,支持10000位的大型数字,可以快速算得结果-Multiply large numbers in support of a large number 10000, the results can quickly be regarded
Bigint
- 大数的高精度加减乘除(位数较多)-bigint
bigint
- 基于数组实现大整数的加减法。 最多允许位数:一百位。 数字可以是无符号数或者有符号数-big intergers operation
My-bigint
- 此代码完成了大整数(BigInt)的计算功能。作为N进制计算的基础代码,可继续拓展。-Completed a large integer code (BigInt) of computing. As the basis for calculating N binary code, can continue to expand.
Bigint
- 实现大数运算,32bit为一个单位,封装在C++类里,简单易用,速度够快。-Operation to achieve large numbers, 32bit as a unit, encapsulated in C++ class, the easy to use, fast enough.
BigInt
- 程序简陋,算法也不是最优。这个大整数计算的C++类也许有人还能用上。 主要功能: 1) 支持 + - * / mod这几种运算 2) 没有设计上的限制,最大可操作的数据长度取决于内存大小和操作系统(<=8G-bit,或者说1G字节) 3) 支持2-64进制,<=36进制时字母不分大小写,>36进制时字母大写和小写不同。63进制使用+,64进制使用/,即,合法的字符集[0-9][A-Z][a-z]+/。Demo中,自动转换输入时,如果输入中存在空格、回车、换
archive.tar
- BigInt Class by Igor
Bigint.cpp
- Biginteger implementation on c-Biginteger implementation on c++
bigint
- as3.0的64位数据表示,as3.0中没有64位的整数。该包可以自由转换-actionscr ipt 64byte number
ACM-BigInt
- 很不错高精度的资料 ACM的同学可以一看-a good article which tells sth about bigint calculation
bigint
- 大数加减法,实现20为的整数加减乘法,采用正常计算逻辑编写-Large numbers subtraction method
bigint
- 大整数类的实现。包括除法,乘法,加法,减法-The realization of bigint