搜索资源列表
TankerNet
- 与经典的《坦克大战》类似的游戏。这是一个4人对战的游戏,4个玩家两两一组,率先攻击到对方鹰巢的一组玩架获胜。它是一个C/S结构的网络游戏,它的网络部分是用重叠I/O的Socket实现的。。。编译要安装Direct8.0或以上。-with the classic "Tankedaizhan" similar game. This is a four-person war game, four players on February 21 group, the first to
football_club
- c++实现的足球俱乐部管理小程序,支持俱乐部的添加删除。球员管理,交易等。后期添加了服务器与客户端的连接互动,用socket实现-c++ implementation of a small football club management, support for the club to add deleted. Player management and trading. Later added a connection to the server and client interaction
wuziqi
- 基于visual c++ 和 socket的五子棋,可联机.分为服务器和客户端两部分.-Based on visual c++ and socket of Gobang, available on-line. Server and the client is divided into two parts.
online2
- 多人走路RPG服务器 c++ socket
xiangqi
- 网上对弈游戏(象棋)采用Visual C++ 6.0编写。可以实现远程在线实时游戏。只要知道对方的IP地址,就可以随时进行连接,游戏.网上对弈可以随时进行,可以根据自己的水平挑选对手,也可以随时结束游戏.完全可以代替面对面的真人对弈,在某些方面甚至比真人对弈还要方便.本程序采用中国象棋通用规则。使用TCP/IP协议,用套接制编程编写。具有建立游戏主机或加入对方主机的功能。连接后可以实现即时双人对弈。-Games on the Internet games (chess) with Visual
wuziqi-good
- c/c++ 实现五子棋,双人对弈,socket协议-c/c++ implementation backgammon, chess double, socket protocol
FiveChess
- 网络五子棋对战,采用C++,基于VC6.0使用SCOKET套接字开发、功能完整,案例金典。-Internet backgammon play against, the use of C++, VC6.0 use SCOKET socket-based development, full-featured, case Golden.
Fight-the-Landlord
- 网络斗地主游戏设计,基于C++实现的网络游戏,网络基于socket开发-Fight the Landlord,line game
Socket-chess
- C#编写的象棋游戏,支持双人网络对战。学生作品,制作较为简单。-Chess game written in C#, supports double online play.
c-Sharp-programming-backgammon
- c#五子棋编程,形式为桌面程序。程序包括服务器端和客户端两部分,网络通信编程使用基于TCP协议的Socket实现。-c# backgammon program, in the form of desktop applications. Procedures, including server and client in two parts, network communications programming using TCP-based Socket implementation.
Chess_Easy
- 基于Visual C++实现的局域网象棋游戏,Socket通信,多线程。-design the chess game by use Visual C++ , Socket technology, Mutil Thread.
client.c
- windows socket 编程 这是一个客户端的程序-windows socket programming This is a client program
Socket-For-U3D
- Socket 在 U3D之中的程序源码,直接可用。C/S架构,实现基本通信。后续功能须自己开发-Socket for U3D code.Server/Client mode.Completed basical communication.You should develop any other functions by yourself.
Java-liaotian
- 一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。内部类ChatHandler 继承了Thre
client.c
- windows socket 编程 这是一个客户端的程序-windows socket programming This is a client program
mscodsgdsgmm32
- Written between C# and SIEMENS PLC1200, through the socket communications
棋牌客户端通信模块功能
- 棋牌游戏客户端SOCKET 通信模块,功能完整,纯C++ 跨平台