-
视频源码 视频源码 视频源码
视频源码 视频源码 视频源码-Video source video source video source video source video source
- 2023-07-17 05:30:03下载
- 积分:1
-
vc++可视化编程,包括压缩、网络编程部分
vc++可视化编程,包括网络编程部分,压缩包里面的是源代码,可直接运行。-vc++ visual programming, including network programming part of the compressed packet inside the source code can be directly run.
- 2022-03-16 05:35:22下载
- 积分:1
-
模拟邮件客户端代码。类似于Foxmail,可以从Mail网站收邮件。
模拟邮件客户端代码。类似于Foxmail,可以从Mail网站收邮件。-Mail client simulation code. Similar Foxmail, can incoming mail from the Mail website.
- 2022-09-17 17:40:03下载
- 积分:1
-
这是天空和大海的旅游系统的网站,利用Dreamweaver做的,..
这是海天旅行社的网站系统,用Dreamweaver做的,有注册会员,介绍旅游景点,预订等功能,非常实用。-This is the website of the sea and sky travel system, using Dreamweaver to do, and have registered members, introduce tourist attractions, reservations and other functions, very useful.
- 2022-07-04 23:13:49下载
- 积分:1
-
用c++编的,获得IP的程序
用c++编的,获得IP的程序-using c++ series, access to the procedure IP!
- 2022-05-28 06:21:02下载
- 积分:1
-
此程序包是jxta的类库,是.jar文件,类似于java类库中的tool.jar!...
此程序包是jxta的类库,是.jar文件,类似于java类库中的tool.jar!-this package is JXTA the library, yes. Jar files, similar to the Java class libraries tool.jar!
- 2022-08-06 06:12:52下载
- 积分:1
-
一个p2p的原代码,socket的建立连接在p2p方面的实现.p2p不再神秘
一个p2p的原代码,socket的建立连接在p2p方面的实现.p2p不再神秘-one of the original code, the socket connects to the peer-to-peer connection is achieved. p2p no longer mysterious
- 2023-06-06 12:35:03下载
- 积分:1
-
Echo_Receiver
Echo_Receiver
- 2022-01-22 16:27:35下载
- 积分:1
-
使用IO完成端口异步通讯的VC源代码
使用IO完成端口异步通讯的VC源代码-
服务端程序 将客户端发来的信息发送回客户端-use IO completed port asynchronous communications source code VC-end services to the client process to the information sent back to Client
- 2022-05-22 18:26:00下载
- 积分: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