-
华为GSM模块的测试程序,其中包括拨打电话,接听电话以及来电显示等功能,适合学习GPRS入门...
华为GSM模块的测试程序,其中包括拨打电话,接听电话以及来电显示等功能,适合学习GPRS入门-Huawei GSM module test procedures, including call, receive calls, as well as features such as caller ID for learning GPRS portal
- 2022-02-20 20:56:14下载
- 积分:1
-
图象采集的算法包含图象速率及采集的计算公式和抽样原理的技术文档...
图象采集的算法包含图象速率及采集的计算公式和抽样原理的技术文档-Image acquisition rate of the algorithm contains the images and the formula for calculating the collection and sampling principle technical documentation
- 2022-06-30 14:37:39下载
- 积分:1
-
装配AVR测试RS232串行通信
Assembly AVR to test RS232 serial communication
- 2022-03-22 20:04:05下载
- 积分:1
-
这是关于数字通信的一些程序,希望对大家有所帮助
这是关于数字通信的一些程序,希望对大家有所帮助-This is the digital communication on some of the procedures, we hope to help
- 2023-01-23 14:20:04下载
- 积分:1
-
VC++ 搜索本地可用串口
vc++ 演示搜索本地可用串口,把本机上可以使用的串口号都列出来,在下拉窗口中可选,本程序是双串口互相通讯,测试串口设备,未完成主要功能。只完成了串口搜索
- 2022-07-08 11:31:44下载
- 积分:1
-
电话来电显示源码
电话来电显示源码-telephone CND FOSS
- 2023-01-17 05:15:04下载
- 积分:1
-
mobile sms sdk 测试代码仅供学习可参考
mobile sms sdk 测试代码仅供学习可参考-mobile sms sdk test code for learning may refer to
- 2022-01-22 04:32:07下载
- 积分:1
-
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
-
银行呼号系统设计
资源描述#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
-
bpsk的ber与信噪比关系图的matlab实现
用matlab编写的关于bpsk的ber与信噪比关系的仿真图,通过编译证明结果是正确的。
- 2023-07-04 03:00:03下载
- 积分:1