-
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
-
基于Libpcap实现的局域网嗅探抓包发包解析工具
说明: 基于Libpcap实现的局域;网嗅探抓包发包解析工具.(Packet sniffing and packet capturing ;analysis tool based on Libpcap.)
- 2020-07-04 20:00:02下载
- 积分:1
-
parking_dao
说明: 自己学习ssm框架并根据课题开发的小系统,这是dao模块(learn framework of ssm by myself)
- 2020-06-18 22:00:01下载
- 积分:1
-
webmail
一个用Java开发的Web邮局,可以使用户通过浏览器访问他们的POP/SMTP服务器,支持多种语言,MIME和虚拟域名! (Java development using a Web mail allows users browser access to their POP/SMTP server, supports multiple languages, MIME, and virtual domain names!)
- 2010-01-23 08:19:24下载
- 积分:1
-
4GuessNumber
给你一个1至100之间的整数,请猜测这个数(Java GuessNumber give you a 1 to 100 between integer, please guess the number Java
)
- 2012-04-03 16:05:24下载
- 积分:1
-
JAVAjiaochengdaima
《JAVA程序设计教程》电子教案及源代码("Java Programming Guide" electronic templates and source code)
- 2006-12-27 20:49:01下载
- 积分:1
-
ShutterButton
ShutterButton extends ImageView Source Code for Andriod.
- 2014-02-18 14:16:27下载
- 积分:1
-
jgame-code-civi-students3k
Civilization game source code in Java: This game is a single or multiplayer strategy game. The player’s character is depends on the ruler of a civilization. It is a simple java game which is also developed for Android device platforms. Yeah! This game supports the android mobile devices as well.
- 2014-02-09 12:55:12下载
- 积分:1
-
JAVAclustering
JAVA 本程序所实现的功能为对数据进行无监督的学习,即聚类算法(JAVA the procedures for the functions of data unsupervised learning, clustering algorithm)
- 2007-01-16 13:17:18下载
- 积分:1
-
Fxcns_CopyTraders_mt4
说明: 可以本地喊单,一个跟单的软件,直接放在MT4数据文件的expert里面,就可以用了,指示文档在压缩包里呢(Can local shout order, a single software, directly put in the MT4 data file expert, you can use it)
- 2020-06-17 13:00:02下载
- 积分:1