-
远程视频监控
【核心代码】 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 九宫格滑动解锁实例源码下载
- 2014-09-02下载
- 积分:1
-
视频游戏玩家的合作伙伴
这段代码是猜测,从多部影片的视频,当用户在显示视频N多,他可以选择将谁与原来的视频播放合作伙,他的合作伙伴可以通过聊天给他发胶,和他娘家猜测该视频
- 2022-03-24 21:41:57下载
- 积分:1
-
考勤管理系统
这个代码项目是使用 Java 和微软access开发的在线考勤管理系统。欢迎下载,试用。谢谢大家的支持 !
- 2022-04-21 10:19:36下载
- 积分:1
-
android优化大师 项目完整源代码下载
仅供大家学习交流使用
- 2013-08-28下载
- 积分:1
-
happy_book
可以读取txt文件,并且有很好用户界面的Android应用程序(You can read the txt file, and has a good user interface for Android applications)
- 2013-04-17 16:42:16下载
- 积分:1
-
仿微信图片放大
图片无限放大,不模糊,图片移动,仿微信图片放大
- 2014-04-10下载
- 积分:1
-
Bug 跟踪
Bug 跟踪改善软件可靠性 (BTS) 是一个自动化的系统,可以对员工和经理在任何组织中功能性有用。Bug 跟踪系统给出了该设施在组织中定义的任务,并且还允许经理跟踪雇员为该特定任务所花费的 bug。利用设备在曼谷大众捷运系统允许管理者分析哪些是这些技能的雇员可支持的生成报告和那些没有被使用。此工具可以帮助管理人员为每个项目或应用程序的错误估计。此工具可帮助员工记录他们的 Bug,并分析此项目旨在建立一个 Bug 跟踪系统。该项目将对所有开发人员都可以访问和其设施允许开发人员把重点放在创建数据库架构以及同时让应用程序服务器定义基于 JSP 和它们之间的关系中的字段的表。该系统提供以下设施。这一制度的目标是: 来跟踪员工的技能和基础的技能在予一名雇员完成分配的任务。员工没有捕获的错误。它可以在日常的基础上完成。一位经理,由这个系统为一名雇员,以及生成各种报告。软件需求规格说明软件要求操作系统: Windows XP/2003年或 Linux/Solaris用户界面: HTML CSS客户端脚本: JavaScript编程语言: JavaWeb 应用程序: JDBC,JNDI,Servlet JSPIDE/工作台: 日食与 MyEclipse 插件数据库: Oracle/访问服务器部署: RetHat JBoss AS硬件要求处理器: 奔腾 IVHard Disk : 40GBRAM
- 2023-06-10 18:40:08下载
- 积分:1
-
android_key
android新增按键值流程,从底层到中间层再到上层app,对linux和android framework有个一定的认识(android key value added processes, from the bottom to the middle layer and then to the upper app, android framework for linux and have a certain understanding of)
- 2013-10-09 11:34:19下载
- 积分:1
-
仿大众点评
仿大众点评,大家可以学一下,了解一下基础的安卓软件知识,包括基础的app创建,以及数据库,搭建网络。适合初学者,看起来还不错,谢谢大家下载
- 2022-03-20 17:30:11下载
- 积分:1