-
类似新浪微博的加载图片
类似新浪微博的加载图片
- 2013-07-18下载
- 积分:1
-
FlowLayout
说明: 流失标签,用于搜索推荐,可定义点击状态,用于搜索推荐,可定义点击状态(Lost tags, used for search recommendation, can define click status, used for search recommendation, can define click status)
- 2020-06-21 22:20:02下载
- 积分:1
-
RecordTest
android语音识别,使用讯飞的sdk(在线使用)(android voice recognition, use iFly sdk)
- 2016-10-08 13:27:16下载
- 积分:1
-
基于STM32的温感GPS终端设计
【实例简介】
野火的指南者,GPS是ATGM332D,温度传感器是DHT11。实现定位温度的采集、LCD显示及WIFI传输
/**
温感GPS终端设计.rar
******************************************************************************
* @file main.c
* @author fire
* @version V1.0
* @date 2013-xx-xx
* @brief 对GPS模块传输的数据进行解码,获取定位信息。
******************************************************************************
* @attention
*
* 实验平台:秉火 STM32 F103-指南者 开发板
* 论坛 :http://www.firebbs.cn
* 淘宝 :https://fire-stm32.taobao.com
*
******************************************************************************
*/
#include "stm32f10x.h"
#include "./usart/bsp_usart.h"
#include "./gps/gps_config.h"
#include "./lcd/bsp_ili9341_lcd.h"
#include "./systick/bsp_SysTick.h"
#include "./dht11/bsp_dht11.h"
#include "./i2c/bsp_i2c_ee.h"
#include "./flash/bsp_spi_flash.h"
#include "usart1.h"
#include "test.h"
#include "bsp_esp8266.h"
#include
#include
extern void nmea_decode_test(void);
extern void ESP8266_StaTcpClient_UnvarnishTest2(void);
int main(void)
{
ILI9341_Init ();
SysTick_Init();
DHT11_Init ();
ILI9341_GramScan ( 6 );
USART_Config();
USARTx_Config();
ESP8266_Init ();
GPS_Config();
while(1)
{
ESP8266_StaTcpClient_UnvarnishTest2();
nmea_decode_test();
}
}
- 2021-10-16 00:31:16下载
- 积分:1
-
ButterflyDemo
android里面带有进度条的button,非常实用,好用,很漂亮的(android button with a progress bar which is very practical, easy to use, very nice)
- 2014-12-26 12:47:50下载
- 积分:1
-
七牛云SDK源码
七牛云SDK源码
- 2015-05-19下载
- 积分:1
-
Android_feigequanshu
android 飞鸽传书源码,比较好的资料
- 2013-03-15 09:47:00下载
- 积分:1
-
timerpickercompat
用fragment实现的timepicker,风格为material design,接口友好,有白天模式和夜间模式,其中白天模式可设置主题色
- 2022-03-25 03:17:11下载
- 积分:1
-
android考勤系统
基于ecplise的android考勤系统,可实现学生签到,注册,判定离线等基本状态。
- 2022-01-26 02:38:28下载
- 积分:1
-
android 三个Listview共享一个滚动条 实例源码下载
3listview example
- 2015-02-03下载
- 积分:1