-
jrtplib 的最新版本,比较好用的
jrtplib 的最新版本,比较好用的-jrtplib the latest version, better quality
- 2022-07-14 06:42:37下载
- 积分:1
-
用C++编写的网络通信框架的多
用c++编写的网络通信框架,适用于多客户端的网络通信
client: 模拟客户端程序
server: 模拟服务端程序
gateway:网关程序
启动:client.exe server.exe gateway.exe程序,client程序会网关gateway.exe发送消息
消息内容为字符:00004XXXX XXXX为字符,是使用 04d打印到BUF中的,
gateway.exe收到client.exe发送的消息,此时从系统路由表中取到:B_HOST的信息,并把
收到的消息转发到server.exe程序,如果server.exe程序作相应处理,还可以作为应答,把
消息返回给client.exe,如果要这么实现的话,需要加流水信息-Using c++ to prepare the framework of network communication for multi-client network client: client simulation server: process simulation server gateway: Gateway proceedings: client.exe server.exe gateway.exe procedures, client program will be the gateway message send a message gateway.exe for characters: 00004XXXX XXXX for the characters, is to use 04d to BUF in print, gateway.exe received messages sent client.exe, this time from the system to check the routing table: B_HOST the information, and forwarded to the information received server.exe procedure, if the corresponding procedures to deal with server.exe, but also can serve as a response to the n
- 2022-12-19 19:45:02下载
- 积分:1
-
用于文件传输的Web服务
用于文件传输的Web服务-for file transfer Web services
- 2022-03-11 09:12:35下载
- 积分:1
-
异步C/S Socket实例
应用背景这是一个很好的例子,对于客户机/服务器使用异步socket与C #。我是在VS2010测试。我希望帮助到很多其他程序员…关键技术技术:服务器的代码使用套接字ioctl。和服务器的代码使用线程池接受客户。客户端的代码使用套接字ioctl,太。
- 2022-08-14 14:33:59下载
- 积分:1
-
client server socket VC++6.0
简单的客户端服务器socket通信的小程序,实现了简单的数据传输。
操作时可以先打开服务器,然后同时运行若干个客户端程序。
仅供初学者学习参考使用!
- 2022-01-25 17:58:26下载
- 积分:1
-
图片上传并生成缩略图和版权信息
图片上传并生成缩略图和版权信息- On the picture passes on and the production shrinks the block
map and the copyright information
- 2022-07-25 12:55:06下载
- 积分:1
-
a command
一个命令行工具 适合CSICO路由器使用-a command-line tool for use routers CSICO
- 2022-11-05 06:10:02下载
- 积分:1
-
什么是VLAN,划分VLAN的基本策略以及使用VLAN优点
什么是VLAN,划分VLAN的基本策略以及使用VLAN优点-What is a VLAN, the basic strategy of division of VLAN and the use of the advantages of VLAN
- 2023-04-10 15:00:04下载
- 积分:1
-
简单的socket通信
流式套接字(SOCK_STREAM),数据报套接字(SOCK_DGRAM)及原始套接字。1.流式套接字提供面向连接、可靠的数据传输服务,数据按字节流、按顺序收发,保证在传输过程中无丢失、无冗余。TCP协议支持该套接字。2.数据报套接字,提供面向无连接的服务,数据收发无序,不能保证数据的准确到达。UDP协议支持该套接字。3.原始套接字原始套接字主要用于一些协议的开发,可以进行比较底层的操作。它功能强大,但是没有上面介绍的两种套接字使用方便,一般的程序也涉及不到原始套接字。
- 2023-06-05 11:30:03下载
- 积分:1
-
send UDP data packet network
发送UDP网络数据包-send UDP data packet network
- 2022-02-04 00:13:35下载
- 积分:1