-
内含客户端和server,之间可以利用串口进行数据传输
内含客户端和server,之间可以利用串口进行数据传输-includes client and server, can be used between the serial data transmission
- 2022-08-10 11:44:48下载
- 积分:1
-
无线传感器网络安全演示
Wireless Sensor Network SEcurity demo
- 2022-12-09 16:25:03下载
- 积分:1
-
sybian OS 6.0
sybian OS 6.0
- 2022-03-12 16:57:59下载
- 积分:1
-
本程序实现在windows ce系统下的串口通讯
本程序实现在windows ce系统下的串口通讯-Realize this procedure in the windows ce system of serial communication
- 2022-01-21 01:35:59下载
- 积分:1
-
介绍了用visual c++编写应用程序调用api函数,从而简化了与硬件通信的过程。...
介绍了用visual c++编写应用程序调用api函数,从而简化了与硬件通信的过程。-introduces the visual c write applications called api function, thus simplifying the hardware and communications process.
- 2022-05-29 22:46:27下载
- 积分:1
-
OFDM 4QAM用MATLAB仿真
OFDM 4QAM simulation using Matlab
- 2023-03-18 09:40:03下载
- 积分:1
-
介绍了一种基于软件无线电思想的频分多址中频数字化接收机系统设计方案。它采用Altera公司的FPGA构成核
心单元,通过不同的软件配置实现对三路频分多址信号...
介绍了一种基于软件无线电思想的频分多址中频数字化接收机系统设计方案。它采用Altera公司的FPGA构成核
心单元,通过不同的软件配置实现对三路频分多址信号的解调。
-Introduce a software-based radio thinking FDMA digital IF receiver system design. It uses Altera s FPGA constitute the core unit, through different software configuration for the three-way realize FDMA signal demodulation.
- 2022-09-26 02:35:03下载
- 积分:1
-
超宽带链路分析主程序书标有example的M文件 能很直观的看到超宽带不同距离的带宽(速率)...
超宽带链路分析主程序书标有example的M文件 能很直观的看到超宽带不同距离的带宽(速率)-Analysis of ultra-wideband link the main program book marked example of the M documents can very intuitive different distances to see the ultra-wideband bandwidth (rate)
- 2022-03-16 02:18:59下载
- 积分:1
-
单成像雷达模拟,根据数据与实测数据相类似…
雷达单点成像仿真,主要数据均按照与实测数据相近处理-single imaging radar simulation, in accordance with data similar to the measured data handling
- 2022-02-03 18:23:20下载
- 积分: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