资源列表
attachments_2
- a wireless sensor network tcl file for basic users
DOS-tcp_ip
- 这是一份在DOS环境下的编程源码,能实现TCP IP协议栈的解析-This is a source in the DOS environment programming, TCP IP protocol stack to achieve resolution
_sntp
- Working with SNTP server for time synchronization. An important part of bot-networks written in masm.
hook_DnsQuery_W
- How to put the program hook to a function DnsQuery_W(). Need to capture DNS-requests from anti-virus programs to online stores antivirus database updates. The program is written mams therefore has a small size.
Wireless-Networks
- tcp/ip ipv4 comparing ipv6-tcp/ip ipv4 comparing ipv6
libevent-2.1.4-alpha.tar
- libevent2.1.4源码,支持100万的大并发连接。-libevent for tcp/udp
TcpDemo
- 建立TCP客户端和服务端,把数据从客户端输入,再从服务端输出-Establish TCP client and server, the data input from the client, then the output from the server
TcpDemo3
- 建立一个文本转换器 客户端给服务端发送文本,服务端会将文本转成大写再返回给客户端 而且客户端可以不断的进行文本转换,当客户端输入over时,转换结束-Create a text converter client sends the text to the service, the server will text to uppercase and then returned to the client and the client can continue to text convers
TcpCopy
- 通过TCP的客户端向服务端发送文件,服务端再把文件输出,实现文件复制-Sent via TCP client to the server file, the server then file output, file replication
TcpDemo2
- 实现Socket客户端和服务端的交互,并且两边都能输入信息-Interact Socket client and server, and both sides can enter information
CSharpSocket
- C#Socket编程同步以及异步通信,有详细代码说明-C# Socket Programming synchronous and asynchronous communication, a detailed descr iption of the code
rongliangfenpei
- 星形网络设计环境要求:Windows2000/XP/7 功能要求: 设有n个节点(依次编号为1、2、……,n)和一个中心,每个节点都有ni个终端,每个终端至节点的报文达到率都相等为λ,报文长度都相等为1/μ,确定该网络设计的总容量为C,编写一个程序,对于输入节点数n、ni、λ、μ,算出网络的最佳容量分配及相应的延时。注意,一条链路的平均延时时间计算参考公式T=1 /(μC-λ),其中1/μ是以比特为单位的报文分组平均长度;C是以该链路的容量,单位是比特/秒;λ是平均流量,单位是分组/秒