-
AstarPathFind
使用AStar算法实现的寻找最短路径的演示程序,使用C++编写的MFC程序,有非常好看的界面。(Use AStar the shortest path algorithm to look for the demonstration program, using C++ program written in MFC, there is a very nice interface.)
- 2009-12-10 23:07:44下载
- 积分:1
-
uClinux是一个很好的嵌入式系统。
uClinux是一个很好的嵌入式系统。
- 2023-05-10 17:15:04下载
- 积分:1
-
SPWM波生成工具
生成spwm的软件 可以自行设置spwm采样点数来生成spwm数据(The software that generates SPWM can set SPWM sampling points to generate SPWM data by itself)
- 2020-06-18 20:00:02下载
- 积分:1
-
Desktop
说明: Zeby aktywowac to konto zeby pobierac
- 2020-03-02 04:35: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
-
news
客户端与服务器通信,类似新闻界面,一个小型论坛,登录,发评论,浏览新闻的功能(Similar news interface, a small forum, login, send comments, browse news features)
- 2016-03-28 17:21:56下载
- 积分:1
-
AD9854
可生成正交DDS信号,基础程序,STM32f103(Generating orthogonal DDS signals)
- 2020-06-18 10:40:02下载
- 积分:1
-
we
说明: 简单的链表实现
链表可以初步了解(A simple list can be linked to achieve a preliminary understanding)
- 2008-12-10 17:08:15下载
- 积分:1
-
adboard
多媒体播放程序,可以播放图片,影片,网页。(Multimedia player, you can play pictures, videos, web pages.)
- 2013-04-04 08:05:04下载
- 积分:1
-
STM32F10x_硬件I2C从机(接收数据 - 中断方式)
实现STM32F103单片机作为主机与其他单片机进行通信(STM32F103 microcontroller as a host to communicate with other microcontrollers)
- 2017-06-27 19:39:12下载
- 积分:1