搜索资源列表
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
- 高精度算法,包括大数加法,大数减法,大数乘法,大数除法,大数取余等高精度算法-High-precision algorithms, including the addition of large numbers, large numbers subtraction, multiplication of large numbers, large numbers division, such as high-precision algorithm for large numbers to take
IntType
- 高精度加法和减法 我自己写的 主要是实现了IntType类,重载了<< >> + - += -= 以及逻辑运算符-High-precision addition and subtraction I wrote it myself mainly achieved IntType class, overloading the
add
- c写的高精度加法-c write high-precision adder
Precision3.0_fangyukuan
- 高精度运算类,现在只实现了加法和乘法。对基本运算符做了重载。-Type of high-precision computing, only now realized the addition and multiplication. The basic operator overloading done.
1
- 高精度运算加法乘法减法除法算法。。。高精度运算加法乘法减法除法算法-Addition subtraction multiplication division high precision computation algorithm. . . High-precision operations addition subtraction multiplication division algorithm
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
gaojingdu
- 各种高精度运算,包裹乘法,加法,减法,简单易懂-A variety of high-precision operations, wrapped multiplication, addition, subtraction, easy to understand
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)