-
PMSM_DTC
永磁同步电机直接转矩控制系统,模糊PID控制程序,包含M文件(Permanent magnet synchronous motor direct torque control system)
- 2020-12-01 20:29:26下载
- 积分:1
-
VSP100-old
用Visual C++ 6.0实现的一个VSP程序。包你看后受益匪浅。(with Visual C 6.0 of a VSP procedures. After looking at the package you benefited.)
- 2007-02-06 09:08:57下载
- 积分:1
-
tongbujianPtiaobian
这是一个为数不多的用C语言编写的PIC12C508的RGB灯的小型控制器,交流同步信号检测,七彩跳变+七彩渐变,做LED的朋友可以参考,程序可以直接使用的;(This is a small controller RGB lights a few written by C PIC12C508, AC synchronous signal detection, colorful jump+ colorful gradient, do LED friends can reference, the program can be used directly )
- 2013-09-09 16:24:18下载
- 积分:1
-
fer1
$regfile = M8DEF.dat internal crystal 8000000
Config Lcdpin = Pin , Db4 = Portc.1 , Db5 = Portc.2 , Db6 = Portc.3 , Db7 = _
Portc.4 , E = Portd.2 , Rs = Portd.3
Config Lcd = 16 * 2
Config Timer1 = Counter , Edge = Rising
Ddrb.1 = 0 : Portb.1 = 1 PULL UP RESISTOR ACTIVATED
Config Timer0 = Timer , Prescale = 1024
Enable Counter1
Enable Interrupts
Enable Timer0
Enable Timer1
On Ovf1 Pulsecount
On Ovf0 Ovf0occures
Dim A As Long , I As Long , B As Byte
B = 0
Cls
Start Timer0
Do
Loop
End end program
Ovf0occures:
Incr I
If I > 30 Then
Stop Timer0
Cls : Home
A = B * 65536
A = A + Counter1
Lcd FREQ IS : A HZ
B = 0
I = 0 : Counter1 = 0
Start Timer0
End If
Return
Pulsecount:
Incr B
Counter1 = 0
Return
- 2014-11-22 01:04:48下载
- 积分:1
-
80C51
说明: 它是关于80C51单片机的原理介绍和使用其开发的过程,有具体的实例。(It was introduced on the 80C51 microcontroller and use the principle of its development process, with specific examples.)
- 2010-04-08 09:47:11下载
- 积分:1
-
PIC24Calculator
PIC24单片机实现的计算器,在protus下仿真实现(PIC24 MCU calculator, under Simulation in protus)
- 2011-11-14 22:35:33下载
- 积分:1
-
PID
1单片机 控制直流电机转速 PID算法+C语言程序+Proteus仿真
采用PID控制算法控制电机转速,使得电机实际转速与设定转速保持一致。(1 MCU control DC motor speed PID algorithm+C language program+Proteus simulation using PID control algorithm to control motor speed, so that the actual motor speed and the set speed consistent.)
- 2015-05-07 14:24:09下载
- 积分:1
-
ceshichengxu
可以用的飞思卡尔智能车测试程序,非常不错的(Freescale smart car test procedures can be used, very good)
- 2013-04-17 21:21:45下载
- 积分:1
-
C8051F020examples
包含了C8051的基本例程,如流水灯,IO口控制,蜂鸣器,串口通信等(C8051MCU example programs)
- 2013-09-04 11:25:58下载
- 积分:1
-
old6
说明: 独居老人监控系统
使用80c51f020编程
具体的使用方法和接口,里面有(Elderly people living alone monitoring system using 80c51f020 programming methods and the use of specific interfaces, which has)
- 2011-03-24 19:07:28下载
- 积分:1