-
computer-clock
带参数存储的整点报时音乐电脑时钟,算是一个比较适合初学者一个小系统。有一定的参考价值。(With parameters stored in the computer clock chime music, be a more suitable for beginners a small system. Have a certain reference value.)
- 2013-05-31 17:41:08下载
- 积分:1
-
c
说明: 单片机软件仿真开发的硬件级联方式,可用于简单仿真及硬件实现(SCM software simulation developed hardware cascade can be used for simple simulation and hardware implementation)
- 2012-11-18 21:18:37下载
- 积分:1
-
STEPPER-MOTOR
通过51单片机串行转并行,扩展IO口,实现四个步进电动机的控制。(By 51 microcontroller serial to parallel IO expansion port, to achieve four stepper motor control.)
- 2013-07-27 09:36:43下载
- 积分:1
-
jiyudanpianjikongzhidezhinengxiaoche
一个简单的小车单片机C语言控制,适合初学者(A simple car microcontroller C language control, suitable for beginners)
- 2014-02-20 22:15:28下载
- 积分:1
-
Digital-loop-display
数码管的显示程序,数码管循环显示900-999~(Digital loop display 900-999 ~)
- 2011-05-01 06:37:35下载
- 积分:1
-
qinatuihuidai
计算配电网络潮流 基于40节点计算配电网潮流电压及其电流 (Calculation of distribution network based on 40 tide node voltage and current power flow calculation)
- 2014-05-21 11:55:03下载
- 积分:1
-
ADC1
有关AVR的单片机adc的源代码,阐述详尽,便于使用(ADC OF AVR )
- 2013-06-05 21:45:39下载
- 积分:1
-
PI_1
高压直流输电模型,二百二十千伏的,有参考价值,做的挺不错(HVDC model, $ 220 kV, a reference value, doing pretty good)
- 2014-03-08 16:05:02下载
- 积分:1
-
chengxu
基于C语言编写一个程序,实现将存放在文件中的学号、姓名、电话等信息读出并显示出来。(Write a program based on the C language, the implementation will be stored in a file number, name, telephone and other information is read out and displayed.)
- 2015-12-07 18:02: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