-
含有接收、发送、服务三个线程的Socket程序
含有接收、发送、服务三个线程的Socket程序 -Three socket apps contains accept, send and server
- 2022-07-11 03:53:09下载
- 积分:1
-
Ping程序,用以实现单线程ping的Windows经典案例程序。
Ping程序,用以实现单线程ping的Windows经典案例程序。-Ping procedure to realize single-threaded ping the Windows classic case procedures.
- 2022-08-15 07:12:31下载
- 积分:1
-
超级下载类(CDownURLFile),很通俗很通用!方便下载网络中的各种...
超级下载类(CDownURLFile),很通俗很通用!方便下载网络中的各种-Download super class, very popular very common! Convenience of a variety of network download Dongdong
- 2023-07-25 18:05:03下载
- 积分:1
-
VC编的提高的客户端程序
VC编的提高的客户端程序-VC series of the enhanced client
- 2022-03-17 22:33:11下载
- 积分:1
-
Windows Sockets规范及应用Windows网络编程接口
Windows Sockets规范及应用Windows网络编程接口-Windows Sockets specifications and the Windows Application Programming Interface Network
- 2022-04-10 09:27:52下载
- 积分:1
-
WinPcap入门的人使用,简单介绍了WinPcap的使用
WinPcap入门的人使用,简单介绍了WinPcap的使用-Introduction to the use of the person WinPcap
- 2022-04-08 17:10:34下载
- 积分:1
-
WINSOCK程序设计共分为客户端和服务器端程序两部分,要求实现功能:服务器端要能监听客户端连接请求,为客户端的连接请求建立SOCKET队列,处理各个客户端发送...
WINSOCK程序设计共分为客户端和服务器端程序两部分,要求实现功能:服务器端要能监听客户端连接请求,为客户端的连接请求建立SOCKET队列,处理各个客户端发送的数据,并向响应客户端发送应答信息,更新服务器端的端口号。-Winsock program design consists of client and server-side procedures in two parts, requires the function : server can be monitored to client requests for the client to establish a link SOCKET queue handle all the client to send data to respond to a client sent response information update service Works on the port side.
- 2022-01-27 10:18:43下载
- 积分:1
-
熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。
基本要求:
1 正确解析Http请求,实现简单的GET请求回应。
2 模拟...
熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。
基本要求:
1 正确解析Http请求,实现简单的GET请求回应。
2 模拟一个对象(如:文件index.html)的GET回应(如:回应一个字符串),对于其他的对象,则根据Http响应格式回应对象不存在信息。
3 通过浏览器可检测自己的程序。如:输入http://the.ip.of.your.pc:serverPort/index.html,查看其响应结果。
4 对http请求的处理必须采用多进程实现,即主进程负责等待请求连接,每当收到一个请求后,产生一个子进程对该请求做单独处理,主进程继续等待新请求,子进程在处理完其请求后结束自己。详细要求参考课本要求。(多进程编程参考函数fork())
-Http familiar with the agreement of the request and response format, write a simple Http server.
Basic requirements:
Http parsing a proper request, to achieve a simple GET request to respond.
2 analog an object (such as: file index.html) of the GET response (such as: in response to a string), for other objects, then according to Http response format, the information to respond to the object does not exist.
3 can be detected through the browser s own procedures. Such as: Enter http://the.ip.of.your.pc:serverPort/index.html, see the results of its response.
4 pairs of http request processing must be used to achieve multi-process
- 2023-04-01 20:15:03下载
- 积分:1
-
双机之间进行通讯的一个小协议,可以在两台电脑之间传送消息!...
双机之间进行通讯的一个小协议,可以在两台电脑之间传送消息!-Two-machine communication between a small agreement, you can send messages between two computers!
- 2022-01-30 19:44:04下载
- 积分:1
-
PPTP协议的源代码
pptp协议源代码-pptp agreement source code
- 2022-05-22 16:40:09下载
- 积分:1