-
银行呼号系统设计
资源描述#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
-
抖动是非常重要的,在系统中使用的锁相环
Jitter is extremely important in systems using PLL-based
clock drivers. The effects of jitter range from not having any
effect on system operation to rendering the system completely
non-functional. This application note provides the reader
with a clear understanding of jitter in high-speed systems. It
introduces the reader to various kinds of jitter in high-speed
systems, their causes and their effects, and methods of reducing
jitter. This application note will concentrate on jitter in PLL-based frequency synthesizers.
- 2023-07-10 03:55:03下载
- 积分:1
-
China Mobile, the latest message CMPP3.0 Gateway Interface using examples, SP de...
中国移动最新短信网关CMPP3.0的接口使用范例,SP开发必须-China Mobile, the latest message CMPP3.0 Gateway Interface using examples, SP development must
- 2022-04-28 14:33:11下载
- 积分:1
-
本文是关于自动频率控制在通信系统中的应用方面的文章
本文是关于自动频率控制在通信系统中的应用方面的文章-This is the automatic frequency control on the communication system in the application of article
- 2022-02-01 12:02:15下载
- 积分:1
-
使用Modem发送文字信息给网上传呼
使用Modem发送文字信息给网上传呼 -Sending text to inernet call through modem
- 2022-05-21 20:02:07下载
- 积分:1
-
c# 串口实验
c#控制串口,
包含了基本的串口控制的方法,
- 2023-07-22 13:50:03下载
- 积分:1
-
用C语言实现的在AWGN信道下的BPSK信号调制
用C语言实现的在AWGN信道下的BPSK信号调制-C language in AWGN channel BPSK modulation signal
- 2022-05-14 20:12:29下载
- 积分:1
-
本程序是用COstas环跟踪信号的处理过程,具有较好的跟踪性能,...
本程序是用COstas环跟踪信号的处理过程,具有较好的跟踪性能,-This procedure is used Costas loop tracking signal processing, has a good tracking performance,
- 2022-06-28 08:00:53下载
- 积分:1
-
一个完整的vc实现双机互连的程序,希望对大家有一定帮助。
一个完整的vc实现双机互连的程序,希望对大家有一定帮助。-a complete realization of a two-aircraft vc interconnection procedures, we hope to have some support.
- 2022-04-17 15:28:04下载
- 积分:1
-
本文档详细地介绍了如何编译osip协议。根据该文档的描述,可以很轻易地编译OSIP协议栈。...
本文档详细地介绍了如何编译osip协议。根据该文档的描述,可以很轻易地编译OSIP协议栈。-this document in detail about how to build osip agreement. According to the document, in the description could easily compile OSIP protocol stack.
- 2022-02-01 12:22:57下载
- 积分:1