搜索资源列表
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
hp
- 主要用于acm/icpc竞赛中的高精度计算,主要内容: 高精度运算专题: 1.本专题公共函数说明 2.高精度比较 3.高精度加法 4.高精度减法 5.高精度乘10 6.高精度乘单精度 7.高精度乘高精度 8.高精度除单精度 9.高精度除高精度
gaojingdu
- 各种高精度运算,包裹乘法,加法,减法,简单易懂-A variety of high-precision operations, wrapped multiplication, addition, subtraction, easy to understand
gaojing
- 高精度,自己写的,还好吧。应该有用。里面有加法减法乘法除法。-Precision, wrote it myself, okay. Should be useful. Addition subtraction multiplication division there.
gao-jing-du-jia-fa
- 高精度加法程序 无限位数的加法 输入任意两个整数即可计算-Infinite precision adder program input any two-digit integer addition can be calculated
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.
hw2
- 实现两个超大整数的高精度加法运算,数据位数较多,处理时要用字符串-Achieve two large high-precision integer addition operations, data bits more, use string handling