-
Raw Socket use of a simple chat program. through this process Ethernet packets t...
利用Raw Socket实现的一个简单的聊天程序,可以通过这个程序加深对以太网封包概念的理解-Raw Socket use of a simple chat program. through this process Ethernet packets to deepen understanding of the concept of
- 2022-02-26 01:05:20下载
- 积分:1
-
csma/cd 模拟 其余的自己看吧
csma/cd 模拟 其余的自己看吧-csma/cd simulate the rest of their own and see
- 2022-04-09 23:13:55下载
- 积分:1
-
the application of capturing datas of network .
基于winpcap的网络数据包捕获应用程序。用vc++编写-the application of capturing datas of network .
- 2022-07-03 09:41:43下载
- 积分:1
-
一断点续传程序服务器端
本软件适用于装有IP/TCP协议的电脑.
主要功能:电脑间传送大型文件.(如电影等)...
一断点续传程序服务器端
本软件适用于装有IP/TCP协议的电脑.
主要功能:电脑间传送大型文件.(如电影等)- A break point continues passes on procedure server end this
software to be suitable to being loaded with the IP/TCP agreement the
computer Main function: Between the computer transmits the
large-scale document. (for example movie and so on)
- 2022-02-09 22:50:13下载
- 积分:1
-
得到对方的IP地址,用VC实现,很经典的算法值得收藏
得到对方的IP地址,用VC实现,很经典的算法值得收藏-be each other"s IP address, with VC, classic collections worthy of the algorithm
- 2023-02-08 18:35:04下载
- 积分:1
-
SMTP protocol collection, seven program's source code! Very good! For course...
SMTP协议实现总集,
有7个程序的源代码!非常好!用于课程设计的! -SMTP protocol collection, seven program"s source code! Very good! For course design!
- 2022-01-21 22:42:35下载
- 积分:1
-
由一个外国人创建的超强WEB界面,绝是强啊`~
由一个外国人创建的超强WEB界面,绝是强啊`~-Created by an alien super-WEB interface is not strong ah `~
- 2023-07-08 21:35:07下载
- 积分:1
-
使用Microsoft Visual Basic编写实现中国联通SGIP 2.0协议的源代码
使用Microsoft Visual Basic编写实现中国联通SGIP 2.0协议的源代码-using Microsoft Visual Basic to realize China Unicom SGIP 2. 0 agreement source code
- 2022-08-06 14:46:29下载
- 积分:1
-
eMule源代码解析:eMule是一个典型的MFC程序,它的图形界面等,已经和MFC紧紧融合到了一起。...
eMule源代码解析:eMule是一个典型的MFC程序,它的图形界面等,已经和MFC紧紧融合到了一起。-eMule source code analysis: eMule is a typical MFC program, and its graphical interface and so on, and MFC has been tightly integrated together.
- 2022-07-16 00:55:23下载
- 积分:1
-
nio服务端代码
JDK1.4 提供的无阻塞 I/O(NIO)有效解决了多线程服务器存在的线程开销问题,但在使用上略显得复杂一些。许多基于 NIO 的多线程服务器程序往往直接基于选择器(Selector)的 Reactor 模式实现。这种简单的事件机制对于较复杂的服务器应用,显然缺乏扩展性和可维护性, 而且缺乏直观清晰的结构层次。本文将通过一个基于事件回调的 NIO 多线程服务器的设计,试图提供一个简洁、直观、易于扩展的 NIO 多线程服务器模型。
- 2022-02-16 06:36:06下载
- 积分:1