-
银行呼号系统设计
资源描述#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
-
CC3000-wifi
TI 官方提供的msp430 操作CC3000mod wifi模块的源代码,包括驱动和接口程序,开发环境为IAR。
- 2023-01-03 04:25:04下载
- 积分:1
-
sd卡 MMC卡 MCU读取方案最完整的资料
sd卡 MMC卡 MCU读取方案最完整的资料-sd card MMC card MCU reading program the most complete information
- 2022-08-25 13:39:19下载
- 积分:1
-
VC6.0编写的小程序,使用mscom控件,简单易懂,有详细的注释,在win2k及xp下调试通过。...
VC6.0编写的小程序,使用mscom控件,简单易懂,有详细的注释,在win2k及xp下调试通过。-VC6.0 prepared applet, use mscom controls, easy-to-read, has detailed notes, in win2k and xp debugging through.
- 2022-01-27 17:18:29下载
- 积分:1
-
A demo for development based on blackberry system. It is a game samilar with the...
blackberry手机游戏设计DEMO:扫雷小游戏.(基于blackberry8100)-A demo for development based on blackberry system. It is a game samilar with the game "mine" in windows system.
- 2022-03-22 02:33:43下载
- 积分:1
-
winsock procedures for beginners.
winsock程序,适合初学者。-winsock procedures for beginners.
- 2022-10-22 02:40:04下载
- 积分:1
-
标准xcp协议,其中包括xcp的协议层,传输层的定义,完整的协议文档。...
标准xcp协议,其中包括xcp的协议层,传输层的定义,完整的协议文档。-Standard xcp agreements, including xcp protocol layer, transport layer definition, a complete protocol document.
- 2023-06-27 07:30:05下载
- 积分:1
-
一个简单的dll库,封装了串口通信的链接,发送,接收。对这方面有兴趣的来学习。...
一个简单的dll库,封装了串口通信的链接,发送,接收。对这方面有兴趣的来学习。-A simple dll library encapsulates the serial communication link, send, receive. In this regard are interested to learn.
- 2022-05-07 04:12:20下载
- 积分:1
-
WAPI标准SPEC 2006
wapi standard spec 2006
- 2023-03-26 14:30:04下载
- 积分:1
-
MATLAB simulation and communication
MATLAB与通信仿真
_ MATLAB与通信仿真-MATLAB simulation and communication
- 2022-05-28 14:56:58下载
- 积分:1