-
android-2409SDK
库使用方法:
1、解压libs.zip;
2、将libs文件夹直接拷贝到工程根目录下。
(Library use: 1, extract libs.zip 2, the libs folder copy directly to the project root directory.)
- 2013-06-13 11:42:48下载
- 积分:1
-
java netty4
java netty4
- 2022-01-26 07:17:09下载
- 积分:1
-
android wifi 直连 文件传输例子源码下载
android wifi 直连 文件传输例子源码下载
- 2015-01-06下载
- 积分:1
-
android 2048游戏代码 下载
android 2048游戏代码 下载
- 2014-05-23下载
- 积分:1
-
SeparatorAttributeDescriptor
An exception that indicates that garbage-collector is finalizing a database object that is not explicitly closed.
- 2014-02-27 10:20:50下载
- 积分:1
-
新安卓短信栏载+邮箱接收源码
资源描述安卓短信栏载+邮箱接收源码 安卓短信栏载+邮箱接收源码
- 2022-01-28 19:07:23下载
- 积分:1
-
easypermissions
说明: easypermissions框架的用法(Usage of easypermissions framework)
- 2019-06-04 09:42:35下载
- 积分:1
-
HTML+CSS样例
这个事html+CSS最基础的CSS基本应用使用大多数的浏览器支持,简单使用,学习CSS的最佳方法,希望可以有人支持这个下载文档
- 2022-08-25 17:03:04下载
- 积分: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
-
SMTP(发送E-mail)
资源描述可以发送email的VC source code(VC 6.0),想要学习的同学抓紧下载。
- 2022-02-07 01:36:24下载
- 积分:1