-
Carrier_0_03.tar
CARRIER todo esto es un documento elaborado con la mayora facilidad
- 2013-12-14 04:43: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
-
Mini51B-sbq
51单片机的示波器,所有资料,dajiakuaixia(an Oscilloscope by mini51)
- 2014-05-12 08:47:29下载
- 积分:1
-
hongwai-lcd.c
基于51单片机的 红外+LCD+继电器C程序显示
实现的功能较多,比较适合初学的人。(Based on 51 single-chip infrared+LCD+ relay C program display of more functions, more suitable for beginners person.)
- 2013-08-17 11:14:48下载
- 积分:1
-
Ad_da-transformation
ad_da 数电——模电 转换,单片机应用子程序(ad_da transformation)
- 2012-12-19 11:10:05下载
- 积分:1
-
CD4052--4735424529034
cd4052用stm32来写的程序,,实现电子开关电路
(CD4052 uses STM32 to write the program, the electronic switch circuit)
- 2021-03-24 09:59:15下载
- 积分:1
-
codelock
用共阴极数码管做的密码锁,可修改密码
( this is a codelock )
- 2009-02-28 18:55:30下载
- 积分:1
-
demoXEPALL
MC9S12XEP100的程序,适合中低级程序员练习(MC9S12XEP100 program, suitable for junior programmers to practice)
- 2015-11-10 23:30:42下载
- 积分:1
-
How_To_Game_Programming
Why your files are not be used?
1.The content is too simple
2.Is not a sourcecode or document
3.lost some files
4.Description is not detailed or not correct
5.Compressed file has password
6.Sourcecode duplicate or already exist
- 2009-10-09 01:31:50下载
- 积分:1
-
CRC-check
CRC check 介绍CRC的基本原理以及实现方式(CRC check)
- 2016-03-28 09:07:58下载
- 积分:1