资源列表
1
- 1.已知参数:目的节点IP地址或主机名 2.设计要求:通过原始套接字编程,模拟Ping命令,实现其基本功能,即输入一个IP地址或一段IP地址的范围,分别测试其中每个IP地址所对应主机的可达性,并返回耗时、生存时间等参数,并统计成功发送和回送的Ping报文。 2.1初始化Windows Sockets网络环境; 2.2解析命令行参数,构造目的端socket地址; 2.3定义IP、ICMP报文; 2.4接收ICMP差错报文并进行解析。 3. 程序实现主要用到Java网络包中的
Chat_Servlet
- 基于mfc实现的udp聊天程序,可以保存聊天记录和翻页查看-Based on mfc realize the udp chat program, you can save chats and view pages
tcp_chat
- 基于TCP的一个简单C/S聊天程序,通过这个简单的程序,可以让我们对TCP网络编程有更清晰的理解!-A simple TCP-based C/S chat program, through this simple program that allows TCP network programming we have a clearer understanding!
udp_chat
- linux下面基于UDP的一个简单C/S聊天程序,通过这个简单的程序,可以让我们对UDP网络编程有更清晰的理解!-linux following a simple UDP-based C/S chat program, through this simple program that allows UDP network programming we have a clearer understanding!
ftp
- 基于TCP的一个简单FTP程序,通过这个简单的综合程序,可以让我们对TCP网络编程有更清晰的理解!以及对ftp的大体理解-A simple TCP-based FTP program, through this simple integrated program that allows TCP network programming we have a clearer understanding! As well as the general understanding ftp
tcpclient
- 简单的文件传输客户端,支持聊天和小文件传输,速度快-Simple file transfer client that supports chat
quake2_src
- quake2游戏源代码,quake游戏系列中的第二代,通过比较你可以了解到一系列游戏源代码的变化过程-his is the complete source code for Quake 2, version 3.21, buildable with visual C++ 6.0. The linux version should be buildable, but we haven t tested it for the release.
aes
- 加密解密算法 C代码实现 及实验报告-Encryption and decryption algorithm C code implementation and experimental reports
anthocnet-only-sources
- source code for antenet algorithm
sniffer
- python多线程抓包类,支持WinPcap_4_1_3,用法请看readme-Ethereal class python multithreading support WinPcap_4_1_3.
icecast-2.3.3.tar
- icecast最新版,能够稳定提供http的mp3或ogg流媒体服务。-icecast latest version, able to stabilize the mp3 or ogg provide http streaming media services.
In_depth_analysis_Linux_-kernel
- 讲解linux内核原理及编程的好书,由浅入深分析每一个环节。-Explain the principle and linux kernel programming books, Deep analyze every aspect.