-
本软件可以实现真的某一ip地址的路由器跟踪,利用生命周期的递增来实现所有路由器的发现...
本软件可以实现真的某一ip地址的路由器跟踪,利用生命周期的递增来实现所有路由器的发现-the software can really achieve a ip address of the router tracking, using a life-cycle of the increase to achieve all routers found
- 2022-05-26 11:38:14下载
- 积分:1
-
可允许两人在线对弈的五子棋游戏源代码。用VC6.0开发,在2000、xp平台上调试通过,工作稳定。...
可允许两人在线对弈的五子棋游戏源代码。用VC6.0开发,在2000、xp平台上调试通过,工作稳定。-allow two players to the online game source code 331. VC6.0 use development, in 2000, xp platform debugging through steady work.
- 2022-12-14 14:10:03下载
- 积分: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
-
程序说明: 程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 本程序只是实现简单的P2P互发消息.完成的比较粗糙,更多功能欢迎朋友们更新...
程序说明: 程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 本程序只是实现简单的P2P互发消息.完成的比较粗糙,更多功能欢迎朋友们更新完善-procedure : online procedures introduced by the most basic method of peer-to-peer communication. Simulation made instant messaging each other. This procedure is a simple peer-to-peer updates. Completion of the rougher, more functional friends welcome update perfect
- 2023-09-04 11:15:03下载
- 积分:1
-
很多人都有过使用网络蚂蚁或网络快车软件下载互联网文件的经历,这些软件的使用可以大大加速互联网上文件的传输速度,减少文件传输的时间。这些软件为什么有如此大的魔力呢...
很多人都有过使用网络蚂蚁或网络快车软件下载互联网文件的经历,这些软件的使用可以大大加速互联网上文件的传输速度,减少文件传输的时间。这些软件为什么有如此大的魔力呢?其主要原因是这些软件都采用了多线程下载和断点续传技术。如果我们自己来编写一个类似这样的程序,也能够快速的在互联网上下载文件,那一定是非常愉快的事情。下面我就讲一讲如何利用C#语言编写一个支持多线程下载文件的程序,你会看到利用C#语言编写网络应程序是多么的容易,从中也能体会到C#语言中强大的网络功能。
-many people use the Internet, they had ants Network Express software or download files over the Internet experience, the use of such software can greatly speed up the documents on the Internet speeds, reduce file transfer time. These software Why is there so much magic? Its main reason is the software used to download and multithreading technology HTTP. If we prepare ourselves to a similar case in the process and to quickly download on the Internet, it must be a very pleasant thing. Now, I would talk about how to use C# language support for a multi-threaded download procedures, you will see the use of C# language network should procedure is how easy from can understand C# Language powerful networking capabilities.
- 2023-02-11 11:20:03下载
- 积分:1
-
2003081209403619获取本机IP,从事TCPIP,UDP,网络开发工程师
2003081209403619获取本机IP,从事TCPIP,UDP,网络开发工程师-2003081209403619 IP access to the machine, engaging TCPIP, UDP, and network development engineers
- 2022-02-07 08:32:46下载
- 积分:1
-
20040703112632176局域网网络数据包分析,从事计算机网络开发工程师...
20040703112632176局域网网络数据包分析,从事计算机网络开发工程师-20040703112632176 LAN network packet analysis, engaged in the development of computer network engineer
- 2023-06-24 22:40:03下载
- 积分:1
-
VC的一个简单的UDP服务器下
一个简单的vc下udp服务器端程序,希望对初学者有所帮助-Vc under a simple udp server-side procedures, and they hope to be helpful for beginners
- 2022-12-13 02:40:03下载
- 积分:1
-
用 MFC 简单的 TCP 客户端
我是创建简单的 TCP/IP 客户端程序进行通信单片机系统板 (它的服务器角色)。并且最后,客户端应用程序想要通过网络获取多个服务器的信息。我是一步一步走,存档的 !
- 2022-11-26 23:45:10下载
- 积分:1
-
一个有用的对等点的程序,值得学习
一个有用的P2P程序,值得学习-a useful P2P procedures, it is worth learning
- 2022-02-01 13:33:27下载
- 积分:1