-
delay-control-LED-blink
使用AT89S52单片机核心芯片,通过c语言编程,使用delay函数控制led闪烁(Using AT89S52 microcontroller core chip, through the c programming language, using the delay function control led flashing)
- 2013-08-27 08:26:09下载
- 积分:1
-
ex2
用画笔绘制圆角矩形,椭圆,饼形,并用不同颜色画刷进行填充。(Draw a rounded rectangle, ellipse, pie with a brush, and brush with a different color fill.)
- 2013-12-07 23:42:44下载
- 积分:1
-
Change-mouse
说明: 执行该程序后可以按照自己的喜好选择4种样式的鼠标形状(After the implementation of the program according to their own preferences 4 style mouse shape)
- 2011-03-03 18:35:06下载
- 积分:1
-
Modbus连接上位机,接收数据
连接上位机,接受数据
- 2020-11-28下载
- 积分:1
-
Convexhull
凸包
凸包问题的实现 有无数点,求能包含这些点的图形的最小面积(Convex hull Convex hull problem of realization there are numerous points, seek to include these points, the graphics, the minimum size)
- 2009-12-20 20:39:52下载
- 积分:1
-
PEG_lib_generation
嵌入式UI的构架参考,C++代码,内部构架清晰明了,提供makefile,方便移植(UI SAMPLE)
- 2014-01-28 15:15:18下载
- 积分: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
-
蓝牙小车
无线遥控的机器人小车在危险环境作业、人员搜集等应用中可发挥特殊的
作用。本次毕业设计选择基于蓝牙遥控的多功能智能小车为对象。设计了该系统的硬件电路原理图和PCB图,控制系统以STC12C5A60S2单片机为主控芯片,采用L293D为电机驱动芯片、蓝牙无线遥控模块、红外光电传感器模块、超声波发射与接收模块等构成外围扩展电路。将自制的控制电路、控制程序和四轮小车机械结构相结合,制作多功能机器人小车。实验调试实现了智能小车的蓝牙无线遥控、自动避障、自动循迹、自动测速、自动测距等功能。
- 2022-08-10 02:47:15下载
- 积分:1
-
program-of-automatic-shut-dowm
可以定时关机,重启计算机,对编写一些程序时添加人性化功能有很大帮助。(Can be timed shutdown, restart the computer)
- 2016-05-07 19:30:53下载
- 积分:1
-
Linux下基于socket的聊天系统设计
以基于C语言开发的网络聊天系统为实践基础,详细的介绍了聊天系统的功能设计和界面逻辑结构。最终实现聊天系统。本次设计主要以Socket网络通讯作为基础,并以Mysql作为通讯载体,同时运用了一定的通讯协议知识开发完成。在界面方面,采用的是Gtk技术来实现。为了实现多用户的连接,在服务器端将采用多线程的技术来实现
- 2022-10-25 10:25:03下载
- 积分:1