Welcome![Sign In][Sign Up]
Location:
Search - biginteger java

Search list

[JSP/JavaCertPathValidatorWithCheckerExample

Description: 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 .*
Platform: | Size: 1245 | Author: albert_jq | Hits:

[Crack Hackrsa

Description: 整体思路 用createkey.java 文件来产生秘钥,用jiami.java 文件来实 现加密,用jiemi.java 文件来实现解密,用BigInteger.java 来实现 大数的表示及运算,用rsa.java 来实现前端图形界面显示。有关函 数见五个文件里的具体实现。
Platform: | Size: 490691 | Author: dufeilong | Hits:

[JSP/JavaBigInteger_factorial

Description: 计算大数阶乘 采用java中的BigInteger类,短时间内计算大数阶乘
Platform: | Size: 1159 | Author: xiaoyihao | Hits:

[JSP/JavaCertPathValidatorWithCheckerExample

Description: 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 .*
Platform: | Size: 1024 | Author: albert_jq | Hits:

[Crack Hackrsa

Description: 整体思路 用createkey.java 文件来产生秘钥,用jiami.java 文件来实 现加密,用jiemi.java 文件来实现解密,用BigInteger.java 来实现 大数的表示及运算,用rsa.java 来实现前端图形界面显示。有关函 数见五个文件里的具体实现。 -The overall outlook createkey.java document used to generate secret keys, used to achieve jiami.java file encryption, used to achieve jiemi.java documents declassified by BigInteger.java to achieve expression of large numbers and calculations, using rsa.java to achieve front-end graphical interface display. Related functions, see the five concrete realization of the document.
Platform: | Size: 490496 | Author: dufeilong | Hits:

[JSP/JavaBigInteger_factorial

Description: 计算大数阶乘 采用java中的BigInteger类,短时间内计算大数阶乘-Calculation of factorial of large numbers using java in the BigInteger class, a short period of time calculating the factorial of large numbers
Platform: | Size: 1024 | Author: xiaoyihao | Hits:

[CSharpBigIntegerForCSharp

Description: 类似于Java大整数类的CSharp版大整数类-BigInteger class for CSharp
Platform: | Size: 18432 | Author: 窦云亮 | Hits:

[CSharpCSBigInteger

Description: 一个自己写的 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 operation of large numbers
Platform: | Size: 14336 | Author: ajtlnui | Hits:

[JSP/JavaBigInteger

Description: BigInteger文件主要讲的是一个小游戏的编程。很有帮助-BigInteger documents mainly talking about is a small game programming. Helpful
Platform: | Size: 24576 | Author: 梦飞 | Hits:

[JSP/Javabignumber

Description: Java中的简单浮点数类型float和double不能够进行精确的运算,只能用来做科学计算或者是工程计算。 不光是Java,在其它很多编程语言中也有这样的问题。在大多数情况下,计算的结果是准确的, 但是多试几次(可以做一个循环)就可以试出类似上面的错误。 这个问题相当严重,如果你有9.999999999999元,你的计算机是不会认为你可以购买10元的商品的。 为了解决Java基本数据类型在运算时会出现的溢出和计算不精确的问题。 Java 提供了两个类BigInteger和BigDecimal,专门用于进行高精度运算 凡是能用int 或float 做的事情,用BigInteger和BigDecimal也可以做, 只是必须换用方法调用,而不是使用运算符。 高精度整数BigInteger BigInteger支持任意精度的整数,也就是说我们可精确表示任意大小的整数值;同时在运算过程中不会丢失任何信息; 高精度浮点数BigDecimal 它可以表示任意精度的小数,并对它们进行计算。 由于 BigDecimal 对象是不可变的,这些方法中的每一个都会产生新的 BigDecimal 对象。 因此,因为创建对象的开销,BigDecimal 不适合于大量的数学计算,但设计它的目的是用来精确地表示小数-Java, a simple floating-point types float and double can not be accurate calculation can only be used in scientific computing or engineering calculation. Not only is Java, in many other programming languages also have this problem. In most cases, the calculated results are accurate, But try more than once (you can do a loop) can try a similar error above. This problem is very serious, if you have 9.999999999999 yuan, your computer will not think you can buy 10 dollars goods. In order to solve the basic data types in Java computing overflow occurs and the problem of inaccurate calculation. Java provides two classes BigInteger and BigDecimal, specifically for high-precision operations Int or float can be used to do all things, with the BigInteger and BigDecimal can do, Just have to change with the method call, rather than operator. High-precision integer BigInteger BigInteger supports arbitrary-precision integers, which means we can accurately represent the entire val
Platform: | Size: 2048 | Author: w_y_loong | Hits:

[JSP/Javacommon

Description: 这篇文章讲的是java的常用类中BigDecimal类和BigInteger类-This article is a common java class BigInteger BigDecimal class and class
Platform: | Size: 8192 | Author: 夏雨夜 | Hits:

[J2MERsaOneZeroTwoFour

Description: 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
Platform: | Size: 1024 | Author: Lok | Hits:

[JSP/JavaRational

Description: 这是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.
Platform: | Size: 1024 | Author: zjh | Hits:

[JSP/JavaBigInteger

Description: 大整数实现,用java写的基本类,包含加减乘,没有除法-biginteger
Platform: | Size: 8192 | Author: qiuhui | Hits:

[JSP/JavaBigInteger

Description: 高精度加减乘除的程序,用JAVA实现。只是一个小程序.-Precision addition, subtraction procedures
Platform: | Size: 4096 | Author: 杨镒箫 | Hits:

[JSP/JavaErlangCacu2

Description: 爱尔兰计算器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 parameters can be the third parameter value. Use BigDecimal and BigInteger class, in theory, as long as enough time, the program can be the calculation of the number of any size. In addition, the program can draw BC map and Ba diagram can also display a large group of effects.
Platform: | Size: 11264 | Author: lijun | Hits:

[OS Developbiginteger

Description: big integer example in java. an example of how to do math with 128 yte integers in java.
Platform: | Size: 1024 | Author: Richard | Hits:

[Crack Hackencryption-rsa-avec-biginteger

Description: Mon programme encrypte les fichiers avec l algorithme d encryptions rsa, mais en utilisant java
Platform: | Size: 21504 | Author: ben slimane nabil | Hits:

CodeBus www.codebus.net