-
android多任务断点下载
android多任务断点下载
- 2014-09-03下载
- 积分:1
-
AndroidException
Android Exception Test Source Code for Java Script.
- 2013-10-12 16:49:51下载
- 积分:1
-
rapport LDF
- 2022-07-27 20:34:32下载
- 积分:1
-
BFT-Smart
完整Eclipse BFT-SMart工程(BFT-SMART test project for eclipse)
- 2019-05-20 15:15:31下载
- 积分:1
-
在 java 中的视频 MotionTracking
n 网络摄像机或视频,在他们周围绘制矩形。应用范围: 监控、 互动游戏、 运动用鼠标输入,等等,等等。在 Java 写。JMF 用于视频输入。C + + 会提高性能,但 Java 允许我在短时间内完成这项工程。
- 2022-06-14 09:51:15下载
- 积分:1
-
抓取网页数据
抓取网页数据,http抓取网页数据,http抓取网页数据,http抓取网页数据,http抓取网页数据,http抓取网页数据,http抓取网页数据,http抓取网页数据,http抓取网页数据,http抓取网页数据,http抓取网页数据,http抓取网页数据,http抓取网页数据,http
- 2022-04-30 18:41:37下载
- 积分: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应用开发的完整流程和实现细节,
- 2022-03-13 22:48:25下载
- 积分:1
-
MyGatt
BLE开发所需要的知识,通过官方demo,我们会发现很多service,点击service后,每个service下面是Characteristic,每个service和Characteristic都对应一个唯一的UUID。所以,在做BLE时候,首先你应该找出你的蓝牙外围设备uuid,不然会很头疼,这个UUID也可能是硬件给你的,也可以你自己试出来,当然自己试出来是个很烦的过程。自己试的方法就是根据demo,加上一份读写的协议,然后,排着点击,显示出来的蓝牙列表进行测试,看是否和协议对应。另外,BluetoothLeService类不用做太多的更改。(BLE develops the knowledge we need. Through official demo, we will find many service. After clicking service, every service is Characteristic, each service and Characteristic correspond to a unique UUID. So, when making BLE, first you should find out your Bluetooth peripheral device UUID, otherwise it will be very headache. This UUID may also be hardware for you, or you can try it out yourself, of course, trying out it yourself is a very boring process. The way to do it is to add a read and write protocol based on demo,then test the Bluetooth list displayed by clicking on it to see if it corresponds to the protocol. In addition, the BluetoothLeService class does not have to make too many changes.)
- 2018-02-07 11:55:52下载
- 积分:1
-
文件信息同步
这个代码是用于同步文件内的信息,当本地文件被修改,服务器文件也被同时修改。反向也能实现相同的功能
- 2022-03-19 09:45:52下载
- 积分:1