Description: 可进行整型和浮点型的四则运算,通过对java组件的监听作用,实现下拉框中四则运算方式的选择-available for integer and floating-point-four operations of the wiretapping java components, achieving the drop-down box four orange choice Platform: |
Size: 1219 |
Author:林燕 |
Hits:
Description: This is a Java library for performing floating-point calculations on
small devices such as mobile phones which lack native support for
floating-point numbers. Platform: |
Size: 122295 |
Author:Guo Quan |
Hits:
Description: c语言用顶点数做的浮点运算,java封装了一下-vertices do with the floating-point operations, a little java Packaging Platform: |
Size: 44344 |
Author:刘隽宏 |
Hits:
Description: java语言中常用的一些简单数据类型的描述,如整型、浮点型等-java language commonly used some simple description of the types of data, such as integers, floating point, etc. Platform: |
Size: 25672 |
Author:sss |
Hits:
Description: java实现计算器,各种不同的+—*/四则运算,还支持浮点运算,感觉还不错-achieve calculators, and various -* + / 4 operator, also support floating-point operations, also feeling good Platform: |
Size: 1634 |
Author:罗世林 |
Hits:
Description: c语言用顶点数做的浮点运算,java封装了一下-vertices do with the floating-point operations, a little java Packaging Platform: |
Size: 44032 |
Author:刘隽宏 |
Hits:
Description: java语言中常用的一些简单数据类型的描述,如整型、浮点型等-java language commonly used some simple description of the types of data, such as integers, floating point, etc. Platform: |
Size: 25600 |
Author:sss |
Hits:
Description: java实现计算器,各种不同的+—*/四则运算,还支持浮点运算,感觉还不错-achieve calculators, and various-*+/4 operator, also support floating-point operations, also feeling good Platform: |
Size: 1024 |
Author:罗世林 |
Hits:
Description: 可进行整型和浮点型的四则运算,通过对java组件的监听作用,实现下拉框中四则运算方式的选择-available for integer and floating-point-four operations of the wiretapping java components, achieving the drop-down box four orange choice Platform: |
Size: 1024 |
Author:林燕 |
Hits:
Description: java实现的简单的整型的加法器,该计算器具有加法功能,包含两个输入框用于输入两个浮点数,一个输出框用于输出计算结果,一个按钮,当鼠标点击按钮时,在输出框输出计算结果
-java simple integer realize the adder, the adder has a calculator function, contains two input boxes for the importation of two floating-point numbers, one output for the output calculation results box, a button, when the mouse to click button, in the output frame output calculation results Platform: |
Size: 5120 |
Author:shane |
Hits:
Description: 实现浮点数加,减,乘,除,求余,自加,自减等基本算术运算-The realization of floating-point add, subtract, multiply, divide, and more than that, since Canada, since by the basic arithmetic operations Platform: |
Size: 2048 |
Author:罗双红 |
Hits:
Description: 基于改进的遗传算法,使用浮点编码,使用变量的真值,使其物理意义明确,加速了收敛-Improved genetic algorithm based on the use of floating-point encoding, the true value of the use of variables to make it clear physical meaning to speed up the convergence Platform: |
Size: 75776 |
Author:张振杰 |
Hits:
Description: Description
Scientific calculator. Allows to perform caclulation with high precicion and implements most populatr mathematical functions: sin, cos, tan, asin, acon, atan, exp, log, sqr, floor and ceil. Also it make it possible to define your own function, store results in variables and use variable sin expressions. Calculator store al formuls you have entered. Plot function can be used to draw graph of function with single argument.
More detailed description of calculator is here.
-
Notes
* Write formula using normal infix notation, for example (x^2+ y^2)/1.5. To execute statement use Evaluate command.
* Use variable to write generic formulas, by changing values assigned to the variables you wil be able to repeat calculation for all input data with minimal typing. Define your own functions which also can speedup your work and reduce probability of making an error.
* It is possible to write small functional programs using conditional ?: operator. For example sum of arithmetic progression can be calculated by the following function
sum(x)=x>0?x+sum(x-1):0
Calculator has only < and > comparison operators (because comparing floating point number for equality is any case bad idea). But it is also to check that value belongs to specified range using min<x>max operator.
* All statement you have entered and stored in database. You can select proper statement using List command. Statements are marked with three differen Platform: |
Size: 245760 |
Author:tang |
Hits:
Description: (1)求一个6*6阶矩阵对角线元素之和。(2)实现打印数出有10个元素的浮点数组a中的最大值和最小值。(3)求面积。(4)产生两个小按钮。(5)程序的作用是用Math.random() 函数产生20个随机数。-(1) for a 6* 6 bands and the matrix of diagonal elements. (2) to achieve print a few out there are 10 elements in a floating-point group of maximum and minimum values. (3) for the area. (4) are two small buttons. (5) the role of procedures is Math.random () functions to generate random numbers 20. Platform: |
Size: 4096 |
Author:燕子 |
Hits:
Description: 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.
Develop: See http://sourceforge.net/projects/real-java
Feedback: Comments, reports of use, bug reports, bug fixes, improvements, performance tests and comparisons to similar libraries are all welcome.
Javadoc: Read the full documentation here.
"Real.java" is a self-contained, single file Java floating point emulation library for MIDP devices, such as a Java-enabled cell-phone or PDA. The MIDP/CLDC 1.0 standard does not support the basic floating point types "float" or "double", so when I set out to program a scientific calculator for my cell-phone, I had to reinvent floating point arithmetic from scratch, using only integer basic types. I found it a very interesting and educating challenge.
Download
For a pure java version, use the following link: http://real-java.sourceforge.net/Real.java.
T Platform: |
Size: 116736 |
Author:mm |
Hits:
Description: 能够实现定点小数的机器数表示、定点小数的变形补码加减运算、定点小数的原码一位乘法运算和浮点数的加减运算。-Able to achieve fixed-point decimal number of machines that the deformation of complement fixed-point decimal addition and subtraction operations, the original code a fixed-point decimal multiplication and floating-point operations of addition and subtraction. Platform: |
Size: 356352 |
Author:施振磊 |
Hits:
Description: 简单整数及浮点型计算器,要图形界面。采用java编程。-Simple integer and floating point calculator, to a graphical interface. Using java programming. Platform: |
Size: 97280 |
Author:文婷 |
Hits:
Description: p" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比好啊(The basic operations of floating point number of floating point number are added, subtraction, multiplication, division, negative, absolute and equal ratio in the basic operation of the floating point number of the P floating point number.) Platform: |
Size: 5666816 |
Author:参加考试付国 |
Hits: