基于单片机病房呼叫系统控制系统设计-毕设课设资料

Posted Mr song song

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了基于单片机病房呼叫系统控制系统设计-毕设课设资料相关的知识,希望对你有一定的参考价值。

【资源下载】下载地址:点击下载1301 百度网盘

#include <reg51.h>
#define uint unsigned int
#define uchr unsigned char
sbit led0=P2^2;
sbit buzzer=P2^3;
sbit dula=P2^6;                //声明段选线选通端
sbit wela=P2^7;                //声明位选线选通端
sbit clear=P3^4;
uchr key,shi,ge,count;
uchr code tab[]={
0x3f,0x06,0x5b,0x4f,
0x66,0x6d,0x7d,0x07,
0x7f,0x6f,0x77,0x7c,
0x39,0x5e,0x79,0x71,
0x76,0x79,0x38,0x3f};
/*延时子函数,xms为形参*/
void delay(uint xms)
{
    uint x,y;
    for(x=xms;x>0;x--)
        for(y=110;y>0;y--);
}

  

 

以上是关于基于单片机病房呼叫系统控制系统设计-毕设课设资料的主要内容,如果未能解决你的问题,请参考以下文章

基于单片机餐厅呼叫控制系统仿真设计-毕设课设资料

基于单片机8层电梯控制系统仿真设计-毕设课设资料

基于单片机8155秒表计时器系统设计-毕设课设资料

基于单片机8x8点阵模拟电梯系统设计-毕设课设资料

基于单片机八层电梯系统控制设计-毕设课设资料

基于单片机PID恒温温度控制系统设计-毕设课设资料