资源列表
speedlink
- 基于Linux的网络环境分析软件 能进行实时的socket通信-Linux-based network environment analysis software real-time socket communication
Public-network-IP
- 动行程序后,自动将外网的IP地指发送到指定的邮箱中。-The dynamic program, automatically outside the IP to sent to the specified mailbox.
netpacket
- 网络数据包的捕获和分析 基于winpcap 编程 很好的一个程序 -net
minishare-1.5.5
- 一个基于windows平台的web共享服务器代码,能够为日常办公独立提供快捷方便文件共享服务,其也可作为学习windows网络编程入门参考资料-MiniShare is a free web server software for Microsoft Windows. MiniShare is a quick and easy way to share files dependless of if you have web hosting or not. The files you share
opendhcpV1.46.tar
- DHCP服务器代码,支持动态和静态租用方式,支持BOOTP协议,麻雀虽小,五脏俱全-This Multisubnet DHCP Server supports both Dynamic and Static Leases. Supports Relay Agents. Also supports BOOTP, PXEBOOT, User Defined Options. Options can be Global, Range Specific and Client Specific.
OpenTFTPServerSPSourceV1.64
- TFTP服务端代码,可以移植到嵌入式设备中-TFTP server source code, it can be port to Embedded system
ip-protocol-stack
- 一个IP网络协议源代码,可以了解学习下协议栈报文处理和基本原理-this is an ip stack source code, it help us study ip stack theory
FiveChess
- 实现网络五子棋对战的游戏,有步时限制功能-fiveChess network game
cppfrance_MINI-CLIENT-SERVEUR-FTP___Page
- it s a trap !!!! Server Unix in coming -it s a trap !!!! Server Unix in coming !!
OS
- 用C语言实现操作系统时间片轮转算法,重要代码带有注释,清晰易懂-Operating system, round-robin algorithm, implemented in C and important code with annotations, clear and easy to understand
dsdv
- linux socket编程,实现了DSDV协议。以文本文件为输入,并输出寻路。-implement the destination sequenced distance vector (DSDV) routing protocol。
bianyiyuanli
- 编译原理的课程设计:PL/0 扩充 1.扩充赋值运算:+= 、-=、++ 和 – 2.扩充语句 REPEAT <语句序列> UNTIL <条件> 其中,<条件>是循环条件,即条件不成立时,重复执行循环体的< 语句序列>;条件成立时,循环结束。 3.增加一维数组类型(增加了6条指令)-Compiler theory course design: PL/expansion 1. Expansion assignm