-
通过rtsp连接网络摄像头
通过rtsp连接网络摄像头
- 2017-04-21下载
- 积分: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微信初级开发源代码
java微信初级开发源代码,适合初学者学习使用,代码完整可靠,亲测,可以直接使用,可以运行.希望能给喜欢微信开发的朋友提供帮助.
- 2022-04-18 12:39:57下载
- 积分:1
-
DataExtract
改程序采用jsoup工具,从新浪和CNN新闻网页中抽取新闻元数据(标题、时间、内容、发布单位)(Reform program uses jsoup tool,News extract metadata (title, time, content, publishing units) from Sina and CNN news page)
- 2020-07-14 23:58:50下载
- 积分:1
-
公交车管理系统
这公交车管理系统包括总线的详细信息。它存储总线信息和员工信息。
本系统管理的公交车路线和预订的客户。它涉及管理财务状况和员工的薪资。 跟踪的出发和到达的公交车。 此系统还具有公共汽车保险详细信息
- 2022-03-28 18:42:35下载
- 积分:1
-
网格包布局
在 java 中实现 gridbag 布局的代码。它使用按钮,向文本框、 下拉列表菜单以解释 gridbag 布局背后的基本概念。
- 2023-09-06 03:30:04下载
- 积分:1
-
简单的走迷宫小游戏
资源描述这是一个很简单的小男孩走迷宫小游戏作品,加入了地图类贴砖,小男孩碰到墙壁不能继续往前走,只能沿着迷宫隧道走。
- 2022-11-10 09:10:04下载
- 积分:1
-
Android-PPT
Android learn. This document include all PPT and other meterials to help you learn the Android development(Android learn. This document include all PPT and other meterials to help you learn the Android development.)
- 2015-05-05 21:00:44下载
- 积分:1
-
网络项目
这个应用程序可以帮助用户从服务器读取文件服务器架构师让我们看看有什么可以看的两个学校的孩子们的故事是可能的,我们会打电话给谢尔登和佩妮。谢尔登和Penny在同一阶段的教育和使用相同的电子变速器的数学课本。让我们说一些困难thatsheldon了解如何导出方程(5.12)fromequation(5.11)文本的23页。如果谢尔登是一个对linediscussion论坛的成
- 2022-10-21 10:05:04下载
- 积分:1
-
AndroidCharacterTest
Android Character Test for Linux.
- 2014-06-19 10:18:53下载
- 积分:1