-
安卓系统程序
关于服务器端向Android客户端的推送,主要有三种方式:轮询,应用程序应当阶段性的与服务器进行连接并查询是否有新的消息到达你必须自己实现与服务器之间的通信,例如消息排队等。而且你还要考虑轮询的频率,如果太慢可能导致某些消息的延迟,如果太快,则会大量消耗网络带宽和电池;SMS(通过发送短信并解析短信内容来获取服务器端的指令),这个出现的问题是很难找到免费的网关来发送短信;最后就是持久连接,主要是Socket通讯,这个解决了性能问题,但是耗电问题依旧没能解决。
- 2022-02-13 04:20:27下载
- 积分:1
-
java学生成绩管理系统
应用背景Java实现学生成绩管理系统对学生选课,学生信息,教师信息,选课信息都具有增删改的功能。实现简单的教务管理。关键技术Java连接数据库,用SQL语句实现一些功能操作。
- 2022-07-03 19:11:57下载
- 积分:1
-
kechengbiao
使用Android studio编写的课程表app,(Android studio kechengbiao app)
- 2021-04-25 23:38:45下载
- 积分:1
-
79207011wenjuandiaocha
一个很全面的问卷调查系统,其中包含了源代码哦,强烈建议下载.(A very comprehensive survey system, which includes the source code Oh, it is strongly recommended to download.)
- 2013-11-01 10:54:12下载
- 积分:1
-
莎士比亚的编程语言编译器项目
这包括词法分析a) b)语法分析确保也进入出口的每个字符检查是否在剧中的字符从 Shakespeare字符或不
- 2022-12-03 07:35:03下载
- 积分:1
-
android 网易手机客户端源码下载
(含注册/登陆/天气/搜索等功能)
- 2013-12-26下载
- 积分:1
-
安卓选课系统源码(基于sqlite数据库)
Android Studio开发的选课系统,功能主要有有以下几项:学生注册;管理员、学生登录;学生选课信息管理(增删改查);管理员管理课程信息(增删改查)。
- 2020-06-11下载
- 积分:1
-
远程视频监控
【核心代码】 public interface CameraSource { static final String LOG_TAG = "camera"; /** * Open the camera source for subsequent use via calls to capture(). * * @return true if the camera source was successfully opened. */ boolean open(); /** * Close the camera source. Calling close on a closed CameraSource is * permitted but has no effect. The camera source may be reopened after * being closed. */ void close(); /** * The width of the captured image. * * @return the width of the capture in pixels */ int getWidth(); /** * The height of the captured image. * * @return the height of the capture in pixels */ int getHeight(); /** * Attempts to render the current camera view onto the supplied canvas. * The capture will be rendered into the rectangle (0,0,width,height). * Outstanding transformations on the canvas may alter this. * * @param canvas the canvas to which the captured pixel data will be written * @return true iff a frame was successfully written to the canvas */ boolean capture(Canvas canvas); boolean saveImage(String savePath, String fileName); }
- 2013-12-04下载
- 积分:1
-
双鱼林基于安卓Android销售管理系统
资源描述双鱼林基于销售管理安卓Android系统双鱼林基于安卓Android销售管理系统双鱼林基于安卓Android销售管理系统双鱼林基于安卓Android销售管理系统双鱼林基于安卓Android销售管理系统
- 2022-03-22 10:35:23下载
- 积分:1
-
android 4.4 通过拍照、相册 设置头像实例源码下载(亲测通过)
该实例成功解决了 android 4.4 系统 选择照片后 截图失败问题,这是路径取值问题, 详细看代码吧
- 2015-02-13下载
- 积分:1