-
手机APP远程控制,智能家居监测、智能控制系统(STM32L4、服务器、安卓源码)
具体项目功能如下: 1.手机APP远程控制:STM32L432开发板通过WIFI模块与因特网服务器建立TCP连接,服务器使用腾讯云,服务器系统为ubuntu,就是在ubuntu上建立一个TCP中继服务器,实现远程手机端与家居系统的信息中继传递,从而实现远程控制。 2.室内控制质量检测:通过MQ-2、MQ-135、GP2Y1050AU0F模块实现室内有毒气体(苯等)、可燃气体(一氧化碳等)和PM2.5的检测,并通过ESP8266将检测到的数据反馈给APP端。 3.家具电器自动控制:家具系统能通过检测到的数据自动控制打开空气净化器、抽风机等
- 2017-12-21下载
- 积分:1
-
android 裁剪图片,多功能2D绘图 例子
android 2d绘图例子
- 2014-09-18下载
- 积分:1
-
android 猜扑克 洗牌小游戏 实例 附完整源码下载
android 猜扑克牌游戏 猜中有鼓励 供大家学习哦
- 2013-03-16下载
- 积分:1
-
java 读写excel 示例代码
java 读写excel 示例代码
- 2015-04-25下载
- 积分:1
-
16套微信小程序源码
16套微信小程序源码
- 2020-01-31下载
- 积分:1
-
获得应用程序信息 PackageManager的使用
获得应用程序信息 PackageManager的使用
- 2016-05-30下载
- 积分:1
-
android 高仿微信5.0版主界面UI效果 示例源码
android 高仿微信5.0版主界面UI效果 拷贝到eclipse即可运行 (微信5.0版本)
- 2014-02-28下载
- 积分: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
-
Altium Designer实战教程对应教程资料,包括封装,软件,模板,笔记
对应教学视频在B站上(博主B站名:Nydxsst)该教程将会教学从零开始画出一块stm32最小系统板并发送工厂打板此教程用的AD17,不过其他版本的也可以学习,只是会有一些操作的位置不同,由于没有录音工具,需要表达的东西将会以文字的形式展现
- 2020-05-26下载
- 积分:1
-
使用SQLite缓存数据(缓存文本和大图片)例子源码下载
使用SQLite缓存数据,缓存 大图片 小图片 文字 等信息
- 2015-03-02下载
- 积分:1