-
ADC
c8051F060中adc部分程序,是对adc部分的使用说明以及参考(Part of the ADC program in c8051F060)
- 2015-03-06 18:36:47下载
- 积分:1
-
51chuankoutiaoshi
51单片机串口调试程序一列,希望对大家有用(51 Single-chip serial debugging a program, in the hope that useful to everybody)
- 2008-05-20 12:10:22下载
- 积分:1
-
80C51
说明: 它是关于80C51单片机的原理介绍和使用其开发的过程,有具体的实例。(It was introduced on the 80C51 microcontroller and use the principle of its development process, with specific examples.)
- 2010-04-08 09:47:11下载
- 积分:1
-
1602LCDa
说明: 1602LCD显示程序,自己刚刚学会编的,分享一下,谢谢!!!(1602LCD display program, their series had just learned, to share, thank you! ! !)
- 2010-04-17 23:16:10下载
- 积分:1
-
无线信道时延扩展仿真
无线信道时延扩展仿真
一、仿真目的
在数字通信中,无线信道所表现出的时延扩展将有可能引起接收信号的码间串扰。实验的目的是从时域角度方面对移动信道的多径环境引起的接收信号时延扩展现象进行仿真。(wireless channel delay spread simulation
One, the simulation purpose
In digital communication, wireless channel delay spread shown will likely cause the received signal crosstalk code. The aim of the experiment is to delay the received signal due to multipath environment of mobile channel in time domain and the phenomenon of simulation.)
- 2014-06-17 23:41:02下载
- 积分:1
-
lcmeter1020
LCmeter with pic procesor
- 2010-07-23 16:39:08下载
- 积分: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
-
MSP430_motor
2相四线八拍步进电机程序,可以正转反转,加减速(2 phase four line 8 stepper motor)
- 2015-01-12 15:09:15下载
- 积分:1
-
6_7
1000以内所有的完数,比较简单,用于学习和交流(1000 all finished within few, relatively simple, for learning and communication)
- 2013-11-14 15:45:36下载
- 积分:1
-
PWM
PWM调光
1、学习目的:利用定时器产生PWM,了解原理和使用方法
2、硬件要求:LED灯 定时器
3、试验现象:LED灯由亮到灭,由灭到亮逐步变化,也就是调光现象(PWM dimming, learning objectives: the use of the timer to generate PWM understand the principles and use hardware requirements: LED lamp timer test phenomenon: LED lights from bright to off, gradually changes from off to bright, that is, adjusted optical phenomena)
- 2013-03-23 20:18:42下载
- 积分:1