-
flutter-go-master
说明: flutter UI 项目 良好的UI项目(Flutter UI project a good UI project)
- 2020-05-28 15:34:12下载
- 积分:1
-
VirtualList
说明: DAO数据库编程,DAO数据库编程 ,DAO数据库编程(DAO Database Programming, DAO Database Programming, DAO Database Programming)
- 2008-12-03 19:39:30下载
- 积分:1
-
tiaozhifangshi
使用matlab对几种信号调制方式进行验证性仿真(Use matlab several confirmatory signal modulation simulation)
- 2014-11-25 13:29:10下载
- 积分: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
-
C_WAV
用c写的可以读取wav文件数据的小程序,可作为大设计的子程序用(C write wav file data can be read small program can be used as a subroutine with a large design)
- 2013-11-24 12:06:10下载
- 积分:1
-
genetic programing algorithm in evolutionary compution
进化计算中的遗传规划算法
- 2022-03-20 23:26:37下载
- 积分:1
-
ZLGnet-guider
周立功的zigbee模块资料,可自动联网,zigbee协议,支持多级互联(ZLG the the zigbee module information, automatic networking, zigbee protocol to support multi-level interconnect)
- 2013-01-11 14:26:32下载
- 积分:1
-
S2
说明: 程序功能:msp430f149读取DS18B20进行温度测量以后的结果并在1602液晶上显示,本人验证可用(Program features: msp430f149 read DS18B20 temperature measurement results and later in 1602 liquid crystal display, I validate available
)
- 2014-06-03 19:20:29下载
- 积分:1
-
网狐6603 赖子斗地主
网狐6603 赖子斗地主
- 2015-02-18下载
- 积分:1
-
使用函数模板获得数组中的最大值与最小值
简单的C++函数模板应用,使用函数模板获得数组中的最大值与最小值
- 2022-02-28 16:04:25下载
- 积分:1