-
1.-IRMCK171_IRMCS1671_R2.1.sch
IRMCK171的FOC控制无刷电机控制原理图 IR内部资料啊(Control of IRMCK171 FOC brushless motor control schematic IR internal data)
- 2013-04-19 15:14:48下载
- 积分:1
-
2FSK-digital-communication-system
这是一份设计报告,内容为2FSK的数字通信系统,里面有仿真图和电路图(This is a designing report about 2FSK digital communication system)
- 2015-01-31 14:07:08下载
- 积分:1
-
taxp
基于单片机的出租车计价器,其中包括protues图和C++程序(Taxi meter, including protues map and C++ program)
- 2011-11-10 20:14:24下载
- 积分:1
-
ds
DS1302 说明以及驱动程序 资料翻译
单片机学习必看(DS1302 instruction)
- 2013-05-07 16:41:43下载
- 积分: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
-
SN65LBC184
器件SN65LBC184手册,便于学习者学习开发!(Device SN65LBC184 manual for ease learners develop!)
- 2013-09-11 11:51:47下载
- 积分:1
-
digital-compress-design
详细描述了基于ADSP-21262的数字压限器的设计,给出了算法流程,可以根据其描述进行实现(A detailed description of the ADSP-21262 digital limiter based design, flow chart of the algorithm is given, according to the description of implementation)
- 2014-07-15 15:53:22下载
- 积分:1
-
FIRA
西北工业大学 C++ 描述 FIRA 5vs5 仿真足球(Northwestern Polytechnical University C++ description of FIRA the 5vs5 simulation soccer)
- 2012-05-26 07:34:56下载
- 积分:1
-
epwm_up_aq
生成PWM波的c程序,需要的可以自己下载查看(A C program for generating PWM waves)
- 2017-08-13 18:32:49下载
- 积分:1
-
Calculate-the-position-of-the-sun
计算太阳位置,通过公式!用单片机编译程序!(Calculate the position of the sun through the formula! Microcontroller compiler!)
- 2012-12-18 22:09:24下载
- 积分:1