-
33
模数转换ADC0832,基于51单片机的c语言程序(Analog to digital converter ADC0832, based on 51 MCU c language program)
- 2013-12-07 00:33:47下载
- 积分:1
-
triangle
由单片机和DAC0832产生正弦波或三角波的程序。单片机和DAC0832可将频率进行分频的具体程序(Sine or triangle wave and DAC0832 procedures generated by the microcontroller. SCM and DAC0832 can divide the frequency of specific procedures)
- 2014-01-11 15:53:32下载
- 积分:1
-
PID
1单片机 控制直流电机转速 PID算法+C语言程序+Proteus仿真
采用PID控制算法控制电机转速,使得电机实际转速与设定转速保持一致。(1 MCU control DC motor speed PID algorithm+C language program+Proteus simulation using PID control algorithm to control motor speed, so that the actual motor speed and the set speed consistent.)
- 2015-05-07 14:24:09下载
- 积分:1
-
chengxu
51单片机 做一个简易的存储示波器的程序清单(51 single-chip storage oscilloscope with a simple list of procedures)
- 2013-05-26 10:31:54下载
- 积分:1
-
ludeng
该夜用照明灯系统采用AT89S52单片机为核心,利用单片机的端口分别控制LCD1602标准时钟系统、可控硅和电铃,达到智能操控照明系统(The night with the lighting system using AT89S52 microcontroller as the core, using SCM port control the LCD1602 standard clock system, SCR and bells, to the intelligent control lighting system)
- 2012-12-06 07:30:56下载
- 积分:1
-
etpu_set1
飞思卡尔单片机的etpu功能模块set1 打包好的 直接可以用(The etpu function module of Freescale MCU Set1 Carle pack can be used directly)
- 2013-12-31 15:15: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
-
DataAdapter
使用DataAdapter对数据库进行操作
将SQL-search.aspx程序可改为使用DataAdapter对数据库进行操作.
程序使用"Dim objAdapt As New OleDbDataAdapter(strcmd,objCon)"创建了DataAdapter对象。(Use DataAdapter to operate the database
The SQL-search.aspx program can be changed using the DataAdapter to operate the database. The program uses "Dim objAdapt As New OleDbDataAdapter (strcmd, objCon)" Creating a DataAdapter object.
)
- 2013-12-27 21:39:40下载
- 积分:1
-
LEDdianzhen
32*16点阵显示例程 模拟奥运会开幕式的(32* 16 dot matrix display routines Analog Olympics opening ceremony)
- 2009-03-25 12:14:11下载
- 积分:1
-
yinyue
简单的音乐盒,可以播放音乐,并且有花样灯进行闪烁,是个不错的小礼物。(music box
)
- 2012-04-29 09:38:02下载
- 积分:1