-
SMT-technology(2)
电路模块表面组装技术(上),介绍SMT的组装和检测技术以及相关重要知识。(Circuit module surface mount technology (on), introduced SMT assembly and testing technology and related critical knowledge.)
- 2014-03-25 08:52:35下载
- 积分:1
-
Dichlorvos0.72
Vt源码修改的调试器, 想要学习过保护可以用来借鉴..(
Vt source code to modify the debugger, you can protect)
- 2016-11-20 16:21:24下载
- 积分:1
-
Text1
pca 用于定时器功能 pca可用于捕捉,定时,pwm输出等功能(pca pca can be used to capture, timing, pwm output for timer function)
- 2012-08-28 15:04:01下载
- 积分:1
-
雷达仿真的c程序
雷达仿真的c程序,我自己写的
站长大人,情尽快开通帐号,救急(radar simulation c procedure, I wrote the director of adults, and a quick opening of account and save)
- 2007-04-11 19:01:01下载
- 积分:1
-
freescale-smartcar
第九届飞思卡尔智能车程序 国赛第四
底层文件都是自己写的
3个ccd labview上位机(Ninth Freescale smart car race fourth country program)
- 2016-04-18 16:38:53下载
- 积分:1
-
hongwaiyaokongqiting
C程序,红外遥控启停源码,可用于智能车,普通单片机遥控器即可(C programs, infrared remote start-stop source for intelligent vehicles, ordinary single-chip remote control to)
- 2014-11-19 20:10:59下载
- 积分:1
-
calculator
这是基于单片机的计算器程序,可以实现加减乘除的功能(This is based on single-chip calculator program, Math functions can be achieved)
- 2011-11-11 13:32:40下载
- 积分:1
-
03-多路ADC转换-模拟串口发送
在stc51单片机上实现对多路ADC、串口的控制例程(Stc51 MCU in the realization of multi-channel ADC, serial control routines)
- 2017-06-24 09:43:15下载
- 积分: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
-
Spectrum-analyzer
Useful modding - a spectrum analyzer + clock.
We came across two 5x8 LED matrix, virtually occupying five-inch drive bay, and I decided to make a spectrum analyzer based on their sound.
- 2016-02-16 03:02:42下载
- 积分:1