-
STC89C52_m
此程序可实现长度为8位,周期为255的m序列,此序列可当做伪随机信号发生器,模拟信道噪声。(This procedure can achieve the length of 8 bits, the m sequence of 255 cycles, the sequence can be used as a pseudorandom signal generator, analog channel noise.)
- 2021-01-02 23:18:57下载
- 积分:1
-
ic
说明: 本压缩包中详细介绍了电动机的单片机控制的有关方法(The compression package described in detail the single-chip motor control of the method)
- 2008-12-01 15:29:04下载
- 积分:1
-
motor
智能车驱动程序,利用ULN2003A作为隔离,控制BTS7960驱动芯片,实现驱动,程序有限幅,反向等。(Smart car drivers, use ULN2003A as isolation, control BTS7960 driver chip, drivers, programs limiter, reverse and so on.)
- 2014-09-11 10:50:12下载
- 积分:1
-
vsc_eigen_xukun
高压直流输电发电机模型,有参考价值,做的挺不错(HVDC generator model, a reference value, doing pretty good)
- 2014-03-08 16:08:29下载
- 积分:1
-
LaserMachine
激光切割上位机源码,生成NC刀路,不含NC扩展插件。(Laser cutting the host computer source code, generate NC knife road)
- 2021-02-18 12:09:45下载
- 积分:1
-
timer2
AVR单片机 定时器的应用 初始化 以及中断程序(AVR microcontroller timer application initialization and interrupt routine)
- 2013-08-12 10:59:38下载
- 积分:1
-
chua.pdf
AT89C52单片机与VB串行通信的实现实现vb(AT89C52 microcontroller with VB serial communication to achieve vb)
- 2012-05-20 14:25:13下载
- 积分:1
-
MCUISP-V0.993
将hex文件发送给单片机,串口发送,快速方便,用于stm32(Hex file to the SCM serial, send, quickly and easily, for STM32)
- 2016-06-03 13:29:14下载
- 积分: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
-
modscan32tidy
MODSCAN32英文版,
很好用的。(MODSCAN English, very good use.)
- 2010-08-23 21:27:05下载
- 积分:1