-
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
-
JavaJythonDemo
Java 调用Python脚本文件与Jython调用Java对象的示例(Java call Python script file and call Java objects with Jython example)
- 2013-02-21 13:20:42下载
- 积分:1
-
foodsys
这是一个简单的java桌面应用软件。主要应用于酒店点餐和管理操作。能帮助到java的初学者(This is a simple java desktop application software. Mainly used in hotels ordering and management operations. Can help to java beginners)
- 2013-11-12 11:31:02下载
- 积分:1
-
java面试宝典(基础篇)
说明: java mainshi baodian chuji pian
- 2020-06-20 01:20:02下载
- 积分:1
-
Office
说明: 办公查询系统实现员工信息查询,部门查询,职位查询等信息(Office inquiry system realizes staff information inquiry, Department inquiry, position inquiry and other information.)
- 2020-06-21 08:40:01下载
- 积分:1
-
网上书店%28struts%2Bhibernate%2Bcss%2Bmysql%29
说明: 能使先后台增删改查完整内容
myeclipse+mysql+jsp(myeclipse+mysql+jsp
good good good)
- 2020-06-24 17:20:01下载
- 积分:1
-
java飞行棋源码
java飞行棋代码,仅供学习,环境不同,请自行修改错误(Java flying chess code, for learning only)
- 2017-06-26 17:44:05下载
- 积分:1
-
MyNotepad
java编程实现的记事本功能,有字体大小设置和颜色设置,查找替换等功能(java programming in notepad, a font size and color settings, find and replace functions)
- 2011-12-29 21:19:04下载
- 积分:1
-
djsxgdwxg
本项目是一个倒计时动画和定位一体的小例子,实现了倒计时三、二、一、GO的动画效果和加载中等待动画效果和使用百度的locSDK_4.0.jar定位。另外还对多次点击请求只执行最后一次进行了处理。源码很简单有详细的注释编码GBK编译版本4.4.2(This project is a countdown animation and positioning of a small example, to achieve the countdown three, two, one, GO animation effects and load waiting for the animation effect and the use of Baidu s locSDK_4.0.jar positioning. In addition to repeatedly click request only the last time to perform the processing. Source code is very simple to have a detailed compilation of the notes GBK compiled version 4.4.2)
- 2016-06-16 12:10:42下载
- 积分:1
-
Black-Art-of-JAVA-Game-Programming
Gaming on the Web is the next blockbuster business. Have any doubts? The video game industry,
which already eclipses Hollywood in terms of revenue, targets the Web as the next huge growth area.
Software developers are busily porting games to the online environment, or developing entirely new
ones. And numerous popular Web sites, many of which charge fees, are devoted to game
entertainment.
- 2015-04-24 17:35:20下载
- 积分:1