搜索资源列表
ZaixianWuZiQi
- 在线五子棋游戏。它基于TCP-IP设计。 拷贝程序文件夹到计算机硬盘上,打开相关文件夹中的.dsw文件(Project Workspace文件)即可使用。代码说明参考书中相关章节内容。 -331 online games. It is based on the TCP-IP design. Copy files to the folder on the computer hard drive, open the relevant documents in the folder. dsw
TCPSever
- 这是个网络文件传输的工程,同时打开服务器和客户端,即可实现文件传输.
TCP2com
- 本程序侦听一个tcp端口,并打开一个串口。将串口收到的数据转发给每个连接上来的客户端,将tcp客户端收到的数据转发到串口。 之前发的com2TCP_Client.rar文件介绍有误。com2TCP_Client.rar是主动连接到一个tcp服务器,并把串口收到的数据转给那个tcp侦听服务器。
chat
- 基于c语言实现视频聊天系统 有如下2个文件夹: 1. Client:保存了客户端的项目程序,使用Visual C++6.0打开文件Client.dsw,然后使用工具栏中的“Build”命令即可调试。 2. Server:保存了服务器端的项目程序,使用Visual C++6.0打开文件Server.dsw,然后使用工具栏中的“Build”命令即可调试。-C language based video chat system
TCPTest
- TCPTest包含TcpClient和TcpServer部分,同时在Qt中打开这两个工程文件,然后设置IP地址,即可完成基于TCP的Socket通信。-TCPTest contains TcpClient and TcpServer part while both open the project file in Qt, and then set the IP address to complete the TCP-based Socket Communications.