-
bardate
小熊的日记,一个微信小程序的源码(The diary of a little bear, the source of a WeChat small program)
- 2018-07-30 21:02:59下载
- 积分:1
-
android 预约挂号系统源码,全屏展示 效果实例源码
android 预约挂号
- 2014-08-15下载
- 积分: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
-
android 监听自身被卸载 例子源码
android 监听自身被卸载 例子源码
- 2014-09-23下载
- 积分:1
-
用Java实现一个WEB浏览器,可以打开网页,可以设置背景图片,界面友好,非常有利于学习Java项目开发
资源描述
需求:用Java实现一个WEB浏览器
功能:可以打开网页,可以设置背景图片,界面友好;
说明:项目属于轻量级项目,代码量不算很多,而且带有注释,非常有利于初学者学习Java项目开发。
- 2022-07-24 23:47:10下载
- 积分:1
-
android 视频聊天源代码(wifi)
android 视频聊天源代码(wifi)
- 2014-08-22下载
- 积分:1
-
JDBC操作H2数据库
H2数据库提供了多种操作模式。其中内存模式速度很快,可以用于开发阶段测试,或者做Memche。H2的单文件数据库性能也不错。通过JDBC连接很简单。包中已含有驱动文件,加入到classpath即可。
- 2022-03-03 10:13:42下载
- 积分:1
-
android_develop
基于对android的入门和深入开发,里面还有一些源码,希望对大家有所帮助(Based on the entry and in-depth development of android, there is some source, we want to help)
- 2012-03-14 17:08:39下载
- 积分:1
-
MODBUS协议中文版
Modbus可编程控制器之间可相互通讯,也可与不同网络上的其他设备进行通讯,
支撑网络有Modicon的Modbus和Modbus+工业网络。网络信息存取由控制器内
置的端口,适配器以及Modicon提供的模块选件和网关等设备实现,对OEM
(机械设备制造商)来说,Modicon可为合作伙伴提供现有的程序,可使Modbus+网络紧密地集成到他们的产品计中去。
- 2023-04-27 14:45:04下载
- 积分:1
-
test_linearLayout3
安卓开发,实现数据增加,下拉到底部后自动增加新页并且增加数据(Android development, implement the data increases, down to the bottom after adding new pages and increase data automatically)
- 2016-11-04 11:14:33下载
- 积分:1