-
文件上传
文件上传
- 2013-12-30下载
- 积分:1
-
MAU4-40,-55,-70图谱
螺旋桨图谱设计,MAU4-40,-55,-70图谱
- 2019-06-11下载
- 积分:1
-
Spring及依赖注入 入门级实例(文档)
Spring创始人Rod JohnsonSpring简介什么是IoC,依赖注入使用Spring依赖注入示例创建登录示例,编写dao,biz,action为项目添加Spring支持编写Spring配置文件测试注入编写Spring与Struts集成的配置文件在Struts中配置插件在Sping中配置Action面向接口编程注入的使用总结
- 2014-12-13下载
- 积分:1
-
android broadcast (广播生命周期实例)下载
android broadcast (广播生命周期实例)下载
- 2014-03-16下载
- 积分:1
-
android 蓝牙4.0 BLE例子源码下载
android 蓝牙4.0 BLE例子源码下载
- 2014-08-27下载
- 积分:1
-
matlab中对红外光谱的预处理代码
matlab中对红外光谱的预处理代码,源代码 包括 对红外光谱的平滑处理、一阶求导 、二阶求导等。以及 回归分析
- 2020-05-26下载
- 积分: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 高仿易信UI主界面 实例源码下载
android 高仿易信UI主界面 实例源码下载
- 2013-10-23下载
- 积分:1
-
android 随手记账本app源码下载,可以在eclipse直接运行
转载的源码可直接运行,仅用于学习
- 2018-08-10下载
- 积分:1
-
安卓 树形视图实例源码下载
安卓 树形视图实例源码下载
- 2015-02-08下载
- 积分:1