-
HydraulicManipulator
6自由度机械臂从臂的控制程序,实现主从臂遥操作控制。(6 DOF manipulator arm the control program, using the integrated cards.)
- 2020-11-20 18:39:36下载
- 积分:1
-
diandeng
点亮小灯,针对51单片机系统,简单实用,操作简单,具有可移植性(lighten the light)
- 2014-04-22 21:38:31下载
- 积分:1
-
dt.STM32Pfreemodbus
STM32单片机freemodbus的移植,主从机的都有(1, transplant FreeModbus1.5 and RT-Thread1.1.1 to STM322, development platform supports Eclipse, Keil, IAR3, can be used in the Eclipse plug-in version management EGIT 4, support Modbus RTU (ASCII untested))
- 2013-09-29 20:50:19下载
- 积分:1
-
c100
单片机实例学习,可以轻松学习单片机.请大家仔细专研。(SCM instance learning, you can easily learn microcontroller. To please carefully researched.)
- 2013-05-18 12:25:20下载
- 积分:1
-
taxi
基于AT89C51单片机的出租车计价器的程序设计(AT89C51 microcontroller Taximeter-based program design)
- 2012-08-07 00:27:19下载
- 积分:1
-
74HC595
74hc595芯片的使用 51控制595芯片的io拉高(74hc595 chips 595 chips using 51 control pulled io)
- 2011-06-30 16:11:59下载
- 积分:1
-
DAC0832
基于51单片机的dac0832设计,含proteus仿真,用keilC编译的,代码详细,含有注释,望点个赞,谢谢,头文件全,方便移植。(Dac0832 51 microcontroller-based design, with proteus simulation, using keilC compiled code in detail, contains notes, looking like a point, thank you, header files full, easy to transplant.)
- 2014-07-23 18:08:02下载
- 积分:1
-
lex_weight
lexical analysis of text detail program...
- 2009-11-13 05:34:53下载
- 积分:1
-
MSChart
Using MSChart Object to show data on form
- 2015-05-05 15:22:26下载
- 积分: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