-
网络编程 实例 对于新接触网络编成的 朋友应该是一个不错的例子。有扩展性!...
网络编程 实例 对于新接触网络编成的 朋友应该是一个不错的例子。有扩展性!-network programming examples for the new network into contact with friends is a good example. Scalability is!
- 2022-07-14 16:17:21下载
- 积分:1
-
详细介绍网关和IP地址,是不错的参考资料。希望对你有用
详细介绍网关和IP地址,是不错的参考资料。希望对你有用-Detailed introduction and gateway IP address, is a good reference. Hope that useful to you
- 2022-06-20 07:37:37下载
- 积分:1
-
aodv Routing Protocol
aodv路由协议-aodv Routing Protocol
- 2022-08-09 02:53:58下载
- 积分:1
-
C程序设计语言
纯 C 语言用 Win32 API + Socket 编写的端口扫描器 是控制台下的。-C Program Language
write Port Scan
- 2022-03-17 15:43:04下载
- 积分:1
-
通过域名查询,以及通过IP域名的Web应用…
通过IP查询域名,以及通过域名查询IP的Web应用程序-inquiries by IP domain, as well as through the IP domain name for Web Applications
- 2022-05-30 12:42:29下载
- 积分:1
-
chat room procedures, protocols of programming, while simple, are the essence
聊天室程序,winsock编程,虽然简单,但是都是精华-chat room procedures, protocols of programming, while simple, are the essence
- 2022-03-21 11:21:35下载
- 积分:1
-
blink of 1.04 is the latest version, which can link mixed 16
blink的最新版本是1.04,它可以混合连接16位和32位代码,可连接Vc++,Borland c++生成的.obj文件,还能混合连接OMF和COFF格式的.obj文件,将微软和Borland大统一^ ^。生成的bin文件短小精悍,而且可以指定bin放在内存什么地址执行.对于嵌入式开发需要的bin可执行文件十分有用。感谢cutebomb提交。-blink of 1.04 is the latest version, which can link mixed 16- and 32-bit code, which will connect Vc, Borland c generated. Obj files, and mixed connectivity OMF and COFF format. Obj files, Microsoft and Borland reunification ^ ^. Bin documents generated short and pithy, but can specify what bin on the memory address implementation. For embedded developers need bin executable file is very useful. Thank cutebomb submitted.
- 2023-01-29 01:30:03下载
- 积分:1
-
网络通信socket 源码
实现客户端和服务器之间的通信,非mfc类...
网络通信socket 源码
实现客户端和服务器之间的通信,非mfc类-She determined信Services Daitou socket tungsten现Matisse户injured wife of mother
- 2023-09-05 17:25:03下载
- 积分:1
-
重叠模型,客户端和服务器
overlapped model ,client and server
- 2022-04-02 02:05:41下载
- 积分: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