搜索资源列表
Calculator
- 用Java编写一个简易计算器,能实现基本的加、减、乘、除。有小数点,能进行小数的运算。-Using Java to prepare a simple calculator, able to achieve basic add, subtract, multiply, divide. Have the decimal point, can be decimal arithmetic.
Calculator
- [原创]SWT做的计算器,部分代码来自IBM DW。 可以从Eclipse导入本文件夹为Calculator项目,需要导入swt-3.5.2-win32-win32-x86.zip,Calculator.jar是打包后的程序,可以直接双击运行。 功能: 1.二进制,八进制,十进制,十六进制转换及加减乘除、求倒数、平方、开方运算(非十进制模式下只支持整数运算,且不支持求倒数、平方、开方运算); 2.可以复制运算结果到系统剪贴板,也可以从系统剪贴板取得数据作为运算数据(从剪贴板
bignumber
- Java中的简单浮点数类型float和double不能够进行精确的运算,只能用来做科学计算或者是工程计算。 不光是Java,在其它很多编程语言中也有这样的问题。在大多数情况下,计算的结果是准确的, 但是多试几次(可以做一个循环)就可以试出类似上面的错误。 这个问题相当严重,如果你有9.999999999999元,你的计算机是不会认为你可以购买10元的商品的。 为了解决Java基本数据类型在运算时会出现的溢出和计算不精确的问题。 Java 提供了两个类BigInteger和Bi
JAVAScript
- 用JAVA编写一个简单的计算器代码,可以进行正负数,小数的简单四则混合运算-With JAVA write a simple calculator code, can be positive and negative numbers, decimal Four simple mixing operation
text2
- 定义如下界面,分别在两个文本框中输入一个小数,当点击 run按钮时把这两个数的和在第三个文本框中显示出来,当点击restart时把三个文本框的内容都清空开始新一轮的运算。-Defined as the interface, respectively, in two text box, enter a decimal number, click the run button when these two numbers in the third text box is displayed when
caculator
- java实现的有界面的简单计算器,实现加减乘除,可以实现小数的运算-java interface to achieve a simple calculator, to achieve addition, subtraction, decimal computation can be achieved
ZuChengYuanLi
- 计算机组成原理算法实现(二) 课题2,能够实现定点小数的机器数表示、定点小数的变形补码加减运算、定点小数的原码一位乘法运算和浮点数的加减运算-Principles of Computer Algorithm (b) subject 2, the machine can achieve the fixed-point decimal number that the deformation of complement fixed-point decimal addition and subtra
windows-calculator
- 主要功能:基本实现windows-vista下简单计算器的功能(除M+等)。 1: 基本的一元( ,根号)及二元运算(—+-*/)。 2: 支持累计运算(累加,累减,累乘,累除)。 3: 支持大数操作,数据范围在10的8000次方范围内。在超过10的8千次左右时,判其溢出。 4: 支持科学计数法(小数超过38位舍之) 5: 错误与警告的提示。如输入超过39位时弹出提示(输入过长)等。-windows calculator written by java. Functio
calculator
- JAVA编写的计算器,可以实现加减乘除,小数运算等计算其功能,界面友好-JAVA prepared calculator, addition, subtraction, decimal arithmetic to calculate the function, friendly interface
Calculator
- 1.实现基本的算数运算(解决java中小数运算的不精确问题) 2.自己制作的界面(色彩分明)-1. Implement basic arithmetic (java small number of operations to solve the problem of inaccurate) 2. Produce their own interface (color clear)
jisuanqi
- 可以实现多个数的加减乘除运算 包括小数 负数-You can achieve more than the number of arithmetic operations include fractional negative
calculator_java
- 在eclipse环境下计算器APP,实现基本的加、减、乘、除以及小数运算,可以下载到安卓手机使用。-A calculator APP in the eclipse environment, to achieve the basic add, subtract, multiply, divide and fractional arithmetic, can be downloaded to Android phone.