-
angle-time
用于计算同步电机发生三相短路故障时,功角随时间的变化关系。(For the calculation of the three-phase short circuit fault occurs synchronous motors, power angle changes with time.)
- 2015-04-14 13:23:34下载
- 积分:1
-
DA-AD
单片机学习,光敏和热敏电阻实验中的DA-AD转换程序(MCU learning, photosensitive and thermistor experiment DA-AD conversion program)
- 2014-09-19 09:48:53下载
- 积分:1
-
zhiliudianji
由单片机8951来控制 c语言编写 具有实现正转反转 加速减速 采用PWM调制的方法(By the single-chip microcomputer to control the 8951 with c language implementation is to accelerate the slowdown in the use of inverted PWM modulation method)
- 2009-03-23 22:04:15下载
- 积分:1
-
7620
飞思卡尔的风单片机源程序,希望有帮助哦,记得好好刊登在用看(Freescale wind microcontroller source code, hope helpful Oh, I remember the good published in see)
- 2013-01-23 01:39:23下载
- 积分:1
-
110kv
根据设计任务书的要求,本次设计为110kV 变电站电气一次部分初步设计,并绘
制电气主接线图及其他图纸。该变电站设有两台主变压器,站内主接线分为110kV、
35kV 和10kV 三个电压等级。各个电压等级分别采用单母线分段接线、单母线分段带
旁母接线和单母线分段接线(From the guide of engineering design assignment, we have to
design primary power-system of 110kV substation and draw main
electrical one-line diagram and others. There are two main
transformer in the substation in which main electrical connection
can be divided into three voltage grades: 110kV, 35kV with 10kV.It
deposits sectionalized single bus bar scheme, sectionalized single
and transfer bus bar and sectionalized single bus bar scheme per
grade.)
- 2020-11-01 11:49:54下载
- 积分:1
-
juzhenjianpan
MSP430F169单片机矩阵键盘扫描程序,用一位共阳数码管显示(MSP430F169 microcontroller matrix keyboard scanning procedures, using a common anode LED display)
- 2013-07-27 15:12:56下载
- 积分:1
-
NOKIA5110-LCD-DRIVER
诺基亚5110的驱动程序,主要用于单片机的开发,充当显示模块。(Nokia 5110 driver, mainly for single-chip development, act as a display module.)
- 2016-01-19 11:12:03下载
- 积分:1
-
Sat889c51snd1C
at89c51snd1单片机SCMM的mp3播放程序源码
(SCMM at89c51snd1 microcontroller mp3 player source code)
- 2012-07-16 09:46:46下载
- 积分: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
-
Mega128_Sleep_Wake
It was a ATmega128 Sleep mode and awake mode programed by avr studio4
- 2013-06-03 18:48:50下载
- 积分:1