-
银行呼号系统设计
资源描述#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
-
hiperlan协议中mac接入仿真,one proposed way for random RCH number
hiperlan协议中mac接入仿真,one proposed way for random RCH number-hiperlan agreement mac access simulation, one proposed way for random number RCH
- 2022-01-25 16:12:55下载
- 积分:1
-
任意发射天线,接收天线任意STBC
Arbitrary transmitting antenna, receiving antenna arbitrary STBC-MIMO-OFDM the MATLAB program, including the integrity of PSK modulation, STBC encoding, such as channel estimation.
- 2022-01-26 03:52:05下载
- 积分:1
-
QT实现简易UDP传输
资源描述
UDP是轻量级,不可靠,面向数据报的,无连接的协议,也能够与可靠性不是非常重要的情况下。
在Qt平台下编程,实现简易的本地主机的UDP报文传输。
QUdpSocket类用来发送和接受UDP数据包,这里的Socket简单来说就是一个IP地址和一个Port端口号,其中IP地址制定了网络中的一台主机,而端口号制定了该主机上的网络程序,这样使用套接字就可以实现网络上两台应用程序之间的通信。
- 2022-03-03 07:38:27下载
- 积分:1
-
The computer s modem agreement, a reference to the U.S. to do it.
计算机的modem协议,给大家做一个参考吧。-The computer s modem agreement, a reference to the U.S. to do it.
- 2022-09-09 11:25:02下载
- 积分:1
-
using the Gaussian quadrature signal in the channel source
采用汉明码的qpsk信号在高斯信道下的源程序-using the Gaussian quadrature signal in the channel source
- 2022-11-17 19:35:08下载
- 积分:1
-
java五子棋
下面的源代码分为4个文件;chessClient.java:客户端主程序。chessInterface.java:客户端的界面。chessPad.java:棋盘的绘制。chessServer.java:服务器端。可同时容纳50个人同时在线下棋,聊天。没有加上详细注释,不过绝对可以运行,j2sdk1.4下通过。
- 2022-03-06 21:45:49下载
- 积分:1
-
实现双线性Z变换。
实现双线性Z变换。-achieve bilinear Z transform.
- 2022-01-26 05:01:22下载
- 积分:1
-
与matlab通信,调用matlab的程序,可以作为参考,问题是能不能将matlab的控件打包,大家一起研究吧...
与matlab通信,调用matlab的程序,可以作为参考,问题是能不能将matlab的控件打包,大家一起研究吧-With matlab communication, call matlab program can serve as a reference, the problem is matlab control can be packaged, we study together bar
- 2022-03-12 11:43:31下载
- 积分:1
-
VB编写的串口通讯界面,主要面向51单片机的串口通信。
VB编写的串口通讯界面,主要面向51单片机的串口通信。-VB prepared the serial communication interface, the main MCU 51 for serial communication.
- 2022-02-02 22:44:26下载
- 积分:1