搜索资源列表
c31
- 一个实现高精度乘法与加法的源代码.-a precision multiplication and addition to the source code.
gaojingdujiechengsuanfa
- 高精度乘法基本思想和加法一样。其基本流程如下: ①读入被乘数s1,乘数s2 ②把s1、s2分成4位一段,转成数值存在数组a,b中;记下a,b的长度k1,k2; ③i赋为b中的最低位; ④从b中取出第i位与a相乘,累加到另一数组c中;(注意:累加时错开的位数应是多少位 ?) ⑤i:=i-1;检测i值:小于k2则转⑥,否则转④ ⑥打印结果
high_add
- 在此程序中,实现任意长整数的加法运算,也就是高精度加法-in this process, the realization of arbitrary long integer addition operations, which is high-precision Adder
mathformulae
- 第一章 有关数论的算法 1.1最大公约数与最小公倍数 1.2有关素数的算法 1.3方程ax+by=c的整数解及应用 1.4 求a^b mod n 第二章 高精度计算 2.1高精度加法 2.2高精度减法 2.3高精度乘法 2.4 高精度除法 练习 第三章 排列与组合 3.1加法原理与乘法原理 练习 3. 2 排列与组合的概念与计算公式 练习 3.3排列与组合的产生算法 练习 第四章 计算几何 4.1 基础知识 4.2
hp
- 主要用于acm/icpc竞赛中的高精度计算,主要内容: 高精度运算专题: 1.本专题公共函数说明 2.高精度比较 3.高精度加法 4.高精度减法 5.高精度乘10 6.高精度乘单精度 7.高精度乘高精度 8.高精度除单精度 9.高精度除高精度
IntType
- 高精度加法和减法 我自己写的 主要是实现了IntType类,重载了<< >> + - += -= 以及逻辑运算符-High-precision addition and subtraction I wrote it myself mainly achieved IntType class, overloading the
add
- c写的高精度加法-c write high-precision adder
1
- 浮点数高精度加法计算,最高可以算105位大家请放心使用-Calculation of high-precision floating-point adder, the maximum you can count 105 Please be assured that the use of
ArbitraryPrecisionArithmetic
- 这是一个长整形高精度计算程序,可用于加法和减法,还有输出 时是标准的输出方式 ;-This is a long plastic high-precision computer program can be used for addition and subtraction, as well as the output is standard output mode
AB
- 用字符串输入,然后像做加法一样,对应位相加,然后看是否进位,进位的话下一位加一,用电脑本身的加法是不可能实现20多位的加法的,所以自己写个高精度加法,加几千位甚至上万位都是没问题的。 -I have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A+ B.
gao-jing-du-jia-fa
- 高精度加法程序 无限位数的加法 输入任意两个整数即可计算-Infinite precision adder program input any two-digit integer addition can be calculated
High-precision-addition
- 高精度加法 High-precision addition-High-precision addition
gaojindujiafa
- 高精度加法,运算10^255的两个是相加,用的crt 的界面,看起来顺眼-Precision addition, two operation 10 ^ 255 is summed with the CRT interface looks eyesore
sizayunsuan
- 四则运算之加减法--C语言编程 计算机所能完成的一个基本功能就是完成数据的计算,譬如加法、减法等等。但是在任何一种计算机上,计算中能够使用的数字都是有一定范围的,超过了范围,就没法得到精确的结果。 你现在接受了一个任务,要编写一个高精度计算器的核心部分。所谓高精度计算器,就是可以计算很大很大的数据的计算器。而你所需要编写的程序,就是真正完成高精度加法和高精度减法运算的两个函数,因为程序其它的部分已经由别人编写好了。 函数的输入、输出接口也已经定义完成,譬如 plu
TwoSum.m.tar
- 关于高精度加法运算的无误差变换matlab算法程序。-Accurate floating point sum programs
The-addition-of-high-precision
- 高精度加法的Pascal源代码文件,求任意位数的加法运算。-The addition of high-precision Pascal source code files, find any digit adder.
add
- 自己用mingwc++做的一个高精度加法算法, 对初学者有点帮助吧.-Precision addition algorithm
hw2
- 实现两个超大整数的高精度加法运算,数据位数较多,处理时要用字符串-Achieve two large high-precision integer addition operations, data bits more, use string handling
Factorial
- 高精度封装实现阶乘以及大整数加法,减法,乘法,除法(Factorial implementation of high precision packaging)
PLUS
- 高精度加法,最多可以输入一百位数,而不会爆(High precision addition)