搜索资源列表
simpleadderofjava
- java实现的简单的整型的加法器,该计算器具有加法功能,包含两个输入框用于输入两个浮点数,一个输出框用于输出计算结果,一个按钮,当鼠标点击按钮时,在输出框输出计算结果
jisuanqi
- 基于Jcreator的计算器小程序,用到了动作事件监听器和对浮点数的处理及对负号和减号的区别,注释详细-Calculator based on small Jcreator procedures, use the action event listener and the handling of floating point and negative sign and a minus sign difference between the detailed notes
Calculator
- 建议计算器,能进行浮点数的加减乘除,swing界面-Recommended calculator for floating-point addition and subtraction, multiplication and division can, swing interface
calculator
- 一个用java Applet实现的完整的简单的计算器,可以进行整数和浮点数的基本运算。-A simple calculator, can finish integer and floating-point computation
Adder
- 一个简单的加法计算器,可以实现浮点数的加法,适合java入门学员-A simple addition calculator, can implement floating-point addition, suitable for Java introduction to students
count
- 简单的计算器实现.在eclipse中你可以实现整数与双精度浮点数的运算。刚刚创作,比较简单能看懂-it is a calculator,you can count int or double .