-
飞机大战网络版
说明: 网络版JAVA版飞机大战,自己在学习JAVA网络开发时写的小栗子(Network version JAVA version of the aircraft war,Xiao Chestnut Written by myself in Learning JAVA Network Development)
- 2020-07-04 03:20:02下载
- 积分:1
-
qssjciated
一个图形界面的在线测试系统, 可以进行测试和维护试题库()
- 2017-10-13 12:23:41下载
- 积分:1
-
MyProject3_22
说明: 基于数组及方法的综合运用,设计一个简易版的酒店管理系统,具有订房、退房、查看打印房间状态等功能。(Design a simple version of the hotel management system, with booking, check-out, check-out printing room status and other functions.)
- 2020-05-07 14:50:51下载
- 积分:1
-
springboot在线预览word等demo-showDemo
前端预览文件,解压使用注意要修改读取文件路径,使用前安装openoffice4程序,应用程序安装地址要和demo中地址匹配(Front-end preview file, decompression attention should be paid to modify the read file path, install OpenOffice 4 program before use, application installation address to match the address in demo)
- 2020-06-22 21:00:01下载
- 积分:1
-
calculator
java实用小计算器,模仿windows自带的计算器,功能全面(Java practical calculator, imitate small Windows calculator attached, comprehensive functions)
- 2010-05-06 18:52:30下载
- 积分:1
-
java
这是一个用java编写的一个界面,此界面与数据库相连,通过对界面中的数据操作继而对数据库进行操作。(This is a java written in an interface, this interface is connected to the database, through the interface data manipulation and then to operate the database.)
- 2011-06-21 20:59:15下载
- 积分:1
-
Yaya
这是我们上JSP课程设计做的一个购物网站详细设计说明书(This is our JSP on a curriculum designed to make the detailed design specification website)
- 2009-03-31 18:43:46下载
- 积分:1
-
framework
SSH的一个小练习, Hibernate 和 struts2
代码--------------------!(hibernate struts2)
- 2013-12-19 11:40:45下载
- 积分:1
-
aiKeyboard
一个使用JAVA编写的类似按键精灵的程序,支持脚本文件的按键控制程序...
(use Java to prepare a similar procedure Wizard button in support of the script file button control procedures ...)
- 2007-04-28 01:45:28下载
- 积分:1
-
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