-
SY_OO7
数码管显示当前温度程序 适用于CC100C,若数码管上电后有残影,请将液晶显示器拔下后重新上电(Digital tube displays the current temperature procedure applies to CC100C, if the digital control power after stuttering, please unplug the LCD monitor and re-power)
- 2010-03-11 09:36:04下载
- 积分:1
-
sortlistctrldemo
listctrl控件,用回调函数进行排序(listctrl controls, using a callback function Ranking)
- 2005-01-28 09:29:24下载
- 积分: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
-
PS2-mouse
本程序是用51单片机的PS2鼠标驱动程序(This procedure is used 51 single PS2 mouse driver)
- 2013-08-23 13:58:55下载
- 积分:1
-
STM8
基于STM8设计的空气净化器,包含了市面上空气净化器的大部分功能(STM8 based design of air purifiers, air purifiers available in the market that contains most of the functionality)
- 2013-06-08 16:35:16下载
- 积分:1
-
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
-
RaidTest
RAID卡的测试程序,写的不好哈,请大家原谅,(RAID card test procedures and writing bad Kazakhstan,)
- 2009-02-17 11:55:56下载
- 积分:1
-
clock
本程序利用51单片机的定时器中断产生时间信号,同时具有通过按键调节时间的功能,还可设置闹钟(This procedure using 51 single-chip timer interrupt time signal, but also has the functions via buttons adjust the time, but also set the alarm)
- 2011-07-27 19:20:57下载
- 积分:1
-
iCAN4017
iCan4017模块改进程序,语言Windows Visual C++(iCan4017 programme, Windows Visual C++.)
- 2018-04-26 10:26:08下载
- 积分:1
-
Realplay-
基于单片机的霍尔传感器测速源码,带有蜂鸣器报警功能。(Hall speed sensor based on single-chip computer source, with a buzzer alarm function.)
- 2015-08-27 17:03:04下载
- 积分:1