-
调用系统拍照
调用系统拍照
- 2013-12-30下载
- 积分: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
-
hook android函数例程
用于hook字符,改变显示的字符信息。比如把所有android输出端为w的字符改为p等。作为一个hook在android下使用的启蒙教程。对于别的函数的hook,也是应用类似方法。只要找到函数就能hook。使用需要root权限。
- 2022-04-22 06:21:34下载
- 积分:1
-
利用MATLAB进行弹道仿真源代码
不可多得的导弹仿真源程序 非常的经典 绝对不会后悔
- 2020-05-25下载
- 积分:1
-
AndroidManifestParser
Checks that a class is valid and can be used in the Android Manifest.
- 2013-10-14 23:11:56下载
- 积分:1
-
实时通讯类源码
基于android的实时通信类程序,模仿微信,界面美观,便于初学者通过代码学习各类控件的使用,手机自带多媒体的调用,学习如何使用数据库,listview,连接服务器等常用功能
- 2022-06-18 08:25:41下载
- 积分:1
-
androidM权限Utils
android6.0权限Utils,android6.0权限Utils,android6.0权限Utils,android6.0权限Utils,android6.0权限Utils,android6.0权限Utils,android6.0权限Utils,android6.0权限Utils,android6.0权限Utils,android6.0权限Utils,android6.0权限Utils,android6.0权限Utils,android6.0权限Utils,android6.0权限Utils,android6.0权限Utils,android6.0权限Utils,android6.0权限Utils,android6.0权限Utils,android6.0权限Utils,android6.0权限Utils,android6.0权限Utils,android6.0权限Utils,android6.0权限Utils,android6.0权限Uti
- 2022-02-10 08:53:30下载
- 积分:1
-
android控制电脑PPT 完整源码(无线鼠盘)
此实例含pc端源码和android源码,pc端的源码是C#语言,实现了 无线输盘 控制电脑等功能
- 2014-11-18下载
- 积分:1
-
记账本
简易记账表,内含饼状图,根据记账内容实现饼状图的实时变化。记录账目出入在主界面实时显示收入支出数目,内含登录注册功能。
- 2022-02-24 19:56:56下载
- 积分:1
-
防盗
防盗
- 2013-07-03下载
- 积分:1