对应程序:
#include<reg52.h>
#define uint unsigned int
#define uchar unsigned char
uchar code tab[]={
0x81,
0x42,
0x24,
0x18,
};
2014-01-17 02:14:12
下载 76
查看 1,102
www.eeworm.com
C51基本结构程序设计
1. 掌握if语句来实现选择结构,能利用if语句编写相应的分枝结构的程序。在嵌套if语句中,一定要搞清楚else与哪个if结合的问题。
2013-11-01 10:08:01
下载 55
查看 1,116