-
OFDM在无线局域网中应用,包括编码,信道估计和同步算法
OFDM在无线局域网中应用,包括编码,信道估计和同步算法-OFDM in Wireless LAN applications, including coding, channel estimation and synchronization algorithms
- 2022-02-05 17:15:37下载
- 积分:1
-
数字集群的实现编程,但需要÷进一步晚上才能完全实现,这个程序只是实现了部分演示功能...
数字集群的实现编程,但需要÷进一步晚上才能完全实现,这个程序只是实现了部分演示功能-digital trunking the realization programming, but needs further at can be fully achieved, the procedure is only part of the functional demo
- 2022-04-22 04:21:48下载
- 积分:1
-
MatLab工具在CDMA通讯仿真方面的用法研究。
MatLab工具在CDMA通讯仿真方面的用法研究。-MatLab tool CDMA communications aspects of the usage of simulation research.
- 2023-05-26 00:00:03下载
- 积分:1
-
基于stm32f407的usb转232程序
基于意法半导体stm32f407板子的usb 转232的例程,该例程利用串口网络助手进行打印显示,完成了usb的驱动与转化,系统中调用了许多库函数,初学者可以在keil c下直接运行,或者基于模板修改为其他程序
- 2023-07-18 16:50:04下载
- 积分:1
-
这是一个通讯口软件
这是一个通讯口软件-This is a communication interface software
- 2022-01-26 08:22:17下载
- 积分:1
-
摘要描述gps这个系统的matlab仿真,对其中捕获和跟踪的仿真比较详细...
摘要描述gps这个系统的matlab仿真,对其中捕获和跟踪的仿真比较详细-Gps the system summary description of the matlab simulation, capture and tracking of them in more detail the simulation
- 2022-05-13 01:26:05下载
- 积分:1
-
power sampling in noise . u can test it .its my first code i hav uploaded
power sampling in noise . u can test it .its my first code i hav uploaded
- 2023-06-17 21:55:03下载
- 积分:1
-
CORBA交易服务的实现源码。目前已经将CORBA标准中的CosTransactions.dll,CosTSInteroperation.dll,CosTSPo...
CORBA交易服务的实现源码。目前已经将CORBA标准中的CosTransactions.dll,CosTSInteroperation.dll,CosTSPortability.dll转化为c++代码,用户只要实现里面的CORBA存根,就可以实现一个CORBA交易服务。-CORBA transaction services to achieve the source. Now to the CORBA standard CosTransactions.dll, CosTSInteroperation.dll, CosTSPortability.dll into c code, as long as users realize the CORBA stubs inside, we would achieve a CORBA transaction services.
- 2022-05-20 13:00:33下载
- 积分: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
-
Huawei Info, mandarin document describing Huawei PM for UMTS projects
Huawei Info, mandarin document describing Huawei PM for UMTS projects
- 2022-03-26 09:12:04下载
- 积分:1