-
Defect Tracking System
- 2022-09-05 02:15:03下载
- 积分:1
-
Java指纹识别
资源描述开源sourceAFIS改写的开源sourceAFIS改写的开源sourceAFIS改写的开源sourceAFIS改写的开源sourceAFIS改写的开源sourceAFIS改写的
- 2022-08-16 01:17:42下载
- 积分:1
-
打地鼠 Java
应用背景一个简单的打地鼠游戏,希望能帮助大家学到一点Java的基础。关键技术希望能给大家带来一点收获吧。不同于其他的代码。
- 2023-01-29 07:50:04下载
- 积分: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 socket demo
应用背景可以用于socket通信,模拟聊天之类的应用。可以用于socket通信,模拟聊天之类的应用。可以用于socket通信,模拟聊天之类的应用。可以用于socket通信,模拟聊天之类的应用。可以用于socket通信,模拟聊天之类的应用。关键技术一个简单的socket编程代码,可以看看,学习一下,用java写,可以调高我们的水平,多联系,重在参与!!!!!!!!!!!!!!!!!!!!!!!!谢谢
- 2022-02-13 04:19:30下载
- 积分:1
-
基于Firefox内核的Java版开发demo
基于Firefox内核的Java版开发demo,内部有大量的基于Mozilla的测试例子。例子都是基于swing进行开发,而且还有一个基于swing的带阴影的swing示例,大家可以参考学习。
- 2022-08-12 06:56:49下载
- 积分:1
-
SWT/jface写的资源管理器
应用背景SWT/Jface学习作品,供学习的同学下载,应用背景太少?这个我都已经明确说明了,学习资料啊。关键技术
使用Eclipse开发的SWT/Jface学习作品,供学习的同学下载;
这个要求太苛刻了,关键技术描述和应用背景写的内容类似也不行。严格啊。
- 2022-11-07 12:20:03下载
- 积分:1
-
java多线程
使用java多线程来模拟传统时钟的显示,分别显示时针,分针、秒针,时针为一个线程,分针为一个线程,秒针也为一个线程通过多线程来控制时针、分针、秒针的运行来显示从系统获得的当前时间。
- 2022-02-05 11:45:40下载
- 积分:1
-
水fefef fefef FEF
vf FVDFDFD ttttt;
- 2022-07-12 15:01:07下载
- 积分:1
-
http获取网页内容实例
http使用实例,能够获取各个网络上的网页内容,html代码内容直接输出,对于初学java网络编程者来说是非常不错的一个例子,用HttpUrlConnection连接发送报文信息,通过网址寻找网络上的大量网页,获取企html内容信息。
- 2022-03-14 14:05:21下载
- 积分:1