搜索资源列表
CertPathValidatorWithCheckerExample
- java的加密样例代码, import java.math.BigInteger import java.security.KeyPair import java.security.cert.* import java.util.* -sample code, import import java.math.BigInteger java.sec urity.KeyPair import java.security.cert .* i mport java.util .*
Biginteger
- 实现大整数的加减乘除及堆运算-achieving large integer arithmetic and the Reactor Operators
BigInteger_factorial
- 计算大数阶乘 采用java中的BigInteger类,短时间内计算大数阶乘
Factorial
- BigInteger使用方法,求到50的阶乘-The BigInteger use, seeking a 50 factorial
BigInteger
- BigInteger文件主要讲的是一个小游戏的编程。很有帮助-BigInteger documents mainly talking about is a small game programming. Helpful
bignumber
- Java中的简单浮点数类型float和double不能够进行精确的运算,只能用来做科学计算或者是工程计算。 不光是Java,在其它很多编程语言中也有这样的问题。在大多数情况下,计算的结果是准确的, 但是多试几次(可以做一个循环)就可以试出类似上面的错误。 这个问题相当严重,如果你有9.999999999999元,你的计算机是不会认为你可以购买10元的商品的。 为了解决Java基本数据类型在运算时会出现的溢出和计算不精确的问题。 Java 提供了两个类BigInteger和Bi
common
- 这篇文章讲的是java的常用类中BigDecimal类和BigInteger类-This article is a common java class BigInteger BigDecimal class and class
Rational
- 这是java中大数的运用。实现了1/2+2/3+...+99/100的计算。-this is the application of BigInteger in Java.This file is used of calculating 1/2+2/3+...+99/100.
BigFactorial
- This program counts up to 50! (factorial) using the BigInteger Class. Useful if you quickly need to know the value of a particular factorial.-This program counts up to 50! (factorial) using the BigInteger Class. Useful if you quickly need to know th
BigInteger
- 大整数实现,用java写的基本类,包含加减乘,没有除法-biginteger
BigInteger
- 高精度加减乘除的程序,用JAVA实现。只是一个小程序.-Precision addition, subtraction procedures
ErlangCacu2
- 爱尔兰计算器java实现。实现爱尔兰B公式和爱尔兰C公式的计算,知道三个参数中任意两个可以得到第三个参数的值。同时,利用了BigDecimal和BigInteger类,理论上,只要时间足够,程序可以实现对于任意大小的数的计算。另外,程序可以绘制B-C图和B-a图,还可以显示大群化效应。-Irish calculator java. B formula of Ireland and the Irish C formula calculation, know any two of the three
Logical
- The library implements some logical operations over BigInteger.
rsa
- 自己实现的rsa加密 使用了biginteger 界面用swing做的 密码学大作业-rsa implemented by myselt using BigInteger and swing
BigInteger
- BigInteger是一个自定义的大整数数据结构。可以用数组的形式实现大整数的各种操作。-BigInteger is a large integer data structure a custom. Can be achieved using the array form various operations of large integer.