-
银行呼号系统设计
资源描述#include
#define uchar unsigned char //宏定义
#define uint unsigned int //宏定义
sbit rs=P2^0;
sbit e=P2^1;
sbit key1=P2^2; //四个服务人员的按键
sbit key2=P2^3;
sbit key3=P2^4;
sbit key4=P2^5;
sbit shengyinled=P2^6; //模拟声音
sbit fuwuled=P2^7;
uchar hao[50]="0"; //存储当前需要服务的号码
uchar j=0; // 号码的个数
uchar *quhao=hao;
uchar key=0; //按键值
uchar code table[]="0123456789";
uchar code table1[]="Welcome!";
uchar code table2[]="No.0000->0hao";//用于液晶初始化显示
void delay(uchar z) //延时函数
{
uchar i,j;
for(i=z;i>0;i--)
for(j=110;j>0;j--);
}
void wr
- 2022-02-22 09:46:21下载
- 积分:1
-
自己用delphi写的无线传感器网络的源码,配合hellicom公司的硬件设备可以搭建无线传感器网络...
自己用delphi写的无线传感器网络的源码,配合hellicom公司的硬件设备可以搭建无线传感器网络-used to write their own wireless sensor network source, hellicom with hardware companies can build wireless sensor networks
- 2022-01-24 09:52:16下载
- 积分:1
-
OFDM matlab相关资料,希望对大家有帮助
OFDM matlab相关资料,希望对大家有帮助-OFDM matlab relevant information, in the hope that everyone has to help
- 2022-01-28 07:20:04下载
- 积分:1
-
linux下rpc通信
linux下的一个rpc实例,linux下的一个rpc实例,linux下的一个rpc实例
- 2023-04-10 19:25:03下载
- 积分:1
-
serial expansion of Chinese information 2
串口扩展中文资料2-serial expansion of Chinese information 2
- 2022-05-08 21:09:11下载
- 积分:1
-
串行通信
/*
- 2023-04-28 01:15:03下载
- 积分:1
-
MARVELL processor mobile phone
MARVELL processor mobile phone
- 2022-02-28 23:45:02下载
- 积分:1
-
/*CHECKED
* Function: time.c Project: DNP
*
*
*
* DESCRIPTION:...
/*CHECKED
* Function: time.c Project: DNP
*
*
*
* DESCRIPTION:
*
* This file contains functions for converting between
* DNP time format and RTU time format (rtc counter type).
*
* DNP format is to express the time in the number of milliseconds
* since the start of 1970.
*
*
* REVISION HISTORY:
*
* Num Modified by Date Reason
* --- ----------------------- --------- -------------------------------
*
*
*/
-/*CHECKED
* Function: time.c Project: DNP
*
*
*
* DESCRIPTION:
*
* This file contains functions for converting between
* DNP time format and RTU time format (rtc counter type).
*
* DNP format is to express the time in the number of milliseconds
* since the start of 1970.
*
*
* REVISION HISTORY:
*
* Num Modified by Date Reason
* --- ----------------------- --------- -------------------------------
*
*
*/
- 2022-08-22 18:10:11下载
- 积分:1
-
这篇文档介绍了现在H264流行的三大开源代码,并比较了三者的优劣。...
这篇文档介绍了现在H264流行的三大开源代码,并比较了三者的优劣。-This document describes the now popular H264 revenue of the three codes, and compare the merits of the three.
- 2022-02-06 12:35:11下载
- 积分:1
-
use J2ME examples show ALERT
利用J2ME显示ALERT的实例-use J2ME examples show ALERT
- 2023-06-26 18:30:03下载
- 积分:1