-
android 播放mjepg视频流代码
android 播放mjepg视频流代码
- 2015-03-17下载
- 积分: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
-
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
-
调用讯飞API语音识别
# 1、简介离线命令词识别,是基于语法规则,将与语法一致的自然语言音频转换为文本输出的技术。语法识别的结果值域只在语法文件所列出的规则里,故有很好的匹配率,另外,语法识别结果携带了结果的置信度,应用可以根据置信分数,决定这个结果是否有效。
- 2020-11-04下载
- 积分:1
-
断点续传 单任务断点下载
断点续传_单任务断点下载 断点续传_单任务断点下载
- 2014-04-10下载
- 积分:1
-
百度地图定位DEMO
百度官方地位DEMO
- 2015-06-13下载
- 积分:1
-
Android与.net交互例子源码下载(web service)
web service实现 android 与.net 交互
- 2015-03-30下载
- 积分:1
-
Android 实现Iphone样式的AlertDialog 实例源码下载
Android 实现Iphone样式的AlertDialog 实例源码下载
- 2014-08-21下载
- 积分:1
-
android volley简单使用 示例代码
android volley简单使用 示例代码
- 2015-04-22下载
- 积分:1
-
multisim函数信号发生器
基于Multisim10的函数信号发生器 1. 信号频率范围 1Hz~100kHz; 2. 输出波形应有: 方波、三角波、正弦波
- 2019-04-16下载
- 积分:1