基于单片机出租车计价器电路设计(附论文)
通过编程实现出租车里程和金额的显示,加仿真电路和程序,以及论文资料,可以用作课设或毕业设计
#include <reg52.h>
#define uchar unsigned char
#define uint unsigned int
uchar duan[]={
0x3f,0x06,0x5b,0x4f,
0x66,0x6d,0x7d,0x07,
0x7f,0x6f
}; //所需的段的位码
uchar wei[]={0Xfe,0Xfd,0Xfb,0Xf7,0xef,0xdf,0xbf,0x7f}; //位的控制端 (仿真)
uint qian,bai,shi,ge,qian1,bai1,shi1,ge1,dis,money=0; //定义数据类型
uint dispcount=0,aa;
sbit dula1=P3^1;
sbit dula2=P3^0;
sbit wela=P3^7;
/******************************************************************
延时函数
******************************************************************/
void delay(uchar t)
{
uchar i,j;
for(i=0;i<t;i++)
{
for(j=13;j>0;j--);
{ ;
}
}
}
/**********************************************************************
数码管动态扫描
*********************************************************************/
void xianshi()
【资源下载】下载地址如下782: https://docs.qq.com/doc/DTlRSd01BZXNpRUxl