-
JiSuanQi
java实现计算器,import java.awt.*
import java.awt.event.*
import javax.swing.*
public class JiSuanQi
{
Frame f
Label lab
Button[] bt=new Button[29]
JTextField t
StringBuffer str //显示屏所显示的字符串
double x,y //x和y都是运算数
int z //Z表示单击了那一个运算符.0表示"+",1表示"-",2表示"*",3表示"/"
static double m //记忆的数字
JiSuanQi()
{(java implementation calculator, import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi {Frame f Label lab Button [] bt = new Button [29] JTextField t StringBuffer str //display character string displayed double x, y //x and y are the operands int z //Z represents an operator clicks that 0 means " +" , 1 indicates " -" , 2 is " *" , 3 is " /" static double m //number in memory JiSuanQi () {)
- 2013-05-24 19:03:04下载
- 积分:1
-
drp3.2
drp项目虽是个小型项目,但对写毕业论文是很有帮助的()
- 2011-10-04 13:49:23下载
- 积分:1
-
Integral
java中涉及计算求函数积分的运算源码2014-03-24(java involved in the calculation for function integration source computing 2014-03-24)
- 2014-03-24 09:37:37下载
- 积分:1
-
SmsManager
TODO(code review): Curious question.. Why are a lot of these methods not declared as static, since they do not seem to require any local object state? Assumedly this cannot be changed without interfering with the API..
- 2013-12-06 14:31:24下载
- 积分:1
-
niubi
说明: 比较牛逼的snmp程序,关于拓扑发现的程序,(More Niubi the snmp procedures, on the topology discovery procedure)
- 2021-03-14 14:09:23下载
- 积分:1
-
Exe8_3
3.设计一个幻灯片播放窗口,在窗口中点击鼠标时,在红、绿、蓝三种颜色的面板之间切换。程序文件命名为Exe8_3.java。(3. Design a slideshow window, click the mouse, in between red, green, and blue switch panel in the window. Program file named Exe8_3.java.)
- 2015-06-14 18:29:47下载
- 积分:1
-
NIOTest
Tests for some buffers from the java.nio package.
- 2014-02-21 15:54:12下载
- 积分:1
-
dsr
DSr project for the java applications
- 2020-10-20 15:47:24下载
- 积分:1
-
4867537666
百度手机地图 实例集合,应用程序编程源码,很好的参考资料。(Set Baidu mobile phone map example, application programming source code, a good reference.)
- 2013-11-12 00:06:06下载
- 积分:1
-
pattern-java
设计模式经典书籍,学习设计模式的入门教程,浅显易懂(Classic design patterns book, Design Patterns Study Guide entry, easy to understand)
- 2009-02-22 15:02:06下载
- 积分:1