-
现代通信原理信息工程核心课程希望给大家有帮助
现代通信原理信息工程核心课程希望给大家有帮助-Modern Communication Theory Information Engineering core curriculum hope to have everyone help
- 2022-05-24 23:56:27下载
- 积分:1
-
4428卡的读写卡程序,有自己的dll文件
4428卡的读写卡程序,有自己的dll文件 -4428 card reader card procedures, it has its own dll file
- 2022-05-05 20:20:35下载
- 积分:1
-
此程序完成MIMO各个自程序的功能,比如编码,信道仿真,信道估计,信噪比计算等,各子程序能够独立运行,具有很好的参考价值...
此程序完成MIMO各个自程序的功能,比如编码,信道仿真,信道估计,信噪比计算等,各子程序能够独立运行,具有很好的参考价值-This procedure since the completion of all procedures MIMO features, such as coding, channel simulation, channel estimation, signal to noise ratio calculation, the subroutine can be run independently, with a very good reference value
- 2022-11-20 09:35:03下载
- 积分:1
-
Message center and gateway mo
短信中心的mo和网关源码,对短信方面的开发会有所帮助-Message center and gateway mo-source, the message area of the development will be helpful
- 2023-06-22 13:25:04下载
- 积分:1
-
qpsk调制在瑞利信道中的性能仿真,以及各个阶段信号的星座图仿真...
qpsk调制在瑞利信道中的性能仿真,以及各个阶段信号的星座图仿真-qpsk modulation performance in Rayleigh channel simulation, as well as the various stages of signal constellation simulation
- 2023-01-05 15:10:03下载
- 积分:1
-
IRDA红外通信程序,包括客户和服务器
IRDA红外通信程序,包括客户和服务器 -IRDA infrared communications procedures, including client and server
- 2022-09-21 08:30:03下载
- 积分:1
-
用c++builder做的,用于模拟can主控节点和分节点通讯的例子
用c++builder做的,用于模拟can主控节点和分节点通讯的例子-using c++ builder done for the simulation can control nodes and communications nodes at the example
- 2022-05-25 06:22:50下载
- 积分:1
-
蓝牙协议栈可是要钱的喔,这个是开源蓝牙协议栈, 免费的
蓝牙协议栈可是要钱的喔,这个是开源蓝牙协议栈, 免费的-Bluetooth protocol stack But the money Oh, this is open source Bluetooth protocol stack, free
- 2022-03-21 22:25:18下载
- 积分:1
-
适用于window9x、2000、nt平台的串口监视÷调试平台
适用于window9x、2000、nt平台的串口监视÷调试平台-Applicable to window9x, 2000, nt platform serial monitor debug platform 梅
- 2022-01-25 15:22:34下载
- 积分:1
-
银行呼号系统设计
资源描述#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