文件名称:Calculater
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-12-04
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- ste****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
设计一个简易的计算器,可以进行四则运算:加、减、乘、除等(限于十进制下)
要求:
1.操作符号定为:“+”,“-”,“*”,“/”,“(”,“)”等。(按国际惯例设计)
2.用户通过点击面板中的各种组件输入的表达式,应在上方文本框中显示。
3.当用户点击“=”时,文本框中之前的内容应清空,直接显示表达式运算结果。例如:输入表达式“3+2*(8-5)”之后按“=”,显示结果“9”。
4.具有菜单栏,内有相应的编辑“复制”、“粘贴”等菜单,提供相应的功能。
-Design a simple calculator that can be four operations: addition, subtraction, multiplication, division, etc. (limited to the decimal) requirements: 1 Operating symbol as:. " Ppls" , " -" , " *" , " /" , , " (" , " )" , etc. (According to international practice design) 2. Users clicking through the various components of the panel input expression should be displayed above the text box. 3 When the user clicks the " =" , the previous contents of the text box should be emptied directly display expression calculation result. For example: Enter the expression " 3+2* (8-5)" then press " =" to display the results of " 9." 4 has a menu bar, the corresponding edit " Copy" , " Paste" and other menus, provide the appropriate functionality.
要求:
1.操作符号定为:“+”,“-”,“*”,“/”,“(”,“)”等。(按国际惯例设计)
2.用户通过点击面板中的各种组件输入的表达式,应在上方文本框中显示。
3.当用户点击“=”时,文本框中之前的内容应清空,直接显示表达式运算结果。例如:输入表达式“3+2*(8-5)”之后按“=”,显示结果“9”。
4.具有菜单栏,内有相应的编辑“复制”、“粘贴”等菜单,提供相应的功能。
-Design a simple calculator that can be four operations: addition, subtraction, multiplication, division, etc. (limited to the decimal) requirements: 1 Operating symbol as:. " Ppls" , " -" , " *" , " /" , , " (" , " )" , etc. (According to international practice design) 2. Users clicking through the various components of the panel input expression should be displayed above the text box. 3 When the user clicks the " =" , the previous contents of the text box should be emptied directly display expression calculation result. For example: Enter the expression " 3+2* (8-5)" then press " =" to display the results of " 9." 4 has a menu bar, the corresponding edit " Copy" , " Paste" and other menus, provide the appropriate functionality.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Calculater\Calculater.java
..........\Calculatertest.java
Calculater