资源列表
mycbch02
- c语言入门到精通,课后习题,实例,非常好的入门书籍的源码-c primer plus
modbusTCP-java
- modbustcp的Java实现,可以实现客户端与服务器之间的通信-the implement of modbustcp in java
mediaplayYYYYYYYYYYYYYYY
- 一个简单的程序 因为是初学者 很简单的-a simple procedure because it is very simple beginner-huh
Reuse_Of_TCP_PORT
- bind 普遍遭遇的问题是试图绑定一个已经在使用的端口。该隐患是也许没有活动的套接字存在,但仍然禁止绑定端口(bind 返回 EADDRINUSE),它由 TCP 套接字状态 TIME_WAIT 引起。该状态在套接字关闭后约保留 2 到 4 分钟。在 TIME_WAIT 状态退出之后,套接字被删除,该地址才能被重新绑定而不出问题。本文提出了解决该问题的方法。-bind common problem encountered is trying to bind a port already in u
aodv
- aodv tcl file in network simulator 2
wrls-aodv
- AODV Protocol for WSN code foe NS2
html
- 可隐藏域名与不隐藏域名的Html转向代码-Html steering code to hide the domain name and does not hide the domain name
ProxyThread
- Web Proxy Server Background A Web proxy server listens to requests, then retrieves the requested files from other Web servers and serves them to the clients. These proxy servers are useful in certain situations, such as on firewalls, where they c
Capturepacket
- used to capture the packet from the server.. its an another procedure-used to capture the packet from the server.. its an another procedure...
irc
- IRC Client written in C to remain idle in an IRC channel can login with a registered nickname.
UDPReceiver
- UDPReceiver,VC++编写,UDP协议接收机-UDPReceiver, VC++ Preparation, UDP protocol receiver
HttpProxy.py
- 一个简单的Http代理服务器,源码中只接受本地客户端,可通过修带服务器的IP接受非本地客户端。-A simple Http proxy server source code to accept only local clients, can accept non-local client with the server by modifying the IP.