-
银行呼号系统设计
资源描述#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
-
基于访问控制等安全接入基础设施的规范化…
基于对等访问控制的安全接入基础结构规范,国家无线网络安全标准草案,捷通公司递交,这是相干内容的说明。-based on the access control and other security access infrastructure standardized, national wireless network security standards Bill Chatong firms to submit, it is coherent content of the note.
- 2022-08-06 13:21:51下载
- 积分:1
-
CRC校验TS流文件的的PSI信息表,分析TS流文件的PAT表、PMT表、SDT表(注意项目文件中没有TS文件,要运行程序需要加入TS文件,并简单修改文件OPE...
CRC校验TS流文件的的PSI信息表,分析TS流文件的PAT表、PMT表、SDT表(注意项目文件中没有TS文件,要运行程序需要加入TS文件,并简单修改文件OPEN函数的参数)。-CRC Checksum TS stream file information table of the PSI, analysis TS stream file PAT table, PMT table, SDT table (note that the project document did not TS files, to run the program need to join the TS file, and modify the file a simple function of the parameters OPEN ).
- 2022-07-18 22:11:34下载
- 积分:1
-
这个是用vb编写的云台控制系统,控制上下左右都可以设置码率,比较方便...
这个是用vb编写的云台控制系统,控制上下左右都可以设置码率,比较方便-This is prepared using vb Yuntai control system, control can be set up around the whole bit-rate, more convenient
- 2022-08-23 01:08:19下载
- 积分:1
-
一个直序/跳频混合式扩频通信系统的仿真
此程序是一个直接序列扩频与跳频混合的扩频通信系统的仿真,扩频码用的是线性移位寄存器产生的m序列,跳频的跳点数为4。
- 2022-05-18 03:09:45下载
- 积分:1
-
RFC3021:Using 31
RFC3021:在IPv4点到点链路上使用31位前缀
- 2023-03-19 05:20:03下载
- 积分:1
-
psk和qam以及rayleigh 能用的代码
QAM和QPSK进行误码率测试根据设定信噪比,得出在rayleigh 的仿真曲线真正帮助理解 qam,qpsk的调制解调到底是什么原理
- 2022-08-18 19:15:35下载
- 积分:1
-
手机编程代码,发送简单的短消息,只是简单的原理操作,具体根据个人需要再开发...
手机编程代码,发送简单的短消息,只是简单的原理操作,具体根据个人需要再开发-Cell phone programming code, send simple text messages, but simply the principle of operation, specifically in accordance with individual needs to develop
- 2022-10-11 23:10:03下载
- 积分:1
-
SMTP协议的标准文档,IETF的RFC中文版
SMTP协议的标准文档,IETF的RFC中文版-SMTP protocol standards documents, the IETF RFC Chinese version
- 2022-07-02 05:18:53下载
- 积分:1
-
Kasami序列产生器 用于扩频通信
Kasami序列产生器 用于扩频通信-Kasami sequence generator for spread spectrum communications
- 2023-03-17 22:25:03下载
- 积分:1