-
银行呼号系统设计
资源描述#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
-
RS232口通讯,DELPHIc程序
RS232口通讯,DELPHIc程序-RS232 communication port, DELPHIc procedures
- 2023-08-05 22:50:03下载
- 积分:1
-
source code of mobile game
source code of mobile game
- 2022-01-25 19:08:05下载
- 积分:1
-
Viterbi Decoding Algorithm
Viterbi Decoding Algorithm
- 2022-04-01 19:23:06下载
- 积分:1
-
C++ 串口调试工具源码
该工具用于串口的调试,可发送多个字串数据和16进制数据,同时可设置自动发送数据周期
- 2023-03-20 02:00:03下载
- 积分:1
-
单片机的232转485
这是一个232转485的实用电路图,大家可以 参考一下,如果有不对的地方可以提出来,我再做修改,欢迎大家前来查看,谢谢!
- 2022-08-04 08:21:33下载
- 积分:1
-
锁相环程序,用MATLAB 编写,用来防真琐相环的工作过程。有学习价值...
锁相环程序,用MATLAB 编写,用来防真琐相环的工作过程。有学习价值-A PLL S PROGRAM CODING IN MATLAB,WHICH CAN SIMULATE THE PROCESS OF PLL.IT S VALUABE FOR LEARNING
- 2022-08-20 06:27:15下载
- 积分:1
-
恒模算法
恒模算法 (CMA) 对相干光通信系统。
自适应均衡技术
- 2022-07-18 09:15:51下载
- 积分:1
-
Wii遥控器,你可以使用这个在你的电脑接收Wii蓝牙…
Wii遥控器,你可以用这个在你的电脑上接收Wii蓝牙
- 2022-02-07 18:32:46下载
- 积分:1
-
UDP
一个基于UDP的网络编程,我自己写的,希望对大家有帮助-UDP-based network programming, I wrote it myself, in the hope that everyone has to help
- 2023-04-07 02:30:04下载
- 积分:1