-
android localtion 定位例子
android localtion 定位例子
- 2014-09-22下载
- 积分:1
-
hsr_netlink
This header, excluding the ifdef __KERNEL__ part, is BSD licensed so anyone can use the definitions to implement compatible drivers servers.
- 2015-07-12 22:06:24下载
- 积分:1
-
Superuser
android平台下,超级用户的源码.包含了android的apk源码和一份su的源码(source code of android s superuser.)
- 2013-04-19 11:55:11下载
- 积分:1
-
11.wifi遥控小车实验
11.wifi遥控小车实验
- 2020-12-02下载
- 积分:1
-
PhoneGap 开发android应用例子源码下载
(1)把phonegap的jar包和xml文件放到工程下的正确目录; (2)修改src下的android默认类 DroidGap (3)在aseets下面建立工程的根目录www,并在其中放入js、html、image、css等普通的web文件; (4)只需要在index页面加入js包和css文件,其他页面只需要组织成一个简单的jQuery Mobile页面。 (5)调用一些特殊的api时,需要注意申请android许可!
- 2014-11-04下载
- 积分:1
-
android转盘抽奖实例
android转盘抽奖实例
- 2020-10-22 15:17:23下载
- 积分:1
-
android listView checkBox EditText 支持全选/反选/加减 例子源码下载
android listView实现EditText checkBox 全选 反选
- 2015-04-01下载
- 积分: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
-
gSTC-ISP
stc51单片机linux下的串口下载程序,具有可视化界面。在下载的时候请注意选择较低的频率。(stc51 SCM under linux download, visual interface. Note that when you select a lower frequency of downloading.)
- 2013-12-25 09:17:11下载
- 积分:1
-
百度地图的路线规划
百度地图的路线规划
- 2014-07-04下载
- 积分:1