-
图书管理系统JSP+SQL 完整源码下载
用的的组件: struts1.2jsp2.0 servlet2.4jdk1.5tomcat5.5jstl1.1
- 2015-04-25下载
- 积分:1
-
Android Augmented Reality(增强现实) 源码with AndAR引擎 + Markers
Android Augmented Reality(增强现实) 目前是当下的一个热点,但该领域还远没有发展完善,应该还算比较初期,
大公司还没有真正进入,未来一定会有很多创新机会,以及相应的商机。上传的源代码,我认为是一个较为完整的AR
实现(不包括AR引擎的NDK部分),可以作为有志者的一个起点。
- 2022-03-09 21:07:18下载
- 积分:1
-
xmpp示例
应用背景这么时间一直在弄smack,弄个例子给大家看看,里面转载了网上一些同道中人的一些内容,十分有用。关键技术java,android,xmpp,smack头疼了很久,弄个例子防着以后自己忘了,同时也分享给大家,有需要的大家都来看看把!
- 2022-03-01 21:34:01下载
- 积分:1
-
LinkGame
能实现电脑端双人连连看游戏,里面已设置好关卡,只有在规定时间内通过游戏关卡才能进入下一关,否则游戏失败,同时进行倒计时。(It can realize the double-player continuous watching game on the computer side. The game has been set up a checkpoint. Only through the game checkpoint in the prescribed time can we enter the next level, otherwise the game will fail and the countdown will be made at the same time.)
- 2019-04-03 15:34:59下载
- 积分:1
-
可以联网中国象棋Android源码
基于安卓的象棋项目源码,为联网游戏而设计的。配有java服务端,不过只能单开。我没有测试具体的功能,感兴趣的可以自己链接数据库试试吧。下面是运行指南和开发设计文档。
本源码分为客户端和服务端
客户端编译即可运行,socket连接为:127.0.0.1:9898
运行服务端时,需要使用MySQL建表,建表语句如下:
create database chinachess;
use chinachess;
create table user(
id int primary key auto_increment,
name char(10) unique not null,
password char(16) not
null, head int default 0,
score int default 0,
victory_count int default 0,
defeat_count int default 0, draw_count int default 0, join_time datetime
) charset utf8 collate utf8_general_ci;
服务端DbUtil.java里面有连接数据库的配置
功能
1:登陆
2.注册
3.消息
4:匹配游戏
5:走棋
6:求和
7:同意求和
* 8:悔棋
* 9:同意悔棋
* 10:认输
- 2022-03-11 15:32:55下载
- 积分:1
-
基于STM32的网络通信实例
【实例简介】
该实例是运行在STM32平台上的LWIP网络通信实例
- 2021-08-05 00:30:58下载
- 积分:1
-
Media_Setting
基于全志A10 android4.0平台,开发的GPIO控制程序,通过UI界面选择不同状态下GPIO口输出不同的电平状态,来实现由高低电平来控制外部设备;本例程主要实现5个IO口控制Audio和vedio的不同格式输出(Based on Allwinner A10 android4.0 platform, the development of the GPIO control procedures, through the UI interface to select a different state, a different GPIO port output level state, to achieve the high and low to control external devices This course mainly to achieve five IO port control Audio and vedio output different formats)
- 2013-10-08 21:33:56下载
- 积分:1
-
Android 创建HttpPost对象 获取HTTP连接
HttpGet httpGetRequest = new HttpGet(urlGet);//创建HttpPost对象
try {
HttpResponse httpResponse = new DefaultHttpClient().execute(httpGetRequest);
if(httpResponse.getStatusLine().getStatusCode()==200){//连接成功
String result = EntityUtils.toString(httpResponse.getEntity());//获得资源
result = result.replaceAll("
|
|
|
", "");//去掉信息中的回车和换行
EditText etGet = (EditText)findViewById(R.id.etGet);//获得EditText对象
etGet.setText(result);//为EditText设置内容
}
} catch (Exception e) {//捕获并打印异常
EditText etGet = (EditText)findViewById(R.id.etGet);//获得EditText对象
etGet.setText("连接出错:"+e.getMessage());//为EditText设置出错信息
}
- 2022-03-21 18:06:57下载
- 积分:1
-
俄罗斯方块
一个俄罗斯方块的游戏,在游资中用户可以设置背景音乐。在界面上可以通过向上滑变化图形,向下滑加速,左右滑表示图形移动。
- 2022-12-05 11:15:04下载
- 积分:1
-
Android best application GPS
Traccar软件根据Apache许可证2.0进行许可。
- 2022-12-10 00:45:11下载
- 积分:1