-
Protues-jiaocheng
protues的教程,初学者的必备,可以学习很多东西,对自己收益很大(study protues)
- 2013-11-28 11:53:19下载
- 积分:1
-
Process-scheduling-
① 设计进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。
②建立进程就绪队列。对两种不同算法编制入队子程序。
③编制两种进程调度算法:1)优先数调度;2)循环轮转调度
(① design process control block PCB table structure, respectively, for priority scheduling algorithm and round-robin scheduling algorithm. ② establish a process ready queue. Two different algorithms for the preparation of subroutine into the team. ③ preparing two kinds of process scheduling algorithm: 1) priority scheduling 2) round-robin scheduling)
- 2020-11-27 09:49:31下载
- 积分:1
-
LSD_C
自己实现的LSD直线检测算法,比论文提供的LSD检测算法少了很多复杂操(LSD own line detection algorithm implemented, LSD detection algorithm than the paper offered a lot less complicated operation)
- 2021-02-01 10:50:01下载
- 积分:1
-
AVRTemperatureControlSystem
基于 AVR 单片机的水温自动控制系统
摘要: 本系统以 ATMEGA16 单片机作为系统的检测和控制核心,采用温度传感器
AD590实现0—100℃温度范围内的实时温度采集,通过双向可控硅 BT136 控制电热杯对系统进行加热,利用继电器控制半导体制冷片对系统进行散热。通过一线键盘实现对任意温度值进行设定并对模糊 PID 参数的调整,液晶 LCD1602 实时更新显示当前温度测量值与键盘设定温度值。利用模糊 PID 算法,通过调功法对水温系统进行控制,实现在 0—100℃范围内任意设定温度值,静态误差小于±0.5℃。
关键词: AVR 单片机 水温自动控制 模糊 PID 算法
(AVR Microcontroller Based Temperature Control System
Abstract: This system ATMEGA16 microcontroller as the core monitoring and control system using the temperature sensor
AD590 0-100 ℃ temperature range to achieve real-time temperature acquisition, through triac BT136 control system for electric heating cup, using relay control system for semiconductor cooling heat tablet. Achieved through the keyboard line value for any temperature setting and adjustment of fuzzy PID parameters, real-time updates LCD1602 LCD displays the current temperature measurements and the keyboard set temperature. Fuzzy PID algorithm, the system transfer function method of temperature control, to achieve the 0-100 ℃ adjustable set temperature, the static error is less than ± 0.5 ℃.
Keywords: AVR microcontroller water temperature control fuzzy PID algorithm )
- 2010-05-13 11:32:02下载
- 积分:1
-
Infrared-mouse
用普通遥控器做的电脑鼠标,遥控器发送数据,51单片机解码,通过串口发送到上位机上,在上位机上运行程序,实现鼠标控制(Do with an ordinary remote control computer mouse, the remote control to send data, 51 single-chip decoder, sent through the serial port to the PC, run the program on the host computer, mouse control)
- 2012-06-01 08:55:26下载
- 积分:1
-
cJSON-test
JSON脚本C语言使用的案例,包括C语言对JSON脚本的输入和输出。(JSON scripting language used C cases, including the C language for JSON script input and output.)
- 2015-03-31 09:47:38下载
- 积分:1
-
MainPage
基于VC++的,以操作文件的方式(CreateFile,WirteFile,ReadFile)来操作串口实现的射频卡门禁系统,实现了包括读卡写卡,寻卡防冲突等功能。(Based VC++ in order to manipulate papers (CreateFile, WirteFile, ReadFile) to operate the serial interface of the RF card access control systems, including the realization of the card reader to write, look for cards anti-collision function.)
- 2013-06-28 15:30:21下载
- 积分:1
-
Stepper-motor-acceleration
基于单片机和C语言的,步进电机加速减速匀速演示,希望方便大家(Based on SCM and C language, stepper motor acceleration and deceleration uniform presentation, I hope to facilitate)
- 2013-10-09 10:58:38下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
help-
一份直立车模调试指南,只要有点单片机基础的都可以看懂,从传感器介绍到数据处理,滤波,到姿态的计算。。。能带给你很大的用处(An upright Cars commissioning guide, just a bit microcontroller based can understand, from the sensor introduced to data processing, filtering, to the attitude of the calculations. . . Can bring you a lot of useful)
- 2014-08-19 18:12:29下载
- 积分:1