AT89C51单片机实现4位数码管显示学号后四位,谢谢
AT89C51单片机实现4位数码管显示学号后四位,谢谢麻烦大神帮忙写个KeilC语言程序,要是能有proteus绘制的图就更完美了...
AT89C51单片机实现4位数码管显示学号后四位,谢谢麻烦大神帮忙写个Keil C语言程序,要是能有proteus绘制的图就更完美了
展开
2个回答
展开全部
#include<reg52.h>
#define uchar unsigned char
#define uint unsigned int
//共阴数码管七段码
uchar code table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d, 0x07,0x7f,0x6f,0x77};
uchar code table2[]={5,4,3,2};//这就是学号的后4位,自行修改
void display()//4位显示子程序
{
P0=~(table[ table2[0]]);
wei1=0;
Delay1ms(2);
wei1=1;
P0=~(0x80|table[ table2[1]]);
wei2=0;
Delay1ms(2);
wei2=1;
P0=~(table[ table2[2]]);
wei3=0;
Delay1ms(2);
wei3=1;
P0=~(table[ table2[3]);
wei4=0;
Delay1ms(2);
wei4=1;
}
void Delay1ms(uint i) //1ms延时程序
{
uint j;
for(;i>0;i--)
{
for(j=0;j<164;j++)
{;}
}
}
void main(void )//主程序
{
while(1)
{
display();
}
}
#define uchar unsigned char
#define uint unsigned int
//共阴数码管七段码
uchar code table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d, 0x07,0x7f,0x6f,0x77};
uchar code table2[]={5,4,3,2};//这就是学号的后4位,自行修改
void display()//4位显示子程序
{
P0=~(table[ table2[0]]);
wei1=0;
Delay1ms(2);
wei1=1;
P0=~(0x80|table[ table2[1]]);
wei2=0;
Delay1ms(2);
wei2=1;
P0=~(table[ table2[2]]);
wei3=0;
Delay1ms(2);
wei3=1;
P0=~(table[ table2[3]);
wei4=0;
Delay1ms(2);
wei4=1;
}
void Delay1ms(uint i) //1ms延时程序
{
uint j;
for(;i>0;i--)
{
for(j=0;j<164;j++)
{;}
}
}
void main(void )//主程序
{
while(1)
{
display();
}
}
东莞市友贸实业有限公司_
2023-11-22 广告
2023-11-22 广告
第五代双倍数据速率DDR5双列直插式内存模块是一种高速、高性能的内存模块,适用于需要高带宽和低延迟的应用场景。与前几代内存模块相比,DDR5双列直插式内存模块具有更高的数据传输速率和更低的功耗,同时提供了更大的内存容量和更高的可靠性。在数据...
点击进入详情页
本回答由东莞市友贸实业有限公司_提供
引用11kxmx的回答:
#include<reg52.h>
#define uchar unsigned char
#define uint unsigned int
//共阴数码管七段码
uchar code table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d, 0x07,0x7f,0x6f,0x77};
uchar code table2[]={5,4,3,2};//这就是学号的后4位,自行修改
void display()//4位显示子程序
{
P0=~(table[ table2[0]]);
wei1=0;
Delay1ms(2);
wei1=1;
P0=~(0x80|table[ table2[1]]);
wei2=0;
Delay1ms(2);
wei2=1;
P0=~(table[ table2[2]]);
wei3=0;
Delay1ms(2);
wei3=1;
P0=~(table[ table2[3]);
wei4=0;
Delay1ms(2);
wei4=1;
}
void Delay1ms(uint i) //1ms延时程序
{
uint j;
for(;i>0;i--)
{
for(j=0;j<164;j++)
{;}
}
}
void main(void )//主程序
{
while(1)
{
display();
}
}
#include<reg52.h>
#define uchar unsigned char
#define uint unsigned int
//共阴数码管七段码
uchar code table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d, 0x07,0x7f,0x6f,0x77};
uchar code table2[]={5,4,3,2};//这就是学号的后4位,自行修改
void display()//4位显示子程序
{
P0=~(table[ table2[0]]);
wei1=0;
Delay1ms(2);
wei1=1;
P0=~(0x80|table[ table2[1]]);
wei2=0;
Delay1ms(2);
wei2=1;
P0=~(table[ table2[2]]);
wei3=0;
Delay1ms(2);
wei3=1;
P0=~(table[ table2[3]);
wei4=0;
Delay1ms(2);
wei4=1;
}
void Delay1ms(uint i) //1ms延时程序
{
uint j;
for(;i>0;i--)
{
for(j=0;j<164;j++)
{;}
}
}
void main(void )//主程序
{
while(1)
{
display();
}
}
展开全部
wei4=0;上面少了个中括号
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询