搜索资源列表
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
- 大数的高精度加减乘除(位数较多)-bigint
bigint
- 基于数组实现大整数的加减法。 最多允许位数:一百位。 数字可以是无符号数或者有符号数-big intergers operation
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中,自动转换输入时,如果输入中存在空格、回车、换
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
- 经典大整数操作c++实现,包括大整数加法、大整数减法和大整数13除法-The Classic large integer the operation c++ achieve, including large integer addition, integer subtraction and the integer 13 division
bigint
- 生成大质数 可用于RSA加密使用 至多可以1024位 速度很快-Generate large prime numbers can be used for RSA encryption up to 1024 speed quickly
bigint
- 利用容器vector创建一个无限精度的整数类型,可以实现无限精度的大数相加-Create an unlimited use of container vector precision integer type, you can add large numbers to achieve infinite precision
bigInt
- 定义一个大整型类,可以处理长度为数十位的整数,补充传统的int,long的使用。要求提供+ - 等基本功能。其它* / > < ==运算符也希望都能完成。 给了一个例子,采用stl实现。stl相关内容可以参考资料里的stl讲义与stl例子。-Define a large integer class that can handle dozens of length integer supplement traditional int, long use. Request+-
BigInt
- 大整数的加、减、乘、除和指数运算,以及大整数的输入和输出。-Large integer addition, subtraction, multiplication, division, and exponentiation, and large integer input and output.
BigInt
- Big integer in C++. Allows for addition, subtraction and comparison
bigint
- 实现大整数类设计一个程序实现两个任意长的整数(包括正数和负数)、任意精度实数的算术运算。 提示: (1)用动态链表存贮数据,每结点含一个整型变量,表示若干位数(Support for an integer with arbitrary accuracy and its operation)
