搜索资源列表
bignumber.cpp
- 这是大数相乘的一般算法,采用链表的方式。实现两个大整数的加、减、乘的运算,其中乘法运算利用分治的方法解决-This is a general algorithm for multiplication of large numbers, using linked list approach. The realization of two big integer add, subtract, multiply computing, in which the use of multiplication
CSharp_Huge
- .net下实现大整数的四则运算,C#编写-. net achieve big integer arithmetic, C# prepared
Mul-of-big-Int
- 引用分治法实现两个位数相同的大整数的乘法运算-Act reference divided large integer multiplication
01_BigInt_ok
- 实现计算i的i次方的加和,i从1到n,其中n为用户输入的任意整数。(要考虑结果可能超出长整数long的表示范围的情况)-big integer, implented with C++. Functions include add and multiply.
Big-integer--multiplies
- 用C语言解决了大数相乘的问题,CPU时间为16ms,内存战用420kb-Calculate A × B But A and B may be big integer. The biggest integer is less than 10^500.
c
- 完成两个大整数的乘除加减运算,并将两个数的结果一数组形式输出-Complete two big integer multiplying of addition and subtraction,And the result of two Numbers one array form output
songuyen-lon-cPP
- big integer in c++, biginteger
Digsig
- 实现了大整数库的vc编码,用mfc加以实现,里面有exe文件,可执行应用。-Realize the library of big integer vc coding, with MFC realization, and there are exe file, application executable.
two-big-number-add
- 问题:输入超过计算机表达范围的两个整数相加。方法:先输入两个字符数组存储两个大数,再将字符数组转化成整形数组,将两个整数数组从低位开始相加,有进位则高位加1,以此类推,最终得出两个大数相加的结果。-Question: input exceeds the the computer expression range of the two integer addition. Methods: First, enter the two character array to store two large
BAdd
- 大数相加 目标为了实现多组大数相加 用java是实现-big integer add
TSH-big-int
- 大整数算法,算法设计与分析课中的实验代码,希望对你有用-Large integer arithmetic, algorithm design and analysis courses in experimental code, hope useful to you
Big-Integer-Number-Addition
- big integer addition
big
- 大整数高精度运算,类实现 并用矩阵变换速度更快-Large high-precision integer arithmetic
songuyen-lon-cPP
- big integer in c++, bigintegerbig integer in c++, biginteger-big integer in c++, biginteger
Big-Integer.tar
- 大素数生成和基本运算符重载,采用C++编程,在linux下编写-Generation of large prime and basic operator overloading
sicily
- 1007-To and Fro 1012-Stacking Cylinders 1014-Specialized Four-Dig 1020-Big Integer sicily 代码-1007-To and Fro 1012-Stacking Cylinders 1014-Specialized Four-Dig 1020-Big Integer sicily code
BigIntegerTest
- Big Integer Test for Linux v2.13.6.
Big-integer--multiplies
- 用C语言解决了大数相乘的问题,CPU时间为16ms,内存战用420kb-Calculate A × B But A and B may be big integer.The biggest integer is less than 10^500.
5140309123_2_11
- 将两个系统无法保存的大整数做加法运算,利用数据结构-plus big integer
BigInteger_src
- Big Integer For C# Source
