-
android 模拟qq发送表情功能 例子源码下载
模拟QQ或微信的发送表情功能
- 2015-04-16下载
- 积分:1
-
乱码
乱码
- 2013-12-30下载
- 积分:1
-
Compass
android源码分享之指南针程序,非常不错的源代码(the compass android source code sharing program, a very good source)
- 2012-04-29 18:29:09下载
- 积分:1
-
Mobile_Tutorials_en
Mobile Tutorials: Mobile Application Development (iOS and Android)
- 2021-03-31 16:09:09下载
- 积分:1
-
基于eclipse开发的安卓数据添加删除
基于eclipse开发的安卓数据添加删除基于eclipse开发的安卓数据添加删除基于eclipse开发的安卓数据添加删除基于eclipse开发的安卓数据添加删除基于eclipse开发的安卓数据添加删除基于eclipse开发的安卓数据添加删除基于eclipse开发的安卓数据添加删除基于eclipse开发的安卓数据添加删除
- 2022-02-04 21:02:21下载
- 积分:1
-
Android基于客户端和服务器的Socket编程例子---Socket基础通讯
Android基于客户端和服务器的Socket编程例子---Socket基础通讯
- 2013-10-22下载
- 积分:1
-
AccountSetupIncoming
Account Setup Incoming for Andriod.
- 2013-10-06 00:35:28下载
- 积分:1
-
Android-introduction
安卓系统入门介绍,非常不错哦! 想学安卓的人不要错过。(android introduction, nice)
- 2013-09-16 08:31:21下载
- 积分:1
-
android 语音识别 合成听写 实例源码下载(科大讯飞)
android 语音识别 合成听写 实例源码下载(科大讯飞)
- 2014-06-25下载
- 积分: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