搜索资源列表
talkserver
- 采用tcp方式,实现文字聊天的服务端,在vc环境下实现
mapwin1421
- windows游戏编程例子,有上百了例子程序,演示各种应用 [MTSClientSrc.zip] - 于多线程tcp服务的对应的客户端代码,主要实现发送命令到服务器然后再出来从服务器端返回的命令 [国际象棋在线游戏服务器端程序.rar] - 国际象棋在线游戏服务器端程序
shanchuan
- 用VC++编写的使用tcp协议聊天的程序,在局域网中使用一台机器作为服务器作为主机运行服务端程序,然后在其他的计算机上运行客户端程序,服务器可与其他的计算机用户聊天-Using VC++, prepared using the tcp protocol chat program, in the local area network using a machine as a server to run as a host server, and then in the other computer
ntv_1.0
- 网络极速寻呼的增强版 > 可扫描当前电脑上所有的TCP端口状态 > 支持完全自控的聊天服务 > 支持中国联通,河北国信,万声寻呼,中铁寻呼,斯壮寻呼,国讯寻呼等主要干线 -WEB
Talk
- 用tcp写的一个socket简单传送程序,包括客户端和服务端。-Write a tcp socket using a simple transfer process, including client and server.
w5100net
- w5100上位机调试程序,tcp客户端服务端可选;硬件协议栈芯片-w5100 host computer debugger the tcp client service end optional hardware protocol stack chips
QT
- 基于tcp通信的简单代码,模拟客户端向服务端连接,错误显示,自定消息协议,增开进程,退出处理-Tcp-based communication simple code to simulate the client to server connection error display custom message protocol to open the process to exit deal
CustomControl
- Qt 多功能调试工具,支持串口调试、红外模块调试、二维码生成,TCP的服务端和客户端的调试等-Qt multi function debugging tools, support for serial debugging, infrared module debugging, the generation of two-dimensional code, TCP server and the client s debugging, etc.
Socket
- 在MFC上 用C++实现TCP的点对点通信、登陆、注册,包括服务端和客户端两部分(TCP point to point communication, landing, registration)
nrut
- 一个不错的tcp客户端ocx控件加上了服务端的代码()
TCP socket通信
- TCP客户端与服务端的例子,使用C++开发,在VS2010上编译通过。