-
FUZZYTEMPCONTRPL
具有模糊算法的温控控制程序,具有自整定功能,控制精度高,适合STC及51系列单片机移植(temprature control program,with FUZZY PID,and auto-adjust fuction,suitable for STC MCU or other 8051 serial MCU)
- 2017-01-16 12:26:49下载
- 积分:1
-
基于T5 CPU的DWIN OS程序开发指南V21
说明: dgus的屏幕的基于6系列的选型开发的说明书(Instructions for Selection and Development of dgus Screen Based on 6 Series)
- 2019-08-19 11:28:38下载
- 积分:1
-
msp430单片机的液晶12864的驱动程序
基于msp430单片机的液晶12864的驱动程序简单。。(The driver of LCD 12864 based on MSp430 MCU is simple.)
- 2020-06-18 03:40:01下载
- 积分: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
-
user
ABAQUS修正的摩尔库伦模型子程序ABAQUS修正的摩尔库伦模型子程序(ABAQUS modified Coulomb model subroutine Moore)
- 2020-09-12 22:47:58下载
- 积分:1
-
MM32F103_ZMM__Demo_CoreMark
国产arm芯片MM32F103的CoreMark跑分,实际测试过,在keil5上实现(MM32F103 CoreMark)
- 2021-02-20 16:39:43下载
- 积分:1
-
CANOPEN
PLC程序 施耐德PLC 通过CANOPEN控制3台伺服器(PLC Schneider PLC program control by CANOPEN 3 servers)
- 2020-12-28 11:39:02下载
- 积分:1
-
chuankou_MFC
通过MFC实现上位机与下位机的串口通讯,可自配置。(Through MFC to achieve the host computer and the next bit machine serial communication, self configuration.)
- 2016-07-21 21:26:17下载
- 积分:1
-
usb-hid-sm32f103c8
stm32f103c8t6 usb hid应用源代码。 源程序是103vct移植到103c8t6 适用。(stm32f103c8t6 usb hid source )
- 2021-05-08 22:48:35下载
- 积分:1
-
DY12864电子钟_V2.1
杜洋单片机源程序,实现DY12864功能(Du Yang microcontroller source program to realize DY12864 function)
- 2018-05-06 12:48:55下载
- 积分:1