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

搜索资源列表

  1. MMORPG游戏服务器端

    0下载:
  2. 大型多人在线游戏MMORPG的服务器端源码,客户端暂时还没有完成。-massively multiplayer online games MMORPG the source server, the client has not yet been completed.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:225.91kb
    • 提供者:志荣
  1. 2341

    0下载:
  2. 多媒体展示系统---网上游鱼.一个客户/服务器程序,运行较复杂.具体实现自己体验.-multimedia display system -- the Internet scared. A client / server, running more complex. Specific realize their experience.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:91.24kb
    • 提供者:pctd
  1. Simple Client-Server Demo

    0下载:
  2. 简单的客户服务器模型的通信工具-simple client-server model of communication tools
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:3.75kb
    • 提供者:杨柏
  1. 魔域(客户端-服务器端)

    13下载:
  2. 魔域 客户端-服务器
  3. 所属分类:模拟服务器

    • 发布日期:2009-11-01
    • 文件大小:10.28mb
    • 提供者:lhy_ps
  1. 手机游戏,网络对战扑克,包括服务器端和客户端两部分

    0下载:
  2. 手机游戏,网络对战扑克,包括服务器端和客户端两部分 Stock  Java  WTK
  3. 所属分类:手机游戏

    • 发布日期:2009-01-19
    • 文件大小:60.77kb
    • 提供者:vipwhgfu
  1. E语言写的斗地主服务器及客户端

    2下载:
  2. E语言写的斗地主服务器及客户端,支持网络连接!
  3. 所属分类:棋牌游戏

  1. 蛋清 OL 客户端及服务器源代码

    0下载:
  2. 蛋清 OL 客户端及服务器源代码
  3. 所属分类:游戏引擎

    • 发布日期:2011-07-24
    • 文件大小:13.05mb
    • 提供者:gashipdrop
  1. game3dlod_080617

    2下载:
  2. 该源码为Thatcher Ulrich的游戏引擎测试器。是一个实验性和非实验性的面向游戏和图形的代码的混杂集合。可以利用该引擎LOD四叉树的算法。在大型3D游戏中,大规模室外地形真实感渲染是个室外渲染引擎的核心部分。而实现一个大规模的地形渲染系统的关键是怎么简化地形,抛弃不必要的渲染动作(如看渲染不见的三角形和不必要的细节)来加快渲染速度。 该代码支持3D网络游戏,有客户端和服务器端,语言使用C++,支持Linux, WIN32,可以参考demo程序。 编译可以在WIN32下,有Visu
  3. 所属分类:Game Engine

    • 发布日期:2017-04-10
    • 文件大小:1.11mb
    • 提供者:gamedriver
  1. lenged_client_src

    0下载:
  2. 传奇3 服务器源代码和客户端源代码,看到别的人在搞了一个,特奉上-Legend 3 client server source code and source code, to see other people engaged in a, special served
  3. 所属分类:Other Games

    • 发布日期:2017-05-19
    • 文件大小:5.05mb
    • 提供者:david
  1. LegendSource

    0下载:
  2. 韩国传奇正式版本-客户服务器源码,做游戏编程的朋友可以参考一下。-Korean official version of Legend-client server source code, so the game programming can make reference to a friend.
  3. 所属分类:Game Program

    • 发布日期:2017-11-09
    • 文件大小:9.28mb
    • 提供者:小刚
  1. LegendOfMir2VC

    0下载:
  2. 最新VC版的传奇服务器端和客户端,绝对完整可编译-VC latest version of the legend of the server side and client, an absolute integrity can be compiled
  3. 所属分类:Game Server Simulator

    • 发布日期:2017-05-08
    • 文件大小:1.6mb
    • 提供者:szb3597
  1. ZhanGuoClient_20090105

    0下载:
  2. 是一个基于热血战国协议的网络游戏。现在脱机客户端先放出来给大家研究,下载。客户端和服务器的源代 1).因为我现在还没有选择开发服务器,所以你要到网上随便找个服务器作为载体。 在百度上搜索“传奇私服” 这些服务器都是非法运营的,但是对于广大玩家是免费使用的 -Warring States is an agreement based on the blood network gaming. Now offline client first released to everyon
  3. 所属分类:Game Program

    • 发布日期:2017-05-01
    • 文件大小:95.1kb
    • 提供者:单宝波
  1. siguojunqi

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

    • 发布日期:2017-05-18
    • 文件大小:4.62mb
    • 提供者: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-16
    • 文件大小:26.76kb
    • 提供者:nova
  1. source

    0下载:
  2. 坦克大战:有客户端和服务器端,实现简单的游戏功能-Battle City: There are client and server-side to achieve a simple game features
  3. 所属分类:Game Program

    • 发布日期:2017-05-06
    • 文件大小:1.24mb
    • 提供者:chenjie
  1. feixingqi

    0下载:
  2. 飞行棋游戏,包括客户端和服务器端,可架设运行,无Bug-Flying chess game, including client and server-side can be set up to run, no Bug
  3. 所属分类:Chess Poker games

    • 发布日期:2017-06-13
    • 文件大小:20mb
    • 提供者:sdh
  1. MirCodeWQChange

    1下载:
  2. 本套版本是本人去年在浙江开发的。 完成了装备镶嵌 即时拍卖 装备加星等 客户端 支持窗口化 服务端可放在任意目录 如果 运行GameCenter.exe 服务器控制里的选项是红字 那就是路径没设置正确. 服务端不包涵地图. 需要复制 盛大传奇里的地图. 客户端带补丁 把压缩包里的 文件解压到 盛大传奇里 运行 MClient22.exe 点电信区 进入游戏 此代码 程序 版本 版权不属于我 发布仅供技术研究,使用 研究 此代码 程序 版
  3. 所属分类:Game Program

    • 发布日期:2017-05-26
    • 文件大小:8.35mb
    • 提供者:王清
  1. LibConsole

    0下载:
  2. 自己封装的控制台程序,用于游戏客户端编程和服务器端编程使用,输入控制台日志等-Own package console program for the game client and server side programming using programming, enter the console log, etc.
  3. 所属分类:Game Program

    • 发布日期:2017-04-06
    • 文件大小:17.42kb
    • 提供者:a
  1. netgamemud

    0下载:
  2. delphi 写的mud类游戏服务器以及客户端框架,可以在此基础上扩展为自己的网络文字游戏。-delphi write mud game server and client framework can be extended on this basis, the network for their own words.
  3. 所属分类:Other Games

    • 发布日期:2017-03-30
    • 文件大小:932.01kb
    • 提供者:aaww
  1. 5uwl_moyucode

    1下载:
  2. 魔域原代码,设计模块包括游戏服务器,帐号服务器,服务端,客户端 -Demon of the original code, design module, including game servers, the account server, the server, the client
  3. 所属分类:Game Program

    • 发布日期:2017-05-28
    • 文件大小:10.33mb
    • 提供者:于宗文
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com