-
c8051F-control-serial-debugger
c8051F控制的串口调试程序源代码,经试验通过(c8051F control serial debugger)
- 2011-06-08 15:25:17下载
- 积分:1
-
VBvollage
高精度电压表(24bit) VB源程序,简单修改可实现多量程(precision voltage (24bit) VB program, a simple change can be realized more range)
- 2021-02-08 15:29:54下载
- 积分: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
-
sht11
实现sht11温湿度测量,led数码管显示,带一位小数,一个按键切换温度,湿度显示(Achieve sht11 temperature and humidity measurement, led digital display, with a decimal, a button to switch the temperature and humidity display)
- 2010-06-16 22:56:42下载
- 积分:1
-
ALARM-FOR-VOLTAGE
该模块使用汇编语言设计的电压报警器,在软件proteus上仿真实现。(The module uses voltage alarm assembly language design, implementation of simulation in Proteus software.)
- 2013-04-25 10:30:29下载
- 积分:1
-
CHUANKOU
测控电路实现的是电路的测试和控制,好用请大家光临还有我是新手还请大家多多关照我这个新手(Measurement and Control)
- 2014-11-05 22:23:06下载
- 积分:1
-
grain-dryers
我的毕业设计,基于PLC的粮食烘干机,实现了粮食的自动烘干(I graduated the design, based on the PLC of grain dryers, implements the automatic drying of food)
- 2015-03-29 21:11:52下载
- 积分:1
-
Music-Box
基于51单片机的32和弦音乐盒程序,有曲目切换,音量调节,播放时间,步进电机驱动,流水灯等功能,是普通音乐的升级版本,且代码清晰,注释完整,结构合理。(Based on 51 single-chip 32 polyphonic music box procedures, switch tracks, adjust volume, play time, stepper motor drive, water lights and other functions, is an upgraded version of the ordinary music and clear code, comments, integrity, reasonable structure.)
- 2020-09-10 15:58:02下载
- 积分:1
-
emmc
emmc 4.5底层代码,用于新手学习 练手。(emmc code for study)
- 2018-12-27 11:19:04下载
- 积分:1
-
Research-of-PMSM--Control
文以永磁同步电机为对象,采用矢量控制方案,首先我们研究了基于PI
的控制算法,在仿真基础上指出了PI
算法存在的一些不足。
在此基础上我们研究了基于扩张状态观测器(ESO)前馈补偿和线性比例反馈控制的永磁同步电机速度环控制算法,
(Taking PMSM as the controlled plant, this paper studies the control system based on vector control, first, the servo control scheme
based on PI control law is studied. Some limitations of PI based control scheme are pointed out. )
- 2011-05-11 10:59:01下载
- 积分:1