-
read-ssdt
读取ssdt函数当前地址,详见源码中、。。。。(Ssdt function reads the current address, see the source code. . . .)
- 2013-11-13 12:37:17下载
- 积分:1
-
msp430-xiangweichaceliang-
基于MSP430的可以测量方波的相位差的程序,精确到小数点后3位,double型数据(msp430 相位差测量)
- 2015-07-26 22:48:36下载
- 积分:1
-
ST7567
说明: 本程序是st7567驱动12864液晶显示采样串行方式驱动程序(This program is st7567 LCD driver 12864 driver serial sampling)
- 2011-03-23 15:12:15下载
- 积分:1
-
8950---vb
与单片机接通,实时获得室内温度和湿度数据的程序(Connected with the microcontroller, real-time access to the indoor temperature and humidity data of the program)
- 2012-05-29 11:47:57下载
- 积分:1
-
Code_SpyWin
用Visual Basic 6.0 编写的SPY++,功能强大(SPY++ BY Visual Basic)
- 2015-09-16 22:11:24下载
- 积分:1
-
0089fenfshan
智能风扇pwm控制电机转速调速系统毕业设计资料(Intelligent fan pwm control motor speed governor system graduated design information)
- 2012-11-13 10:40:41下载
- 积分:1
-
TM1629
pic18单片机控制tm1629驱动数码管显示
电力无功补偿(Pic18 single chip microcomputer control tm1629 drive digital tube display
Reactive power compensation)
- 2014-07-01 10:11:06下载
- 积分: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
-
huibianban
按键控制LED灯的汇编程序,可实现按键控制LED灯的亮灭,主要是用汇编语言写的可以学习汇编(Button control keys to control LED lights LED lights LED light button control keys to control LED lights)
- 2014-04-23 10:08:42下载
- 积分:1
-
PWM
使用51单片机,用其内部定时中断,和外部中断只找一个可控脉宽调制信号PWM(Using 51, with its internal timer interrupt, and external interrupt only to find a controllable pulse width modulation signal PWM)
- 2013-07-23 21:29:37下载
- 积分:1