资源简介
相信你也像我这样在网上搜了很多关于交通灯的程序,但是好的一个也没有,所谓的好就是起码能像街边的交通灯一样工作,不过我这个交通灯加了很扩展,比如可以手动调节显示时间等,下了一定不会后悔!
代码片段和文件信息
#include
#define uchar unsigned char
#define uint unsigned int
sbit P3_2=P3^2;
sbit P3_3=P3^3;
sbit P3_7=P3^7;
sbit P1_2=P1^2;
sbit P1_3=P1^3;
sbit P1_0=P1^0;
sbit P1_5=P1^5;
uchar code table[]=
{
0xc00xf90xa40xb00x990x92
0x820xf80x800x900x770x7c
0x390x5e0x790x71
};
uchar code tab[]=
{1116212631};
uchar shigetendateatt0shushu1flagt1num;
void display(uchar aauchar bbuchar ccuchar dd);
void min();
void delay(uint z) //误差 0us
{
uint xy;
for(x=z;x>0;x--)
for(y=110;y>0;y--);
}
void InitTimer0(void);
void InitTimer1(void);
void main()
{
shu=15;
shu1=10;
min();
num=0;
a=0;
t=0;
P1=0xdb;
InitTimer0();
EX0=1;
IT0=1;
EX1=1;
IT1=1;
while(1)
{
if(flag==1)
{
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 157012 2010-01-07 21:26 交通灯\交通灯7.DSN
文件 3858 2010-01-17 14:08 交通灯\jiaotongdeng.c
目录 0 2010-04-04 14:52 交通灯
----------- --------- ---------- ----- ----
160870 3
- 上一篇:DLA模型
- 下一篇:cpu 控件源代码可直接运行
评论
共有 条评论