CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 棋牌游戏 搜索资源 - 网络游戏服务器

搜索资源列表

  1. zhou_NetworkGame-JunQi

    0下载:
  2. 大四的毕业设计,实现了一个具有小型网络游戏特征的四国军旗游戏,有一个完整的框架,数据库、服务器、客户端、大厅、游戏框架、玩家信息、游戏中的聊天、广告信息、以及防止了闪烁的画面,游戏音乐等。-a senior graduation design, realization of a small network games with the characteristics of the four countries flag games, there is a comprehensive frame
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:2505187
    • 提供者:周伟斌
  1. FiveChess

    0下载:
  2. “网络五子棋”程序。使用MFC和VC++6。0编写的2D游戏。(点对点的非C/S模式程序,即一个程序可做服务器又可做客户端)
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:53442
    • 提供者:余小剑
  1. del51745567722

    1下载:
  2. 本游戏为网络对战版俄罗斯方块,分为服务器端和客户端两个程序,客户端登陆服务器后选择“备战”后即可与其他对手进行对战,网络通讯使用TIdTCPServer和TIdTCPClient,界面使用VclSkinv2.45,同时使用Access数据库实现对用户数据的管理,具体操作详见Readme
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:1150392
    • 提供者:oo
  1. LanCChess

    0下载:
  2. 在网络上两人象棋对战的游戏,只一个程序,无需依赖任何网络服务器。-on the Internet two chess players of the game, only one procedure, without relying on any network server.
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:51712
    • 提供者:林建洪
  1. BlackWhite

    0下载:
  2. 这是一款黑白棋游戏程序,菜单功能有“开始”,“退出”,“设置”等,棋子个数为 32枚,在下棋过程中会提供“等待”功能。主要的功能和网络,服务器等有关。
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:22000
    • 提供者:高妍
  1. card

    0下载:
  2. 1、有一个或多个游戏服务器启动特定游戏服务。 2、游戏者到游戏网站上下载客户端程序并且申请游戏账号ID。然后启动客户端程序通过某种网络协议连接游戏服务器。 3、客户端程序负责处理客户端显示和操作界面,具有简单的逻辑处理功能,同时负责接收发送与服务器端交互的数据包。 4、服务器程序负责处理服务器端逻辑、游戏逻辑、客户之间的网络信息传递,以及数据库之间的数据读取保存工作。同时服务器端还要承担客户端数据的接收、转发工作。
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:2752046
    • 提供者:曹志伟
  1. wuziqi

    0下载:
  2. 一个五子棋的源代码,可以编译通过.实现网络游戏,只要输入服务器端的IP即可
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:73710
    • 提供者:李新
  1. QQ

    1下载:
  2. 个完全开源的交互聊天软件 ,仿QQ版增加了服务器互联的功能,增加了服务器互连的功能,同时去掉了服务器集群的功能 增加了群组的功能,包括聊天室和游戏大厅 ,增加了一个网络五子棋游戏,改正了在有些网络环境下,每5分钟左右自动掉线的问题.-Fully interactive open-source chat software, an increase of imitation QQ server version of the function of the Internet, an incre
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-26
    • 文件大小:1001820
    • 提供者:
  1. renju_csocket

    0下载:
  2. 五子棋游戏,采用csocket类进行网络通讯。包括服务器模块,客户端模块,游戏规则模块,视图控制模块。-Gobang game using CSocket for network communications category. Including the server module, client module, the rules of the game module, control module view.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-29
    • 文件大小:49537
    • 提供者:汪雷
  1. majiang

    0下载:
  2. 实现了一个完整的四人网络麻将游戏,该程序集服务器与客户端功能与一体。-Achieve a complete network of four mahjong games, the program sets the server and client functionality and integration.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-02
    • 文件大小:795207
    • 提供者:lyle
  1. siguojunqi

    0下载:
  2. 在开发网络游戏时,首先要建立底层的网络通信类,利用网络通信类连接构建客户服务器之间的TCP/IP连接,然后在该连接的基础上利用自设定的协议进行客户端登录、进行游戏等操作。在以上协议的基础上,根据不同的游戏编写不同的游戏逻辑处理类,在该逻辑处理类中实现了对应的游戏逻辑,如实例中的军棋,则实现相互之间的对弈等功能。同时在服务器端还需要和数据库服务器交互,用于读取或保存客户信息(如用户积分、密码、个人资料等数据)。-Abstract: This article introduces the desig
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-18
    • 文件大小:4843520
    • 提供者:lili
  1. 5Server

    0下载:
  2. 一款简单的网络五子棋服务器程序,用来建立游戏服务器,配合客户端使用-Gobang a simple network server, used to create the game server, the client with the use of
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-15
    • 文件大小:27405
    • 提供者:nova
  1. 5Client

    0下载:
  2. 一款简单的网络五子棋客户端程序,用来连接服务器进行游戏,配合服务器使用-Gobang a simple network client to connect to a server for games, with the server using
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-16
    • 文件大小:392223
    • 提供者:nova
  1. five

    0下载:
  2. 我使用以前的五子棋VC游戏的架构和资源,用了一个副线程将我的通讯与框架代码写在里面,MFC与副线程间是用内核对象和全局变量通讯的。 1.主线程: a负责创建MFC单文档 b,等待副线程开启鼠标移动和左击事件的许可,是bool g_mouseMoveAble和bool g_lButtonDownAble两个变量来控制的。 c,单击事件发生后,如果单击的合法(在棋盘上不与其它的棋子冲突),就可以将通知(HANDLE hEvent)给副线程,通知它来处理。
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-17
    • 文件大小:5014922
    • 提供者:sunyi
  1. Backgammon-server-client

    0下载:
  2. 网络五子棋游戏服务端与客户端的实现,本程序的重点不是在游戏编写方面,而是更侧重于游戏服务器与客户端的组织配合方面,互相传递变量,形成一个有机的游戏整体,欢迎新手们下载研究学习。-Internet backgammon game server and client implementation, this program not focused on game preparation, but in more focused on the game server and the client
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-31
    • 文件大小:433522
    • 提供者:luis
  1. 20110407_VCwuziqi

    0下载:
  2. VC++ 网络五子棋游戏服务端与客户端的实现,本程序的重点不是在游戏编写方面,而是更侧重于游戏服务器与客户端的组织配合方面,互相传递变量,形成一个有机的游戏整体,欢迎新手们下载研究学习。-VC++ network backgammon game server and client implementation, this program' s focus is not in the game preparation, but in more focused on the game serv
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-07
    • 文件大小:421097
    • 提供者:袁元
  1. Internet-wuziqi

    0下载:
  2. VC++ 网络五子棋游戏服务端与客户端的实现,本程序的重点不是在游戏编写方面,而是更侧重于游戏服务器与客户端的组织配合方面,互相传递变量,形成一个有机的游戏整体-Gobang VC++ network server and client implementation, this program did not focus on the preparation of the game, but more focused on the game server and the client organ
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-07
    • 文件大小:427565
    • 提供者:
  1. 20110316_VCwuziqi

    0下载:
  2. vc++编写的网络游戏五子棋服务器端与客户端的实现-written in vc++ backgammon online game server and client implementation
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-16
    • 文件大小:421102
    • 提供者:曹梓
  1. poker-online-game

    0下载:
  2. 扑克网络游戏,基于android平台,有服务器和客户端-Poker online games, based on the android platform, server and client
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-26
    • 文件大小:9610253
    • 提供者:cuda
  1. FLASH-GAME

    0下载:
  2. 本网络游戏没有客户端,服务器无需IIS,也无需其他WEB服务器。安装全程无需负责配置。全程只需要输入用户名和密码,其他均为自动,实现零配置安装。-The online game client server without IIS, without the need for other WEB server. Installation will not be liable for the whole configuration. Full only need to enter your user
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-06
    • 文件大小:27911715
    • 提供者:育苗
« 12 »
搜珍网 www.dssz.com