-
android 微信分享示例代码
不错的demo,大家可以借鉴一下
- 2015-04-21下载
- 积分:1
-
Android中通过ViewPager动态加载数据完整示例源码下载
Android中通过ViewPager动态加载数据完整示例源码下载
- 2014-04-05下载
- 积分:1
-
android 录制视频实例 VideoRecordDemo
android 录制视频实例 VideoRecordDemo
- 2015-02-05下载
- 积分:1
-
Android实现Windows风格的Dialog 实例源码下载
Android实现Windows风格的Dialog 实例源码下载
- 2014-08-21下载
- 积分:1
-
android xutils 工具 源码+实例下载
xutils 工具
- 2015-01-09下载
- 积分:1
-
游戏引擎jar包
游戏引擎jar包
- 2013-12-24下载
- 积分:1
-
基于stm32的室内环境监测系统设计及实现
用STM32f103zet6单片机做的室内环境监测系统,用到了LCD显示屏,光敏传感器,火焰传感器,红外遥控,烟雾传感器,高感度声音传感器,DHT11温湿度传感器等多个传感器模块综合,
- 2020-05-26下载
- 积分:1
-
javaweb电影网站
http://127.0.0.1:8081/moviesys/manage/login.jsp管理员账号:王长荡密码:kissherhttp://127.0.0.1:8081/moviesys/用户账号:aa密码:aa数据库导入:配好path环境的前提下在密令窗口里执行:imp scott/tiger@xe file=d:DVD.dmp
- 2021-05-06下载
- 积分:1
-
android 刮刮乐效果 实例源码下载
android 刮刮乐效果 实例源码下载
- 2014-09-20下载
- 积分: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