搜索资源列表
Fgame_src
- 我自己做的一个基于C/S模式的网络游戏。下棋的。附带服务器端和客户端全部源代码。 单机运行的话需要运行一个服务端和两个客户端,就可以自己跟自己下棋了。-I do one based on C / S mode of online games. Chess-playing. Fringe server and the client all of the source code. The stand-alone operation need to run a server and two cli
CSSendFile
- 基于C S模式的简单应用程序的实现,程序的开发因为服务器从事大量的复杂的计算,所以服务器端的应用程序是 在Windows环境下用VC来实现的,VC作为面向对象的编程语言具有运算速度快的显著特点-C S Mode simple application implementation, because of the development server heavily engaged in the complex, So server applications in the Windows envir
Socket_Programming_under_MFC
- MFC下的Socket编程 , 比较精巧的一个小程序 , 稍微能学一下基于 C/S模式 的流式套接字编程.
ChatterRoom
- 用vc实现的简单聊天室,基于C/S模式,适合初学者学习。