-
VC++环境下开发的网络流量监控软件,利于初学者学习参考
VC++环境下开发的网络流量监控软件,利于初学者学习参考-VC++ Environment developed network traffic monitoring software, which will help beginners learn the reference
- 2022-07-27 11:16:02下载
- 积分:1
-
用VC编写的WWW浏览器,利用Microsoft的WebBrowser控件。
用VC编写的WWW浏览器,利用Microsoft的WebBrowser控件。-VC prepared by the WWW browser, using Microsoft"s WebBrowser control.
- 2022-12-03 16:55:02下载
- 积分:1
-
vc编写,操作msmq的例子,封装成class,可直接调用!
vc编写,操作msmq的例子,封装成class,可直接调用!-vc preparation, operation MSMQ example, packaged as class can directly call!
- 2022-07-18 08:31:23下载
- 积分: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
-
点对点网络通信 开发环境 VC++ 6.0
点对点网络通信 开发环境 VC++ 6.0-Peer-to-peer network communications development environment VC++ 6.0
- 2023-05-09 18:50:03下载
- 积分:1
-
VB编写的文件传输程序
VB编写的文件传输程序-VB prepared the file transfer process
- 2023-04-24 05:20:03下载
- 积分:1
-
UDP测试工具
udp test tools
- 2022-01-27 20:55:19下载
- 积分:1
-
网络抓包程序Java源码
网络抓包程序Java源码-network capturing Packet Java source code
- 2022-04-28 09:11:35下载
- 积分:1
-
关于vc网络编程的几个例子包括 收发送电子邮件、FTP上传下载、WINSOCK...
关于vc网络编程的几个例子包括 收发送电子邮件、FTP上传下载、WINSOCK-UDP、WINSOCK-TCP-vc network programming on a few examples, including resumption send e-mail, FTP upload download, WINSOCK- UDP, WINSOCK-TCP, etc.
- 2023-08-22 10:20:03下载
- 积分:1
-
高速UDP协议收发实现,附带原理实现和完整聊天室示例程序
高速UDP协议收发实现,附带原理实现和完整聊天室示例程序-udp demo
- 2023-01-30 06:30:04下载
- 积分:1