搜索资源列表
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
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
dazhengshuxiangjia
- 本程序主要把无法存储的大整数用字符串保存起来,然后计算两个大整数的和-This program can not store large integer with a string saved, and then calculate the two big integers and
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
1_6
- 计算输入整数的位数并做倒序输出,对入门级同学提高会很大,也是不错的规范编程的范例哦-Calculation of the input integer number and do reverse order output, the entry level students improve will be very big, is also the good standard programming paradigm oh
big
- 大整数高精度运算,类实现 并用矩阵变换速度更快-Large high-precision integer arithmetic
Big-Integer.tar
- 大素数生成和基本运算符重载,采用C++编程,在linux下编写-Generation of large prime and basic operator overloading
lab1.tar
- write some function with logical sign-ou will provide your solution to the Data Lab by editing the collection of functions in this source file. CODING RULES: Replace the "return" statement in each function with one or more lines of
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
main
- /* 算法训练 ? 算法训练 区间k大数查询 ? 问题描述 给定一个序列,每次询问序列中第l个数到第r个数中第K大的数是哪个。 输入格式 第一行包含一个数n,表示序列长度。 第二行包含n个正整数,表示给定的序列。 第三个包含一个正整数m,表示询问个数。 接下来m行,每行三个数l,r,K,表示询问序列从左往右第l个数到第r个数中,从大往小第K大的数是哪个。序列元素从1开始标号。 输出格式 总共输出m行,每行一个数,表示
guangpan
- Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法 线性规划 单纯形法 修正单纯形法 大M法 变量有界单纯形法 整数规划 割平面法 分支定界法 0-1规划 二次规划 拉格朗曰法 起作用集算法 路径跟踪法 粒子群优化算法 基本粒子群算法 带压缩因子的粒子群算法 权重改进的粒子群算法 线性递减权重法 自适应权重法 随机权重法 变学习因子的粒子群算法 同步变化的学习因子 异步变化的学习因子 二阶粒子群算法 二阶振荡粒子群算法-radien
compareBigInteger
- 对比两个大整数的大小,输入两个大整数,输出比较结果(compare the big integer)
BigInteger_src
- Big Integer For C# Source
PrimeTest
- 用VS设计的一个简单的计算输入的一个大数是否为质数(Judgement that a big integer is prime)
BigInt
- Big integer in C++. Allows for addition, subtraction and comparison
