-
This is my collection of several communications infrastructure theory Matlab Sim...
这是我收集的几个通信基础理论的Matlab仿真实现,包括bpsk、qpsk、ofdm以及信号衰减和延迟的仿真。尽管不是我本人原创,但比较都经典。-This is my collection of several communications infrastructure theory Matlab Simulation, including BPSK. QPSK, and the OFDM signal attenuation and delay in the simulation. Although it was not my original, but more are classics.
- 2023-02-07 01:11:03下载
- 积分:1
-
使用tapi进行拨号并在两台机器间校对时间的程序
使用tapi进行拨号并在两台机器间校对时间的程序-Program which uses tapi to dial and checks time difference between two machines
- 2022-05-31 05:47:34下载
- 积分:1
-
全面认识数字电视之基本知识.zip
全面认识数字电视之基本知识...
全面认识数字电视之基本知识.zip
全面认识数字电视之基本知识-comprehensive understanding of digital television basic knowledge. Zip comprehensive understanding of digital television basic knowledge
- 2022-03-17 23:44:22下载
- 积分: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
-
tcp/ip package check
tcp/ip package check
- 2023-02-22 16:50:03下载
- 积分:1
-
Dialogic VFX传真卡编程,程序实现了在Windows Fax服务中注册Dialogic VFX传真的功能...
Dialogic VFX传真卡编程,程序实现了在Windows Fax服务中注册Dialogic VFX传真的功能-VFX Dialogic fax card program, a program in Windows Fax service registration VFX Dialogic fax function
- 2023-04-03 15:50:04下载
- 积分:1
-
用VB编写的,调用C++生成的DLL库,然后颜色反转.
用VB编写的,调用C++生成的DLL库,然后颜色反转.-with VB, C called the formation of DLL, and then the color reversal.
- 2022-08-20 06:57:48下载
- 积分:1
-
通讯录设置,可以设置姓名、地址、电话、邮件地址等
通讯录设置,可以设置姓名、地址、电话、邮件地址等-Address book settings, you can set the name, address, telephone, e-mail address, etc.
- 2022-03-21 15:13:28下载
- 积分:1
-
galois code generator polinomiale
galois code generator polinomiale
- 2023-08-15 05:00:03下载
- 积分:1
-
串口编程简单案例, 在VB.NET 的环境下,包括控件使用,读,写,函数及字符转换...
串口编程简单案例, 在VB.NET 的环境下,包括控件使用,读,写,函数及字符转换-A demo for COM communiscation on VB.net
- 2022-05-15 08:04:24下载
- 积分:1