-
安卓程序
资源描述
这是关于一款地图软件,可以上传下载文件,可以在线导航,还可以使用微信进行扫码。
当你没有联网的时候,可以直接使用离线包下载,方便快捷的一款小程序。帮助安卓初学者,简单易使用。
- 2022-12-11 17:10:04下载
- 积分:1
-
OS-master
简单文件系统,实现一些基本操作,如创建文件、打开、关闭、读、写(Simple file system, to achieve some basic operations, such as creating files, opening, closing, reading and writing)
- 2018-06-20 13:46:42下载
- 积分:1
-
RequestProxyAuthentication
Request Proxy Authentication for Andriod.
- 2013-10-25 17:25:17下载
- 积分:1
-
java最新ssh聊天系统
资源描述java最新ssh聊天系统,亲自开发测试,保证能用
- 2022-04-07 23:02:27下载
- 积分:1
-
非常简单通讯录
非常简单的一个通讯录,根据java与数据库access结合,能够实现简单的增删改查等功能,包括姓名,邮箱,电话号码等相关的信息
- 2022-05-07 17:57:37下载
- 积分:1
-
AndroidNTRIPClient-Source
Android 版的GPS NTRIP协议的客户端源码。通过网络TCP/IP通信。(Android version of the GPS NTRIP protocol client source code. Through the network TCP/IP communication.)
- 2013-04-23 11:27:48下载
- 积分:1
-
超市管理系统(jsp源码+mysql数据库)
【实例简介】
- 2021-07-15 00:31:54下载
- 积分:1
-
qqExListView
详细介绍 - [ 仿QQ多级列表框源码 ]
Android 仿QQ多级列表框实现。(Detailed- [imitation QQ multi-level list box source]
Implementation of Android imitation QQ multilevel list box.)
- 2016-06-05 18:37:37下载
- 积分: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
-
How to make splash
说明: 制作Android开机Splash.img镜像文件(Making an Android boot Splash.img image file)
- 2020-06-23 12:40:01下载
- 积分:1