搜索资源列表
cs
- TCP/IP通信编程的简单实现,能进行文件发送,对话,图形界面。对connect,accept等阻塞函数采用了单独的thread进行处理,使得界面不至于出现假死。发送文件等也都采用了单独的thread。软件总体上算是常规Tcp/Ip通信小程序的多线程版。-A tcp/ip communication software.For the function lick accept and connect,I used the multithread to deal with them,so does
Socket
- Untiy Socke 简单的单例 Client.cs 测试内容: 1.连接服务器。 2.断开服务器。 3.发送游戏事件。 4.以二进制方式发送网络消息。 5.以ProtuBuf方式发送网络消息。 Server.cs 功能: 1.收到的数据不做修改即可发送(Simple single case of Untiy Socke Client.cs test content: 1. to connect to the server. 2. disconnect the