-
adn
AD转换资料,超全大量AD采集电压以及采集电流的方法!(AD conversion data, a large number of ultra-wide voltage and collected current AD acquisition method!)
- 2013-09-01 17:58:25下载
- 积分:1
-
yinyue
单片机控制的音乐播放器的proteus仿真以及源程序,导入单片机通过测试过能正常工作,希望对须要的人有所帮助。(Music player SCM proteus simulation and control of the source code, import the microcontroller through tested to work properly, we want to help people who need.)
- 2015-07-12 17:14:51下载
- 积分:1
-
picread
用picture控件实现人脸检测画面界面显示和视频流的选择(Achieved with the picture control interface display screen face detection and video streaming options)
- 2010-08-10 08:19:43下载
- 积分:1
-
debug
AVR智能温度控制,基于ATmega16(intelligent temperature control of AVR)
- 2014-07-19 11:35:52下载
- 积分: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
-
STM32_trace_l298
这段代码包括了基于STM32对简单小车的循迹壁障以及L298N的驱动。并对其中关键部分进行了注释。(This code includes a simple car-based STM32 tracking barrier and L298N driver. And one of the key parts of the notes.)
- 2014-02-26 12:18:03下载
- 积分:1
-
用vb写的数控仿真系统
说明: 仿真机床切割,可生产可编辑的轨迹代码,方便操作.(Simulated machine tool cutting, can produce editable trajectory code, easy to operate.)
- 2020-06-28 11:40:01下载
- 积分: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
-
crc_new
实现HDLC链路层的校验模块程序,在ads和mipchipc30上都调试成功。(HDLC link-layer implementation of the calibration module procedures, mipchipc30 in ads and on the success of all debugging.)
- 2009-03-19 21:52:50下载
- 积分:1
-
HC595clock
说明: 这是一个使用了8位移位寄存器HC595的电子钟程序,里面包括了仿真程序。以及HC595的操作说明。(This is a used 8-bit shift register of the electronic bell HC595 procedures, which include the simulation program. As well as instructions HC595.)
- 2009-08-03 11:09:10下载
- 积分:1