-
C#TCP通信服务端及客户端
此程序为C#语言开发的TCP通信程序源码参考,包含服务端及客户端,新手适合
- 2022-11-09 13:30:04下载
- 积分:1
-
j2me手机游戏开发电子书,详细,附目录
j2me手机游戏开发电子书,详细,附目录-j2me mobile game development e-books, in detail, with the directory
- 2022-07-02 14:18:43下载
- 积分:1
-
ppp link protocol realize operating software, hope to be able to learn network p...
ppp协议的链路操作软件实现,希望能够给正在学习网路协议编程的同志提供帮助-ppp link protocol realize operating software, hope to be able to learn network protocol is programmed to help comrades
- 2022-10-26 12:40:04下载
- 积分:1
-
data control exchange transfert
data control exchange transfert
- 2023-07-23 20:50:03下载
- 积分:1
-
这是Remon Spekreijse写的一个串口类,功能十分强大!
这是Remon Spekreijse写的一个串口类,功能十分强大!-Remon Spekreijse This is written in a serial type, function is very powerful!
- 2023-01-19 11:30:04下载
- 积分:1
-
a serial communication program. You can be embedded into the application process...
一个串口通讯程序。可以嵌入到你的应用程序中。-a serial communication program. You can be embedded into the application process.
- 2022-02-04 07:27:34下载
- 积分:1
-
西门子S7200PPI档案
PPI通讯方式通讯协议,适合驱动程序的编写参考...
西门子S7200PPI档案
PPI通讯方式通讯协议,适合驱动程序的编写参考-Siemens PPI file S7200PPI communication protocol for the preparation of reference driver
- 2023-04-26 16:50: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
-
c语言实现串口通讯的两个例子,分别为中断式和询问式两种
c语言实现串口通讯的两个例子,分别为中断式和询问式两种-serial communications, the two examples were interrupted and asked-two-
- 2023-05-18 06:00:04下载
- 积分:1
-
Communication Theory course design software, using vb realize Manchester encodin...
通信原理课程设计软件部分,用vb实现曼彻斯特编码,HDB3编码和PCM13编码,并显示编码图形-Communication Theory course design software, using vb realize Manchester encoding, HDB3 encoding and encoding PCM13, and display graphics encoding
- 2022-11-22 23:20:03下载
- 积分:1