-
libimobiledevice
libimobiledevice VS2008 可编译代码
需要自行编译openssl-1.0.1l (libimobiledevice VS2008 code can be compiled
Need to compile openssl-1.0.1l)
- 2015-02-27 10:48:12下载
- 积分:1
-
多路舵机控制
说明: 对舵机的调试功能,通过多个舵机完成整个机器人的拼凑,进而完成机器人跳舞的任务。(The debugging function of the steering gear completes the assembly of the whole robot through multiple steering gear, and then completes the task of robot dancing.)
- 2020-06-25 18:00:01下载
- 积分:1
-
RCC_JJY
日本电波钟解码程序 接受长波信号并进行解码(JJY code)
- 2013-12-07 22:16:19下载
- 积分:1
-
lcd1602C
xl系列单片机实验仪演示程序 LCD1602显示 步进电机控制器速度方向圈数可调 LCD1602显示 步进电机控制器速度方向圈数可调 K1-启动与停止步进电机运行 K2-设定步进电机运行圈数 (1-20圈) K3-设定步进电机转动方向 K4-设定步进电机运行速度 步进电机的转速控制分16档,数字越小,转速越快。 7.5度步进电机;周期7.5×4=30度,电机转动一圈需12个周期 资源:p1.0-p1.3接反向器74ls14,输出后接步进电机 p3.7接小喇叭提供按键音, p1.4-p1.7接端口按键:lcd1602插入实验仪(xl Series Singlechip Experiment LCD1602 demo program shows the direction of stepper motor speed controller circle shows the number of adjustable LCD1602 direction stepper motor controller lap speed of a few adjustable K1-start and stop the stepper motor running K2-setting step motor running a few laps (1-20 laps) K3-set stepper motor rotation direction of K4-setting speed of stepper motor stepper motor speed control minutes 16 stalls, the number of smaller, faster the speed. 7.5 degree stepper motor cycle of 7.5 × 4 = 30 degrees, rotating electric lap 12 cycles required resources: p1.0-p1.3 then reverse browser 74ls14, followed by stepper motor output p3.7 then provide a small speaker key tone, p1.4-p1.7 port access keys: lcd1602 insert Tester)
- 2008-12-19 10:42:22下载
- 积分:1
-
car
汽车华容道,实现汽车华容道各种布局的路径的解法。(Car Huarong, Huarong realize various automotive solution path layout.)
- 2015-01-23 21:20:25下载
- 积分:1
-
hongwaiyaokong
说明: 红外遥控解码C51红外遥控解码C51红外遥控解码C51红外遥控解码C51(Infrared remote control Infrared remote control decoder decoding C51 C51 C51 infrared remote control Infrared remote control decoder decoding C51)
- 2020-09-10 21:48:03下载
- 积分:1
-
hmi_v013
用于TI 3S9B96开发板
实现功率转换的功能(Development board for the TI 3S9B96 achieve power conversion function)
- 2011-11-25 17:42:31下载
- 积分:1
-
11
说明: 利用定时/计数器T0从P1.0输出周期为1s的方波,让发光二极管以1HZ闪烁,设晶振频率为12MHz(The use of timer/counter T0 from P1.0 output cycle square wave 1s, so that the light-emitting diodes 1HZ blinking, set the crystal frequency is 12MHz)
- 2014-05-27 14:30:43下载
- 积分: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
-
FIRA
西北工业大学 C++ 描述 FIRA 5vs5 仿真足球(Northwestern Polytechnical University C++ description of FIRA the 5vs5 simulation soccer)
- 2012-05-26 07:34:56下载
- 积分:1