搜索资源列表
Shuru
- 接口练习 输入 浮点数 整数 字符 字符串-Practice interface input character string integer float
real-java-1.13
- Real - Java floating point library for MIDP devices-Current version: 1.13 Copyright: 2003-2009 Roar Lauritzsen, roarl at users.sourceforge.net Availability: The library is available under the GPL license, or for a fee for commercial use. Develo
bignumber
- Java中的简单浮点数类型float和double不能够进行精确的运算,只能用来做科学计算或者是工程计算。 不光是Java,在其它很多编程语言中也有这样的问题。在大多数情况下,计算的结果是准确的, 但是多试几次(可以做一个循环)就可以试出类似上面的错误。 这个问题相当严重,如果你有9.999999999999元,你的计算机是不会认为你可以购买10元的商品的。 为了解决Java基本数据类型在运算时会出现的溢出和计算不精确的问题。 Java 提供了两个类BigInteger和Bi
AnalyseFrame
- 词法分析器。 词法分析程序,分析C源代码,找出其中的单词,并确定单词的类型-Lexical analyzer. /*** Sample application analysing C code to accidence file* lexical analysis procedures, analysis of the C source code, find the word, and to determine the type of word* Keyword KEY* identifi
FloatMath
- Returns the float conversion of the most positive (i.e. closest to positive infinity) integer value which is less than the argument.