-
VB--PIC
使用VB与PIC采集,采用软件中断方式,使用研华1710集成卡。(Using VB with PIC acquisition, the software interrupt, use the the Advantech 1710 integrated card.)
- 2012-09-30 00:27:14下载
- 积分:1
-
car
汽车华容道,实现汽车华容道各种布局的路径的解法。(Car Huarong, Huarong realize various automotive solution path layout.)
- 2015-01-23 21:20:25下载
- 积分: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
-
motor
智能车驱动程序,利用ULN2003A作为隔离,控制BTS7960驱动芯片,实现驱动,程序有限幅,反向等。(Smart car drivers, use ULN2003A as isolation, control BTS7960 driver chip, drivers, programs limiter, reverse and so on.)
- 2014-09-11 10:50:12下载
- 积分:1
-
CH341A-Labview-driver-VI.lib
I2C与mens传感器通信应用ch341-I2C-labview(I2C and mens tongxin)
- 2015-07-23 11:29:21下载
- 积分:1
-
MSP-EXP430FR5739-User-Experience
MSP430实现的多级菜单功能,采用OLED实现,占用Ram量较少(MSP430 realize multi-level menu functions, the use of OLED achieved occupancy of less Ram)
- 2013-07-23 18:46:18下载
- 积分:1
-
LOGIC
简单的继电保护控制源代码,变压器及线路保护类(Simple relay control source code)
- 2013-07-03 15:50:12下载
- 积分:1
-
qiangdaqi
这是利用51单片机设计成的8路抢答器,主持人按下“开始”按键才开始抢答,并亮抢答允许指示灯(Host press the start button to vies to answer first, light and bright vies to answer first allowed.)
- 2015-11-06 13:34:01下载
- 积分:1
-
(2008)Head-Orientation-Estimation-
头部姿势估计的综述,英文论文,一共11页(head pose estimation)
- 2012-06-12 19:43:54下载
- 积分:1
-
SY_OO7
数码管显示当前温度程序 适用于CC100C,若数码管上电后有残影,请将液晶显示器拔下后重新上电(Digital tube displays the current temperature procedure applies to CC100C, if the digital control power after stuttering, please unplug the LCD monitor and re-power)
- 2010-03-11 09:36:04下载
- 积分:1