资源列表
[TCP/IP协议栈] CSharp--internet-programme
说明:tcp类应用程序开发,c#网络编程学习,这是个有指导性的资料-tcp class application development, c# network programming to learn, this is a guidance information<jack> 在 2025-06-23 上传 | 大小:13kb | 下载:0
[TCP/IP协议栈] Pack_final
说明:生成IP包 分析IP包 选择端口号码 传送IP包 拆封IP包 -IP packet generator<olivia> 在 2025-06-23 上传 | 大小:1.86mb | 下载:0
[TCP/IP协议栈] UDPEchoClient
说明:A UDP Echo Client which echoes the words typed in the UDP server, and the server echoes the UDP Echo Server, ok?<LeonardoLara> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[TCP/IP协议栈] servidurudpcalc
说明:servidor en udp no orientado a al conexion-servidor en udp no orientado a al conexion<hcar> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[TCP/IP协议栈] TcpWrapper
说明:TcpWrapper 是一个基于.Net TCP library可以用来发送和接收可以序列化的对象-This Library Provide a Useful and Easy Layer of Abstraction over the .Net TCP library (system.net.*) you can use this library to send and receive objects that Can Be Serialized ... without the he<godghdai> 在 2025-06-23 上传 | 大小:147kb | 下载:0
[TCP/IP协议栈] chat
说明:程序主要是基于套接字(Socket)进行网络编程的,采用的是TCP协议,TCP协议是面向连接的且是全双工的,即两个主机上的进程(比如进程A、进程B),一旦建立好连接,那么数据就既可以由A流向B,也可以由B流向A。此程序采用的是完全点对点的模式进行连接,即每台主机即是服务器又是客户端,因为它需要进行端口的侦听,所以在连接的时候必须知道各主机的IP地址和端口号。有了对方的IP和端口后两主机就可以进行握手过程,确认连接成功后就可以进行网络对话了。-Program is mainly based on<ludwig> 在 2025-06-23 上传 | 大小:120kb | 下载:0