搜索资源列表
TCPsockets02
- SockeT基于TCP/IP的连接并包含多种解码界面调用部分-SockeT based on TCP/IP connectivity and includes multiple codec interface called part
NetworkProgramming
- 此程序实现了服务器和客户端之间的通信,只需要简单修改IP,即能支持在广域网通信。服务端应用Socket,界面则用XAML构建,平台是net.framework 4.0.这个是网络编程的课程设计源代码。-This program implements the server and client communication between, simply modify the IP, that is able to support wide-area network communication. S
myqq(beida)
- 北大青鸟 myqq 不过没用socket 只是仿界面-Beida Jade Bird myqq however useless socket just imitation of the interface
TransferDemo
- Socket实现点对点文件传输的代码,服务器和客户端在同一个界面-The Socket code peer-to-peer file transfer, server and client in the same interface
tingdeng
- 设数据链路层通信的两个站点分别为A 和B,仿真环境利用TCP 协议和Socket 客户端/服务器机制构建两个站点之间的通信。编译、链接之后生成的可执行程序(.exe 文件)为字符界面命令行程序(不是图形界面程序)。可执行程序文件仅有一份,设为datalink.exe,在两个DOS窗口中使用不同的命令行参数启动两个进程,分别仿真站点A和站点B。例如: 启动站点A进程的DOS命令:datalink a 启动站点B进程的DOS命令:datalink b 其中,站点A 以TCP 服务器的
TCP
- 基于TCP/IP协议的Socket通讯程序,有界面,可连接多个客户端,发送文字-Based on TCP/IP protocol Socket communication program, the interface can be connected to multiple clients, send text
SocketDemoSynchronousTCP
- 本例子运用C#中的Socket类进行以太网同步通信,里面有服务器和客户端界面,可以传输文件和文字,代码有大量的注释,可以让初学者很好的理解socket TCP网络编程。-The examples use C# Socket class Ethernet synchronous communication, which has server and client interface, you can transfer files and text code has a lot of notes,
基于TCPIP协议的多人聊天工具
- 基于TCP/IP协议的多人聊天工具,采用socket编程,用C#实现,界面美观。
网络开发
- socket例程,多线程网络编程,多线程学习