-
服务器以TCP/IP提供服务时,客户端按函数调用模式调用。以屏蔽TCP/IP的具体实现。...
服务器以TCP/IP提供服务时,客户端按函数调用模式调用。以屏蔽TCP/IP的具体实现。-servers to the TCP/IP to provide services, client function call by calling mode. To shield TCP/IP is a concrete realization.
- 2022-08-08 09:41:09下载
- 积分:1
-
这是一个简单的socket编程的例子,它是基于TCP协议的,从中可以看出用TCP建立连接时客户端和服务器端的程序流程,可以用来测试本地环路。...
这是一个简单的socket编程的例子,它是基于TCP协议的,从中可以看出用TCP建立连接时客户端和服务器端的程序流程,可以用来测试本地环路。-This is a simple example of the programming socket, which is based on TCP, can be seen with the establishment of TCP connections client and server-side program flow can be used to test the local loop.
- 2022-01-26 02:22:56下载
- 积分:1
-
DCOM version of the remote computer desktop management, DCOM version of the remo...
DCOM版远程计算机桌面管理,DCOM版远程计算机桌面管理-DCOM version of the remote computer desktop management, DCOM version of the remote computer desktop management
- 2023-05-09 04:05:04下载
- 积分: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
-
利用RAS API 实现家庭ADSL用户拨号上网的程序
利用RAS API 实现家庭ADSL用户拨号上网的程序-RAS API families realize the use of ADSL users dial-up procedures
- 2022-03-06 08:37:02下载
- 积分:1
-
关于网络聊天的代码,看看吧
关于网络聊天的代码,看看吧-Those are some codes about webchat.
- 2022-03-12 09:27:49下载
- 积分:1
-
简单的聊天软件
简单的聊天软件,基于TCP/IP协议,使用MFC CSocket类编写,分为客户端和服务器端两部分,适合初学者学习
- 2022-09-15 05:40:03下载
- 积分:1
-
vc+ SOCKET+ server+ client+ List
vc+SOCKET+服务器+客户端+链表-vc+ SOCKET+ server+ client+ List
- 2022-03-20 08:47:25下载
- 积分:1
-
简单的局域网传送文件示例可用于网络编程入门学习离实用还有些距离...
简单的局域网传送文件示例可用于网络编程入门学习离实用还有些距离-simple example LAN transmission of documents to be used in network programming from the practical learning portal also some distance
- 2022-05-23 21:33:59下载
- 积分:1
-
a simple firewall code, which is perfect for beginners to learn NDIS programming...
一个简单的防火墙代码,很适合初学者学习NDIS编程!-a simple firewall code, which is perfect for beginners to learn NDIS programming!
- 2022-03-15 09:49:54下载
- 积分:1