-
android 手势密码解锁 九宫格解锁实现源码下载
九宫格解锁实现,附完整源码
- 2013-07-21下载
- 积分:1
-
bookreaderactivity
这是我上个月份编写的一份android平台下的txt文本阅读器的工程代码。若对此有兴趣者可以这份代码为基础开始学习。(This is a text reader s code for txt files on android platform.Anyone who is interested in it can study it according to this code.)
- 2012-11-14 21:04:19下载
- 积分:1
-
shishan2
1.修改了下载页代码,会员下载不会出现问题。
2.修改删除软件页的代码,解决了删除软件时不能删除生成的html下载页的问题。
3.同样删除分类时,同时也删除了该分类中的软件的html页面。
4.系统设置中增加对首页广告的修改,无须修改原来的index_mb.asp,可进行在线管理。
5.界面进一步美化(1 modify the download page code, member download will not be a problem.
2 modify the code to remove the software page, to solve the problem of HTML download page can not be deleted when deleting the software.
3 also delete the classification, but also delete the HTML page of the classification of the software.
4 system settings to increase the home page ad modification, no need to modify the original index_mb.asp, can be online management.
5 to further beautify the interface)
- 2016-03-06 17:35:27下载
- 积分:1
-
testphonegap
membuat template phonegap
- 2018-02-21 09:40:39下载
- 积分:1
-
Scroll
这个源码是一个简单的andorid跑马灯滚动效果,可以运行(This source is a simple andorid Marquee scrolling effect, you can run)
- 2012-07-25 09:28:05下载
- 积分:1
-
android 微信分享示例代码
不错的demo,大家可以借鉴一下
- 2015-04-21下载
- 积分:1
-
Java 做的纸牌游戏
经典纸牌游戏一个 java 实现。使用摆动 GUI,拖放的弹珠,多线程游戏演示。
- 2022-04-23 20:28:00下载
- 积分:1
-
TankGame坦克游戏
package TankGame1;
import java.util.Vector;
//一个抽象的坦克类
class Tank{
int x;//表示坦克的坐标
int y;
boolean isAlive=true;
int direct=1;//表示坦克的方向
int speed=5;//坦克的速度
int life=4;//坦克的生命 表示要打几下才能够打死
int lifeDownSpeed=1;
public Tank(int x,int y){
this.x=x;
this.y=y;
- 2022-03-21 17:20:26下载
- 积分:1
-
jo通信工具
这是客户端/服务器应用程序分为 6 类:
< br / > 客户端,
< br / > 1 / 类 ChatBox: A JPanel,包含以下内容: 生活必需品组件
通信环境之间的客户端。
< br / > 2 / 上课 MsgBox: 为异常消息。
< br / > 3/JoMessenger: 它是主要客户端类,它
贴近 ChatBox JComboBox 为联系人列表和一个按钮
要更新此列表。
< br / > 服务器,
< br / > 1/类身份验证:
痴心,对 database(MySql/JDBC) 进行身份验证。
< br / > 2/类 ServerTask: 它是所有服务器任务的表示形式。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-26 20:53:40下载
- 积分:1
-
基于 java 贪吃蛇游戏
基于的贪吃蛇游戏是流行于诺基亚手机,这些版本用 Java 编写的它也有一个彩色的版本。还有一些与这一使它升级的版本相比,与常规的诺基亚手机的唯一性。这场比赛也是容易玩,任何年龄的人将得到它的挂起时它就是 played.it 可以在不同的编程语言编写,但作者选择去与 java 只是为了显示 java 编程语代码的唯一性提供还可以轻松地修改工作与其他简单的游戏,涉及从左到右,向上和向下运动。
- 2023-03-04 08:30:02下载
- 积分:1