搜索资源列表
LargeIntegerOperation
- 数制转换和运算方法。用Java语言编写一个十六进制大数运算程序 -Number system conversion and computing methods. Java language using a hexadecimal calculation procedures of large numbers
BigDecimal
- java 数组实现大数加减乘除运算 -java 数组实现大数加减乘除运算java 数组实现大数加减乘除运算
computeRationalNumber
- 实现有理数运算. (支持大数) 该例子为1/2+2/3+3/4+....+n-1/n 的运算. -Compute rational numbers
windows-calculator
- 主要功能:基本实现windows-vista下简单计算器的功能(除M+等)。 1: 基本的一元( ,根号)及二元运算(—+-*/)。 2: 支持累计运算(累加,累减,累乘,累除)。 3: 支持大数操作,数据范围在10的8000次方范围内。在超过10的8千次左右时,判其溢出。 4: 支持科学计数法(小数超过38位舍之) 5: 错误与警告的提示。如输入超过39位时弹出提示(输入过长)等。-windows calculator written by java. Functio
AmulB
- 实现了java语言的大数乘法,答题思路即转化为字符串(数组)后进行按位运算,再将结果求和输出。(The multiplication of large numbers in Java language is realized. The way of answering is to transform to string (array), then carry out bitwise operation, and then output results.)
AplusB
- 使用java语言实现了大数加法的功能,大致思路即将输入数据转化为数组,然后按位运算再进行求和。(Java language is used to implement the addition of large numbers. The general idea is that the input data will be transformed into an array, and then it will be calculated by bit operation.)
C++高精度算法
- C++高精度算法模拟java实现,可以实现高精度大数的加减乘除运算