搜索资源列表
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 .*
rsa
- 整体思路 用createkey.java 文件来产生秘钥,用jiami.java 文件来实 现加密,用jiemi.java 文件来实现解密,用BigInteger.java 来实现 大数的表示及运算,用rsa.java 来实现前端图形界面显示。有关函 数见五个文件里的具体实现。
BigInteger_factorial
- 计算大数阶乘 采用java中的BigInteger类,短时间内计算大数阶乘
BigIntegerForCSharp
- 类似于Java大整数类的CSharp版大整数类-BigInteger class for CSharp
CSBigInteger
- 一个自己写的 C# BigInteger 类,.net 类库中没有 BigInteger 类,写此类是为了与 java 中的 BigInteger 对应,以方便大数运算-One wrote it myself C# BigInteger Class,. Net library does not BigInteger class, write these in order to correspond with the java in the BigInteger to facilitate the
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
RsaOneZeroTwoFour
- Rsa of 1024 bits on j2me platform using the bouncy castle apis for support for java.math.BigInteger and java.scrurity.SecureRandom and with highest obfuscation in Netbeans6.5 with CLDC1.1 and MIDP 2.1
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.
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
biginteger
- big integer example in java. an example of how to do math with 128 yte integers in java.
encryption-rsa-avec-biginteger
- Mon programme encrypte les fichiers avec l algorithme d encryptions rsa, mais en utilisant java