-
记事本,一个编辑器
这是一个编辑器,就像记事本用于执行功能一样的搜索和替换一个长文档中。编辑和删除也是可能的。这是在 Java 中编码。
- 2022-04-17 00:18:02下载
- 积分:1
-
android webview 与js 交互例子源码下载(相互调用)
android webview 与js 交互例子源码下载(相互调用)
- 2015-05-05下载
- 积分: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实现的一个交通灯源码,在现有的道路条件下,提高交通控制和管理水平,合理利用现有的交通设施,充分发挥其能力,是解决我国现在交通问题的有效方法之一。而对单路口信号配时的优化,是城市交通区域控制的基础,十分之重要。本文将自适应变异粒子群算法应用于交通信号配时,与传统的信号配时方法相比较,车辆的平均延误得到了明显的改善。
- 2023-05-17 22:15:03下载
- 积分:1
-
Android
安卓开发,第一本书的源码,非常给力,大家欢迎下载(Andrews development, the first book of the source code, is to force everyone welcome to download)
- 2016-07-12 22:45:25下载
- 积分:1
-
CertificationRequestInfo
Certification Request Info for Andriod.
- 2013-12-05 10:43:26下载
- 积分:1
-
大金刚游戏代码C
应用背景这是一个大金刚游戏,是真的很酷。全动画和工作。所有的类的代码在这里。关键技术这是基于它是一个非常容易和简单的游戏。代码中包含不同类
- 2023-04-11 17:50:03下载
- 积分:1
-
android图片上传的demo 源码(含服务器端和客户端源码)
android图片上传的demo 源码(含服务器端和客户端源码)
- 2014-09-18下载
- 积分:1
-
android 高仿qq完整源码下载(含服务器端源码)
高仿qq源码,含 服务器端源码以及数据库sql
- 2014-12-15下载
- 积分:1
-
MysqL帮助文档
这本手册对mysql数据库进行了详细的介绍,包括mysql与其它数据库的比较,还对sql语句进行了举例说明,详细的介绍了内部机制。
- 2023-01-14 04:35:03下载
- 积分:1