-
VBvollage
高精度电压表(24bit) VB源程序,简单修改可实现多量程(precision voltage (24bit) VB program, a simple change can be realized more range)
- 2021-02-08 15:29:54下载
- 积分:1
-
Calculate-the-position-of-the-sun
计算太阳位置,通过公式!用单片机编译程序!(Calculate the position of the sun through the formula! Microcontroller compiler!)
- 2012-12-18 22:09:24下载
- 积分:1
-
Digital-clock
利用单片机(STC89C52)为核心结合机械按键、数码管以及稳压器件等电子元器件组装了一个数字时钟,可以实现精准的计时以及修改等功能;(The combination of mechanical buttons, digital tube, and electronic regulator device the microcontroller (STC89C52) as the core components assembled a digital clock, and can achieve precise timing and modify functions )
- 2013-04-08 22:30:12下载
- 积分:1
-
045-PWM
这个是我写的单片机PWM脉冲调制程序,希望对初学者有点点帮助!(This is what I write microcontroller PWM pulse modulation program, hope for beginners who are little help)
- 2012-04-10 22:56:37下载
- 积分:1
-
MSP430_motor
2相四线八拍步进电机程序,可以正转反转,加减速(2 phase four line 8 stepper motor)
- 2015-01-12 15:09:15下载
- 积分:1
-
shuangkui
双馈风电机组的PSCAD模型,是通用模型,有助于帮助解决双馈风电机组建模问题(PSCAD doubly-fed motor model)
- 2013-12-23 21:47:00下载
- 积分:1
-
Termo_vb6
Termometr read pc com post atmega8 usart
- 2014-10-15 21:12:32下载
- 积分:1
-
787def9c-240a-4db3-8c63-cbfb9dbe4c4a
ADS1258开发,程序源代码,还要20字 好恶心(ADS1258 development, source code, but also the word disgusting 20)
- 2020-06-28 21:20:01下载
- 积分:1
-
2.4G
2.4G研发详细文档,对没有无线基础的同学非常有帮助!(2.4G development with the document, very helpful to students based on no wireless!
)
- 2015-02-24 22:44:28下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1