-
使用Java波动视频播放器。它是一个非常优秀的播放器。播放所有类型的文件
下面所附的项目是一个视频播放器。它使用Java波动的概念前端Java
- 2022-02-15 23:26:33下载
- 积分: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
-
捕获IP数据包的小程序
捕获IP数据包的小程序帧封装、IP数据包解析和发送TCP数据包
- 2023-03-25 06:45:03下载
- 积分:1
-
javaEE学生系统管理
资源描述该图书管理系统用javaEE语言编写,在myeclipse10.0开发平台上进行测试,结合SQL语言及其数据库开发平台,实现了删除 查找 修改操作 另外,jsp 的应用界面简洁方便
- 2022-01-27 09:30:11下载
- 积分:1
-
无纸化考试系统
jsp+serlvet+mysql写的在线考试无纸化考试系统,很适合大二的学生做的期末大项目,功能还是比较齐全的。
- 2022-03-19 04:26:25下载
- 积分:1
-
图书馆管理
使用 netbean 开发图书馆系统喜请有人可以建立在 netbeans 的 booklibrary 的一个项目。该程序应提供一个菜单选项来使用库,包括: 1) 向库中添加一个新的项目
- 2022-01-25 14:45:55下载
- 积分:1
-
reerwtwer fdhgf
arysdyhsd 自卫队 dsfdfgdfg dfg dsfgdsfgdfhgf fg hfgh sd fds dfg sdfg h dsfgdfg rg tr rtrfd dfgfdg dfg dfgdfssgdfgdfsgdgdsfgdfgdfgdfgdsf dfg dfhhtghf t hthyh jtyj tyjdhdgfghydgf
- 2022-01-20 22:30:54下载
- 积分:1
-
坦克大战游戏源码+素材+文档
坦克大战游戏源码+素材+文档
本程序是一个简单的坦克游戏程序,用java语言编写,在jdk环境下运行。游戏开始时,用户通过键盘操纵坦克移动,转弯和射击,与敌人坦克进行交战,直到消灭所有敌人就可以过关。本程序包括23个类,2800多行代码,一个数据库和三个gif图片。
- 2023-07-07 23:50:03下载
- 积分:1
-
在线测验
这基本上是在线测验开发使用 JSP 和 MS Access 作为后端应用程序。
包括身份验证和算法的使用效率。
- 2022-03-13 01:40:18下载
- 积分:1
-
千里之行
应用背景应用Java web以及sqlserver做的一个购物平台,可以进行加入购物车,以及支付。后台有对订单以及商品的一些管理,,对用户进行的管理,。。。关键技术应用Java web以及sqlserver做的一个购物平台,有点类似于淘宝,不过淘宝只有前台,这个还有对应的后台处理,相当于淘宝中的卖家可以对本店的商品进行管理。
- 2022-04-10 14:38:03下载
- 积分:1