-
银行呼号系统设计
资源描述#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
-
司机MMP iFIX V6
Driver MMP iFIX v6 - Driver Modicon Modbus Plus for iFix Version 6.-Driver MMP iFIX v6- Driver Modicon Modbus Plus for iFix Version 6.xx
- 2022-01-28 17:08:34下载
- 积分:1
-
MC-CDMA源代码
本代码是通信工程专业关于MC-CDMA的源代码,为了方便更多的刚兴趣的人一起陶坤,所以希望和有兴趣的人一起讨论本代码是通信工程专业关于MC-CDMA的源代码,为了方便更多的刚兴趣的人一起陶坤,所以希望和有兴趣的人一起讨论本代码是通信工程专业关于MC-CDMA的源代码,为了方便更多的刚兴趣的人一起陶坤,所以希望和有兴趣的人一起讨论
- 2022-05-22 08:35:24下载
- 积分:1
-
短信网关WAP长短信问题分析及解决!
根据网络及实际应用遇到的问题总结如下:
1、 WapPush长短信与普通短信区别:
a. 长短信需要拆分,需要有短信头信息;
b. 短信头信息由WDP+WSP组成;
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-09 21:36:32下载
- 积分:1
-
实现机于通讯芯片的电话接听 拨出 以及来电振领提示
实现机于通讯芯片的电话接听 拨出 以及来电振领提示-The realization of machines in the communications chip set aside, as well as phone calls vibration collar tips
- 2023-05-07 17:45:03下载
- 积分:1
-
在这个仿真模型,16
In this simulink model , 16-QAM modulation and demodulation is simulated .A square root raised cosine pulse shaped signal is modulated and given as input to the demodulator.The received signal
is demodulated and given to the detector where it is matched filtered and down-sampled .The effects of symbol timing offset
can be seen by varying the phase of down-sampling
operation.The signal transmitted is recovered
at the detector output.-In this simulink model , 16-QAM modulation and demodulation is simulated .A square root raised cosine pulse shaped signal is modulated and given as input to the demodulator.The received signal
is demodulated and given to the detector where it is matched filtered and down-sampled .The effects of symbol timing offset
can be seen by varying the phase of down-sampling
operation.The signal transmitted is recovered
at the detector output.
- 2022-07-24 17:48:41下载
- 积分:1
-
simulation of BER of orthogonal space time block code over frequency flat Raylei...
simulation of BER of orthogonal space time block code over frequency flat Rayleigh faing channel
- 2023-03-29 23:35:04下载
- 积分:1
-
Introduction of the QAM modulation constellation diagram for QAM modulation of l...
介绍了QAM调制的星座图,对于学习QAM调制的有一定的指导意义。-Introduction of the QAM modulation constellation diagram for QAM modulation of learning have a certain significance.
- 2022-05-21 16:10:40下载
- 积分:1
-
通过手机应用工作的网站设计
web site designs for applying work through mobiles
- 2022-03-12 02:05:01下载
- 积分:1
-
Assignment of “Network Design and Traffic Engineering”
Assignment of “Network Design and Traffic Engineering”
- 2022-08-05 18:05:53下载
- 积分:1