-
users of the software for each other questions of mutual users can answer each o...
该软件用于用户相互提出问题,用户之间可以相互回答对方的问题-users of the software for each other questions of mutual users can answer each other"s questions
- 2022-02-12 00:58:26下载
- 积分:1
-
mFC socket
mFC 实现的socket通讯 ,TCP/IP网络编程第十章实例。很好的源码,实现了客户端和服务器的通讯,一个回声程序的实例,客户端先请求连接服务器,然后就可以发送内容给服务器,服务器再转发回来显示 。
- 2023-03-11 01:15:04下载
- 积分:1
-
UDP套接字编程
可通过U D P套接字及接口函数发送/接收数据
1. 在Linux系统下,采用C语言编写一个U D P服务器程序,客户向服务器发送字符串后,服务器能把该字符串返回给客户程序。
2. 在Linux系统下,采用C语言编写一个U D P客户程序,可向服务器发送字符串,并把服务器返回的字符串显示出来。(Data can be sent / received through U D P sockets and interface functions.
1. In Linux system, a U D P server program is written in C language. After the client sends the string to the server, the server can return the string to the client program.
two. Under the Linux system, a U D P client program is written in C language,which can send a string to the server and display the string returned by the server.)
- 2020-06-24 19:40:01下载
- 积分:1
-
811510
网卡数据信息统计源码,调用API函数判断网卡传输的数据信息。(NIC statistical data source , call the API function to determine whether the card data transmission.)
- 2016-12-26 14:54:11下载
- 积分:1
-
SOCKET封装类
封装好的网络socket TCP类库,经过项目验证,可直接继承使用,作为服务端或者客户端都可以。
- 2022-05-26 17:30:20下载
- 积分:1
-
completed using the port client/server DLL source
采用完成端口的client/server DLL源码-completed using the port client/server DLL source
- 2023-02-03 07:20:03下载
- 积分:1
-
TCPServerclient
客户服务器TCP/IP通信程序利用WINSOCK编程(client-server TCP/IP communications programming procedures using Winsock)
- 2005-06-30 11:10:29下载
- 积分:1
-
Web-services-monitoring-program
每隔5秒就访问一次web服务,如果登录不上去,则立刻发送邮件通知相关人员,保证服务器和服务的正常运行。(Once every 5 seconds to access the web service, if the registry does not go up, then send the message immediately notify the relevant personnel to ensure the normal operation of servers and services.)
- 2014-02-10 14:56:01下载
- 积分:1
-
C-S聊天室源代码
一个简易的C-S聊天室源代码
功能介绍:
有服务端与客户端。使用Socket技术,客户端实现了悄悄话、屏幕抖动、聊天记录保存的功能。
注意:
客户端要输入服务端的ip地址,使用客户端前要先打开服务端。
- 2022-05-15 01:00:37下载
- 积分:1
-
C# Socket one by one Demo
Socket客户端与服务端one by one 通信,最近公司项目中要用到,主要是模仿硬件间的one by one通信,通信过程是 客户端连接,服务端接受连接并等待客户端消息,一定时间内如果没有收到客户端任何消息则断开连接。客户端发送消息后等待服务端消息,一定时间内无返回,则断开。循环上述过程。
- 2022-03-22 22:02:00下载
- 积分:1