-
pc到pc的串口通讯程序,基本的收发显示
pc到pc的串口通讯程序,基本的收发显示-pc to pc serial port communication program, the basic display of the transceiver
- 2022-02-02 01:11:15下载
- 积分:1
-
中文RFC文档,不用翻译,对学习很有帮助!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-04-13 08:21:41下载
- 积分:1
-
WLAN的ofdm仿真系统代码,包括信道估计、同步等
WLAN的ofdm仿真系统代码,包括信道估计、同步等-WLAN ofdm simulation system code, including channel estimation, synchronization, etc.
- 2022-07-13 20:34:40下载
- 积分:1
-
手机界面设计运用MFC编程
手机界面设计运用MFC编程-phone interface design using MFC Programming
- 2022-04-24 18:38:40下载
- 积分:1
-
fifty years of coding theory, a classical error
fifty years of coding theory,一篇经典的讲述纠错编码的IEEE文档,适合纠错编码读者阅读。里面详细讲述的纠错编码的发展史,包括BCH、RS、卷积码、Turbo码等编码-fifty years of coding theory, a classical error-correcting code on the IEEE document, suitable for error-correcting code readers. Which describe in detail the history of the development of error correction coding, including BCH, RS, convolutional codes, Turbo codes encoding
- 2022-03-12 04:56:32下载
- 积分: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
-
on various platforms Socket Programming good Dongdong.
介绍各种平台进行SOCKET编程的好东东。-on various platforms Socket Programming good Dongdong.
- 2022-10-12 11:50:03下载
- 积分:1
-
一款国产仿照飞利浦mfrc500的射频卡芯片1702中文操作手册
一款国产仿照飞利浦mfrc500的射频卡芯片1702中文操作手册-Philips made a replica of the RF card chips mfrc500 Chinese Operation Manual 1702
- 2022-03-01 17:58:27下载
- 积分:1
-
Viterbi Decoding Algorithm
Viterbi Decoding Algorithm
- 2022-04-01 19:23:06下载
- 积分:1
-
ADPCM 4:1 coder and decoder
ADPCM 4:1 coder and decoder
- 2023-04-06 21:25:03下载
- 积分:1