-
In this case is the use of UDP communications, including server and client, incl...
本例是采用UDP通信,包括服务器与客户端,包括数据重传机制和异常处理机制-In this case is the use of UDP communications, including server and client, including data retransmission mechanism and exception handling mechanism
- 2023-06-19 14:25:03下载
- 积分:1
-
一个windows下的多线程串口通程序
一个windows下的多线程串口通程序-windows of a multi-threaded process Serial
- 2022-02-13 10:15:40下载
- 积分:1
-
Diskriminator
8051 控制器与 ADC 和串行通信在 EXCEL 的窗口-鉴别符
它是一个简单的示例如何将模拟转换为数字和可视化处理的新的应用程序
- 2022-07-20 02:50:43下载
- 积分:1
-
液晶1602详细中文资料,资源共享,互相帮助
液晶1602详细中文资料,资源共享,互相帮助-1602 Chinese liquid crystal detail information, resource sharing, mutual help
- 2023-05-15 07:30:03下载
- 积分:1
-
FPGA设计的四种常用思想与技巧,大家多多支持啊
FPGA设计的四种常用思想与技巧,大家多多支持啊-FPGA design with four kinds of thinking skills, we will support ah
- 2022-04-28 22:03:10下载
- 积分:1
-
GSM 移动通信网络中小区相关的参数说明,可以根据这些说明,对网络中的问题通过调整小区参数进行改善!...
GSM 移动通信网络中小区相关的参数说明,可以根据这些说明,对网络中的问题通过调整小区参数进行改善!-GSM mobile communications network parameters related to the district that could be the basis of these show that the network problems by adjusting the parameters of the improvement district.
- 2022-03-19 06:06:30下载
- 积分:1
-
用你的语音Modem实现像电话一样通话的程序
用你的语音Modem实现像电话一样通话的程序-Using your modem to implement talking app as phone
- 2022-08-25 19:56:39下载
- 积分:1
-
本程序仿真了随机变量的产生和多径信道情况
本程序仿真了随机变量的产生和多径信道情况-This procedure simulation of random variable generation and multi-path channel case
- 2022-08-17 06:45:33下载
- 积分:1
-
用Evc开发的一些实例源码,AnimateDraw、CopyScreen、Draw2DGraph、DrawExam、speciallyEffect...
用Evc开发的一些实例源码,AnimateDraw、CopyScreen、Draw2DGraph、DrawExam、speciallyEffect-Evc development with some examples of FOSS, AnimateDraw, CopyScreen, Draw2DGraph, DrawExam, speciallyEffect
- 2022-02-05 00:53:48下载
- 积分: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