-
endtime
当时间到时,蜂鸣器提醒,并有音乐提示。
时间可以自己设定,可以最小化到托盘。(time)
- 2010-06-30 13:16:09下载
- 积分:1
-
cc
说明: 自动加料机控制系统 以单片机实现 用于毕业设计 (Automatic feeder control system the MCU for graduation design)
- 2012-11-08 08:39:33下载
- 积分:1
-
2.4TFT_C51_Pictures_showed_test_procedures
2.4寸 TFT液晶屏在C51单片机上的刷屏测试程序(2.4-inch TFT LCD screen on a single chip in the C51 test procedure Shuabing)
- 2010-07-20 18:41:05下载
- 积分:1
-
Fish-tank-system
该项目首先是利用单片机对鱼缸的温度进行智能控制。首先通过外部按键对鱼缸所需温度进行设定。温度传感器 DS18B20 采集温度信息在外围的 LCD 上显示出来。其次是利用光电耦合器判断有无鱼饵,若无鱼饵,发出提示,若有鱼饵,则执行自动投食或手动投食功能。(The project first is the use of single-chip microcomputer to control the temperature of the fish tank. First, the temperature of the fish tank is set by the external button. The temperature sensor DS18B20 collects the temperature information to display on the periphery LCD. Followed by using photoelectric coupler to determine whether the bait, if there is no bait, alert, if there is a bait, automatic throw in and throw food or manually cast and functional food.)
- 2016-04-09 10:53:50下载
- 积分:1
-
Light-water
电协开发板 C51单片机程序,用于实现单片机的流水灯输出(Electric Association C51 microcontroller development board procedures for the realization of single-chip light water output)
- 2013-10-27 11:07:48下载
- 积分:1
-
powerdemo_6.5.1
伺服电机控制系统,02年开始积累,效果好,速度快,PI控制,经典控制,fuzzy PID,自适应控制,速度位置控制等等,欢迎大家参考。(Servo motor control system, in 2002 began to accumulate, effective, fast, PI control, classical control, fuzzy PID, adaptive control, speed position control, etc., we welcome the reference.)
- 2013-12-11 14:16:50下载
- 积分:1
-
ALIENTEK MINISTM32 实验2 按键实验
1.44寸显示屏显示资料,可显示汉字,图片,彩色图片,带取模软件(1.44-inch display screen display data, can display Chinese characters, pictures, color pictures, with the module software)
- 2020-06-19 02:20:01下载
- 积分:1
-
Platform-SDK---April-2005-Edition
Platform SDK-April 2005 Edition English 英语种子下载(Platform SDK- April 2005 Edition (English) Download.)
- 2015-01-20 19:28:38下载
- 积分:1
-
51_ustart
使用C语言代码51单片机的串口仿真实现,意识到C被用来模拟串口的功能
(Using C language code of the serial port of 51 single-chip microcomputer simulation implementation, realized how C was used to simulate the function of the serial port
)
- 2017-05-11 21:22:31下载
- 积分: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