-
scanning of the network, including ip, MAC address, machine name, my course desi...
扫描网段,包括ip、MAC地址、机器名,是我的课程设计作品,只上载主程序-scanning of the network, including ip, MAC address, machine name, my course design work, only on the main program
- 2023-06-25 09:15:03下载
- 积分:1
-
这是osip官方网站下载,osip2的源代码。非常有帮助的…
这是osip官方网站上下载的,osip2的源代码。对学习osip很有帮助-This is the official website osip downloaded, osip2 source code. Very helpful for learning osip
- 2022-03-11 15:05:42下载
- 积分:1
-
TCP文件传输协议的服务器端的实现(JAVA编写)
TCP文件传输协议的服务器端的实现(JAVA编写)-TCP File Transfer Protocol server-side to achieve the (JAVA prepared)
- 2022-05-13 16:29:49下载
- 积分:1
-
UDP在网络中用于处理数据包,本文实现在java中操纵UDP.
UDP在网络中用于处理数据包,本文实现在java中操纵UDP.-UDP is used for dealing with data packet.
This file is implementing that how to control UDP protocol with Java
- 2022-03-11 12:47:53下载
- 积分:1
-
dhcp的源代码,好东西,对网络编程有帮助
dhcp的源代码,好东西,对网络编程有帮助-dhcp the source code, something good, to help network programming
- 2022-04-13 05:26:35下载
- 积分:1
-
本源码是一个网页,可从互联网上获取电子邮件地址…
此源代码是一个网页,可从互联网上获取电子邮件地址,使用多线程递归算法
- 2022-01-26 05:08:50下载
- 积分:1
-
主机名到IP的转换
主机名到IP的转换-host name to IP conversion
- 2022-05-20 14:24:53下载
- 积分: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
-
BCB SOCKET通讯
基于TCP/IBCP协议的BCB SOCKET聊天 通讯源代码,SERVER和CLIENT功能集成在一起,直接编译后运行,复制到局域网中任何一台电脑之后即可进行聊天通讯。提供了SOCKET通讯的功能架构,做相应的修改即可实现您想要的功能。
- 2022-07-17 02:47:45下载
- 积分:1
-
网络传输中二进制数据的crc循环检验码的生成
网络传输中二进制数据的crc循环检验码的生成-Network transmission of data in binary code crc generation cycle test
- 2022-08-19 05:03:27下载
- 积分:1