-
kfc订餐系统
包括功能:登录、点餐、退餐 、查询(商品数量)、订单生成 、修改订单(增加或者删除已经点了的菜)、网上订单生成在页面显示,没有使用任何框架,纯java语言开发,jdk版本1.6,Tomcat6.0版本 ,开发工具:eclipse, SQLServer2008所用技术:java web, 上传下载,即时响应,ajax,javascript,jQuery,分页
- 2022-03-05 22:34:39下载
- 积分:1
-
Quartz定时器
spring 的Quartz定时器的功能非常强大,可以在特定的年月日小时分秒的时间点触发时间,完成事件的调度-spring of Quartz timer function is very powerful, can trigger a specific point in time time date hours minutes and seconds to complete the schedule of events
- 2022-03-06 04:34:43下载
- 积分:1
-
图书馆管理
使用 netbean 开发图书馆系统喜请有人可以建立在 netbeans 的 booklibrary 的一个项目。该程序应提供一个菜单选项来使用库,包括: 1) 向库中添加一个新的项目
- 2022-01-25 14:45:55下载
- 积分:1
-
小游戏五子棋大战
class LNode{
private int row;
private int col;
private Color chessColor;
private LNode next;
public LNode(int row,int col,Color chessColor){
this.row=row;
this.col=col;
this.chessColor=chessColor;
}
public LNode(){
this.next=null;
}
public void setRow(int row){
this.row=row;
}
public int getRow(){
return this.row;
}
public void setCol(int col){
this.col=col;
}
public int getCol(){
return this.col;
}
public void setChessColor(Color chessColor){
this.chessColor=chessColor;
}
public Color getChessColor(){
return this.chessColor;
}
public void setNext(LNode next){
this.next=next;
}
public LNode getNext(){
return this.next;
}
}
class NullAndCount{
private int nullCount=0;
private int chessCount=0;
public void setNullCount(int nullCount){
this.nullCount=nullCount;
}
public int getNullCount(){
return this.nullCount;
}
public void setChessCoun
- 2022-05-08 02:47:07下载
- 积分:1
-
各种格式图像的采样和量化源代码
这是一个不同规格格式的图片的采样和量化的java源代码,是数字图像处理中经常要用到的,有一个图形化界面,可以选择要处理的图片,图片处理后可以进行保存。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-01-21 01:55:10下载
- 积分:1
-
安卓蓝牙调试助手
应用背景通过手机手动连接蓝牙设备的调试程序源码,是一个商业产品的附带软件,通过输入字符串给蓝牙设备,也可以收到蓝牙设备发过来的数据,非常直观好用,可以很容易了解蓝牙的通信原理关键技术蓝牙服务的创建,ACTIVTY与蓝牙服务通行,蓝牙的密码修改该,数据传输原理,蓝牙设备的搜索,控制蓝牙设备,发送指令到蓝牙JAVA,ANDROID,ECLIPES,UART,
- 2022-05-23 20:21:53下载
- 积分:1
-
androidGPS及WIFI基站定位坐标源码
资源描述android GPS及 WIFI 基站定位坐标,它是在开发一款基于android的服务推送软件的一个小测试模块,原理是应用程序可以实时的知道用户的位置信息,根据位置信息可为用户提供相应的服务推送 。
- 2023-08-31 13:15:04下载
- 积分:1
-
风险缓解
- 2023-08-26 21:30:03下载
- 积分:1
-
Data mining code
This code is original developed by me any my friends while working on undergrduate thesis.
- 2022-04-08 13:31:11下载
- 积分:1
-
工作门户
出色的工作门户网站
- 2023-04-05 17:55:04下载
- 积分:1