-
C陷阱与缺陷
主要深入讲解C语言的语法,学习的时候,需要一定的C语言的基础(Explain the Grammar of C Language)
- 2019-04-17 20:05:58下载
- 积分: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
-
STSFX.
计算机移动设备的管理,开启,禁用USB设备、U盘、软驱、光驱(Computer, mobile device management, open, disable the USB device, U disk, floppy, CD-ROM)
- 2020-07-30 15:38:37下载
- 积分:1
-
fem_codes
fem is active queue management technique
- 2013-10-14 01:05:54下载
- 积分:1
-
FATFS
讲述STM32与SD卡的FAT文件系统,便于单片机数据保存(About the STM32 and SD card FAT file system, to facilitate data storage SCM)
- 2014-02-17 11:07:33下载
- 积分:1
-
DATAManager
mysql 表格数据备份与恢复,数据备份格式为XML格式,并删除表格数据(Data backup and recovery in MySQL table)
- 2017-12-04 14:54:38下载
- 积分:1
-
31856matlabvc
主要是MATLAB与VC的链接,是从别人哪里弄过来的,和大家一起分享一下!希望对大家可以有用!~~(MATLAB and VC are the main link where other people get from the back, and to share with everyone! Hope everyone can be useful! ~ ~)
- 2009-02-23 13:13:13下载
- 积分:1
-
iNemo_M1_Applications
iNemo_M1_Applications,这款ST公司的九轴传感器,数据读取,姿态结算,融合。很全的一个工程,刚刚测试通过。(iNemo_M1_Applications, this ST s nine-axis sensor, data read, posture settlement, integration. It is full of a project, just test.)
- 2015-04-27 14:53:06下载
- 积分:1
-
C++蒙特卡罗计算粒子群光散射程序
本程序用C++仿真光在粒子群中散射的过程,可计算偏振光的斯托克斯矩阵。
- 2022-04-21 14:19:21下载
- 积分:1
-
冒泡排序
冒泡排序代码,原创无抄袭,希望你们能够喜欢.
/*就是你代码的运行时间
要在1000ms 也就是1秒内 运算出结果
对于多组样例的 一般是 单个样例 在1000ms之内即可
如果算法不够快
提交后会出TLE错误。*/
- 2022-11-10 23:55:04下载
- 积分:1