-
是vs2005下CRC16算法的例程,测试通过.
测试数据:0103000000f0
结果:458E...
是vs2005下CRC16算法的例程,测试通过.
测试数据:0103000000f0
结果:458E-CRC16 algorithm is under vs2005 routine, test. Test data: 0103000000f0 results: 458E
- 2022-10-24 02:45:04下载
- 积分:1
-
有关信道估计和信道均衡的仿真程序,希望会有所帮助
有关信道估计和信道均衡的仿真程序,希望会有所帮助-Related to channel estimation and channel equalization of the simulation program, hoping it would be helpful
- 2023-03-21 02:30:03下载
- 积分:1
-
串口通讯 串口通讯 串口通讯
串口通讯 串口通讯 串口通讯 -Serial communications Serial communications Serial communications Serial communications Serial communications Serial communications
- 2022-08-16 15:46:25下载
- 积分: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
-
一个串口通讯控制程序,采用多线程方式设计。
一个串口通讯控制程序,采用多线程方式设计。-A serial communication control procedures, the use of multi-threaded design.
- 2022-07-20 06:35:09下载
- 积分:1
-
USB总线和429总线数据通信的用户程序和驱动程序之间的动态连接库函数...
USB总线和429总线数据通信的用户程序和驱动程序之间的动态连接库函数-USB Bus and 429 data communications users and drivers between the dynamic link library functions
- 2022-05-15 12:26:54下载
- 积分:1
-
qpsk & ofdm in awgn channel
qpsk & ofdm in awgn channel
- 2023-07-30 03:25:03下载
- 积分:1
-
模拟AD
Simulation of Ad-Hoc routing protocols using OMNeT-Simulation of Ad-Hoc routing protocols using OMNeT++
- 2023-03-14 17:40:03下载
- 积分:1
-
A monitoring system with the adoption of the OPC procedure SLC500/LOGIX5000 PLC...
某监控系统通过该OPC程序与SLC500/LOGIX5000 PLC通讯。有截图配置RSLinx Gateway方法。-A monitoring system with the adoption of the OPC procedure SLC500/LOGIX5000 PLC communications. There are screenshots to configure RSLinx Gateway method.
- 2023-05-22 08:10:04下载
- 积分:1
-
介绍windriver在编制设备驱动程序使应当注意的几个问题,避免各位在编制程序时再犯这种错误...
介绍windriver在编制设备驱动程序使应当注意的几个问题,避免各位在编制程序时再犯这种错误-introduced in the preparation of device drivers so that attention should be paid to several issues you avoid in the preparation of procedures recidivism wrong
- 2022-05-19 10:13:18下载
- 积分:1