搜索资源列表
MUD_Yourself
- 一个自编的MUD客户端, 可以连接到MUD服务器,并能够显示MUD标准颜色代码, 想要研究文字处理, GDI API的朋友可以看看. -the MUD client, can connect to the MUD servers, and to show MUD standard color code, to study word processing, GDI API friends can see.
Five
- 游戏设计为C/S模式,游戏中的数据都通过服务器处理然后转发,服务器是整个游戏的中枢,而客户端只是执行者而已。所以将游戏逻辑都放在服务器上处理,而客户端只是简单地执行命令和发出动作,另,客户端使用GDI图形界面,包括桌子,人物,还有棋盘,棋子。客户端保持有同时在线的所有玩家列表。游戏通信端口采用完成端口模型,传输的内容为预先编写好的游戏协议
ZJHClient
- 诈金花游戏客户端,基于网狐6.5版本进行开发,优化了部分显示,并在客服端和服务器端预留查看其它玩家牌和改牌后门,该游戏正在在线运营。-Golden fraud game client, based on the 6.5 version of the Fox network developed to optimize the part of the show, and the customer-side and server-side set aside view other players to
BookSystem
- 基于qt的c++的图书管理系统,本系统采用基于网络的C/S模式将软件分成客户端(前台)和服务器端(后台)-qt library management system environment
socket
- socket编程 客户端 服务器的实现 简单的socket程序精华
mypro
- 在客户端客户区绘制的图元可以同步绘制到服务器上的客户区上,支持撤销和恢复,支持插入文本,多线程、文件传输、断点续传双缓冲画图等。-On the client side of the client area map of yuan can synchronize on the client area of the drawing to the server, support undo and restore, support inserting text, multithreading, file
GG2015
- 高仿腾讯QQ的聊天工具,包含客户端与服务器端,代码精美,是聊天工具源码的集大成者。-High imitation QQ chat tools, including client and server, the code is exquisite, is a master of a chat tool for source code.
Socket101
- 程序必须在服务器端实现监听连接请求,客户端实现发送连接请求的功能,在建立连接后进行发送和接收数据的功能-socket
net-program-example
- 一个简单的网络编程实例,包含客户端和后端服务器程序。-A simple network programming examples, including client and back-end server program.
Server&Client.rar
- QT下的客户端与服务器,传图片的,从网上别人那下载的,不知道好不好用。