搜索资源列表
Windows网络编程第二版补充材料2
- Windows网络编程第二版补充材料,包含原代码与书中没有的NetB方面的介绍,是清华大学出版的.NET丛书里的-Network Programming Windows version of the second supplementary materials, and include the original code book not NetB the presentation, is published by the Tsinghua University. The NET Series
清华大学网络流量分析程序(含文档及源码)
- 在Windows XP下用Visual C++编程实现流量分析器程序。 主要工作包括实现对网卡上所有到达IP包的抓取;对抓到的IP包按照第四层协议类型、IP地址等项做分类统计;并把统计的结果用图表模式和文本模式输出。