-
降低OFDM系统PAPR的PTS算法的源程序,matlab成功后…
降低OFDM系统峰均比的PTS算法源码,经过MATLAB仿真成功-Reduce the PAPR of OFDM system PTS algorithm source, after the success of MATLAB simulation
- 2022-09-08 05:25:02下载
- 积分:1
-
该程序用于RS232串口、以太网通信转换的例子,看看可能对你有帮助...
该程序用于RS232串口、以太网通信转换的例子,看看可能对你有帮助-procedures for the RS232 serial ports, Ethernet switch example, you might look at the help
- 2023-01-13 03:35:03下载
- 积分:1
-
该例程没有花钱之后,可以给初学者一个实践…
来电显示例程,以后不用花钱了,可以给初学者一个练手机会了-CND routines do not have to spend money later, and can give beginners a practice will be a mobile phone
- 2023-01-12 02:15:05下载
- 积分:1
-
这是第三代移动通信中以Kasumi为内核的f8算法的VISUAL C++实现
这是第三代移动通信中以Kasumi为内核的f8算法的VISUAL C++实现-This is the third generation mobile communications to Kasumi for kernel f8 algorithm VISUAL C++ Realize
- 2022-06-17 04:09:39下载
- 积分: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
-
crc原理与实现
介绍crc的原理与实现方案
crc原理与实现
介绍crc的原理与实现方案-crc principle and achieve crc on the principle and implementation of the program
- 2023-05-09 23:00:03下载
- 积分:1
-
电子科技大学的无线传感器网络基础以及应用的ppt
电子科技大学的无线传感器网络基础以及应用的ppt-University of Electronic Science and Technology-based wireless sensor networks and applications ppt
- 2022-02-12 08:17:23下载
- 积分:1
-
自适应最小均方算法,应证实是正确的。可以下载使用
自适应最小均方算法,应证实是正确的。可以下载使用-Adaptive least mean square algorithm, should prove to be correct.
- 2022-02-01 16:02:49下载
- 积分:1
-
在第1章中,我们首先讨论在使用和不使用M F C的情况下创建一个窗口,以便清楚地了解
M F C是如何工作的。M F C窗口既可以由属于M F C的C +...
在第1章中,我们首先讨论在使用和不使用M F C的情况下创建一个窗口,以便清楚地了解
M F C是如何工作的。M F C窗口既可以由属于M F C的C + +类创建,也可以由一个早于并存在于
M F C之外的非C + +窗口类创建。我们将进一步观看窗口类并讨论那些由Wi n d o w s操作系统提
供的窗口类。最后,再看看M F C应用程序中都有什么。-In Chapter 1, we first discuss the use and does not use MFC create a window to a clear understanding of how the work of MFC. MFC window can belong to MFC from the C++ Type create, you can co-exist as early as by an outside non-MFC is C++ Window class to create. We will further watch window class and discussed by the Wi ndows provided by the operating system window class. Finally, take a look at MFC application has what.
- 2022-02-04 17:19:45下载
- 积分:1
-
evc写的gps示例程序
evc写的gps示例程序-evc write gps sample program
- 2022-07-09 18:58:47下载
- 积分:1