-
smgjsq
51单片机数码管静态显示,计数器功能,学习如何对数据管进行操作(51 MCU digital static display, the counter function, learning how to operate the data management)
- 2010-11-16 16:20:43下载
- 积分:1
-
Character-code-tools
1.可以自动生成十六进制字编码。
2.可以自动C语言格式字符编码。
3.支持GBK和ASCII字符编码查询。(1 can automatically generate a hexadecimal character encoding.
2 can automatically format the C language character encoding.
3 support GBK and ASCII character encoding query.撤消修改)
- 2014-01-04 16:42:20下载
- 积分:1
-
HandsOn1_5
在定时器控制下反复的裁减一幅图像和改变其大小(timer under the control of the repeated cuts an image and change its size)
- 2007-05-30 11:13:54下载
- 积分:1
-
include
ATMEGA48 头文件 适用于 ICCAVR7.0 有些版本没有ATMEGA48的头文件(ATMEGA48 )
- 2013-08-08 22:45:19下载
- 积分:1
-
cpluspluskursu
c++ studying codes/c++ COURSE/EXAMPLE CODES/ NECATİ ERGİ N
- 2015-12-15 04:14:10下载
- 积分:1
-
keil-for-arm-MDK5.11A
keil 5.11a专业版注册机 (通用版) 破解工具,可以破解专业版,已亲手实验。(keil 5.11a crack tool, you can crack the professional version, has personally experiment.)
- 2014-07-23 09:58:41下载
- 积分:1
-
jisuanqi
单片机计算机设计,实现加减乘除,包括小数点的运算,用的是4*4的键盘(Single chip computer design, realization add, subtract, multiply and divide, including the operations of the decimal point, with 4* 4 is the keyboard)
- 2011-08-31 18:50:05下载
- 积分:1
-
Desktop
电力仪表测量电压,电流,有功,无功,等电力参数,用PIC和ATT7026 数码显示(Electricity meters measure voltage, current, active power, reactive power, and other electrical parameters, with the PIC and ATT7026 digital display)
- 2013-06-07 11:08:02下载
- 积分: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
-
chaoshengboceju
超声波测距(5 28线性处理),测量线性度很高(Ultrasonic Ranging (528 linear processing), high linearity measurements)
- 2013-09-01 21:20:13下载
- 积分:1