-
安卓计算机游戏代码
一个安卓的小游戏,计算器的实现在安卓手机上,十分容易操作,就像我们平时用的计算器一样,这是一个简单的算法编程,有利于初学者的使用在编程安卓系统的方面
- 2023-06-28 11:30:03下载
- 积分:1
-
android电子点餐系统
CREATE PROCEDURE `new_proc`(IN tableId1 INTEGER(11), IN tableId2 INTEGER(11))
NOT DETERMINISTIC
SQL SECURITY DEFINER
COMMENT ""
BEGIN
declare perNum,oId1,oId2 integer;
select personNum into perNum from OrderTbl as ot where
ot.tableId =tableId2
and ot.isPay = 0;
select id into oId1 from OrderTbl as ot where
ot.tableId = tableId1
and ot.isPay = 0;
select id into oId2 from OrderTbl as ot where
ot.tableId = tableId2
and ot.isPay = 0;
update Order
- 2022-08-09 22:02:27下载
- 积分:1
-
CreatePulleyJoint
滑轮关节,Android开发精典案例源码,很好的参考资料。(The pulley joint, Android development of classical case of source code, a good reference.)
- 2013-11-12 00:14:46下载
- 积分:1
-
Monkey
android上的MONKEY测试的使用方法(android the MONKEY test on the use of)
- 2012-05-28 23:48:36下载
- 积分:1
-
Android 自动更新
这是Android自动更新代码,没有使用系统的DownloadManager,而是自己写的下载更新,可以满足很多APP的更新需求,
- 2022-03-24 23:57:15下载
- 积分:1
-
base64 jar包
解决android开发时,导入sun.misc.BASE64Decoder错误,自己就提取源码后做的jar包,导入就可用
- 2022-03-11 18:08:07下载
- 积分:1
-
android 平台聊天
这是 android 系统的简单聊天。2 个或更多 andoid 手机可以说它们之间和可以共享文件。这个简单的应用程序不是 profational。首先你需要运行的服务器以后您需要运行客户端。
- 2023-08-22 23:30:04下载
- 积分:1
-
DishSystemClient
自己写的一个安卓无限点餐系统,安卓系统,能够连接无线,进行快捷式的点餐~~(Himself wrote a Android the infinite ordering system, Android system that can connect to a wireless, fast ordering ~ ~)
- 2013-05-06 23:09:33下载
- 积分:1
-
FallScreenBrower
android上实现的一个简单的浏览器,全屏浏览器,初学者可参考开发(android on the implementation of a simple browser, full-screen browser, beginners can refer to the development)
- 2011-12-12 11:33:39下载
- 积分:1
-
java 在线考试系统
需要自行建数据库
- 2020-11-27下载
- 积分:1