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

搜索资源列表

  1. my麻将游戏

    1下载:
  2. 本例实现了一个完整的四人网络麻将游戏,该程序集服务器与客户端功能与一体。本例主要介绍了非对等的网络服务功能的建立,传输信息的序列化,建立虚拟的三维空间,绘制图形和显示位图,在内存中创建位图和绘制图形等。 -the cases to achieve a complete network of four mahjong games, the procedures set server and client functions and integration. The cases are intr
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:901928
    • 提供者:唐堂
  1. java海上的小游戏

    1下载:
  2. 小游戏,是服务器有客户端的游戏,只有能登陆就可以玩,还上对战,支持多个客户端-small games, the server is a client of the game, only the landing will be able to play, but also on the screen, multiple client
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6220
    • 提供者:刘亮
  1. 网络游戏基础

    0下载:
  2. 几年前刚开始想弄网络游戏的探索,包括服务器和客户端。可以聊天,发图片,还有小人在地上走。-years ago scan network has just begun to explore the games, including server and the client. Can Chat, the pictures, as well as villains go to the ground.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1159972
    • 提供者:李剑英
  1. mysocket_gamecilent

    0下载:
  2. 阻塞模式的socket封装类,可以用与游戏客户端的开发。有测试例子。-pattern of obstruction socket Packaging category, the game can be used with client development. A test case.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:55151
    • 提供者:yuxilv
  1. lobby

    0下载:
  2. 来自 Visual C++网络游戏设计与实现 的源码 网络游戏客户端框架
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:340792
    • 提供者:lihongjie
  1. Snooker游戏

    0下载:
  2. Snooker游戏,有网络端和客户端代码。
  3. 所属分类:C#编程

    • 发布日期:2012-01-27
    • 文件大小:4966940
    • 提供者:pmlpml@21cn.com
  1. Chap19.rar

    0下载:
  2. 支持多人同时在线游戏的简单服务器-客户端RPG游戏 含服务器端与客户端源代码,使用DirectX8,An RPG game that supports multiple players online at the same time. Including the client and server source codes
  3. 所属分类:DirextX

    • 发布日期:2017-03-31
    • 文件大小:755334
    • 提供者:maxl
  1. AccountServer.rar

    5下载:
  2. 魔域帐号服务器 一、帐号服务器功能分为两部分: 1、客户端登录线程:取得认证ID号AuthenID。 客户端连接到帐号服务器(以后可改为UDP) 登录后服务器到帐号数据库查帐号 返回认证ID号,并断开连接(如出错则返回错误) 将该认证ID号传给计点线程,转发给游戏服务器,用于玩家登录游戏服务器。 2、实时计点:与游戏服务器连接通讯,计算玩家使用的点数。(可提高线程优先级) 游戏服务器启动时登录到帐号服务器。 玩家登录后实时发送计点消息给帐号
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:418986
    • 提供者:vipe
  1. client.rar

    0下载:
  2. 网狐客户端源码,用VS2005编译成功 组件结构: 游戏广场; 关系管理; 客户端共享; 头像组件; 下载组件; 信道模块; 游戏等级; 游戏框架; ,Fox Net client source code, compiled with VS2005 successfully component structure: Game Plaza relationship management client sharing head components download co
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1613663
    • 提供者:阿淞
  1. ZJHClient

    0下载:
  2. 诈金花游戏客户端,基于网狐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
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-14
    • 文件大小:3295464
    • 提供者:黄小红
  1. Chess_SyncGame

    0下载:
  2. C#编写的五子棋网络游戏,基于同步编程,有客户端和服务器,包括完整的代码。-Written in C# backgammon online games, based on the synchronous programming, there are client and server, including the complete code.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:564680
    • 提供者:liyongbing
  1. NetCompletionPort

    0下载:
  2. 一个完成端口的类,对于套接字大批量数据处理比较有用,适用与游戏开发,服务器与客户端的适用-A completion port type for socket handle large quantities of data more useful, application and game development, server and client application
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:5914
    • 提供者:vern
  1. WPFGameCourse

    0下载:
  2. C#实现2D游戏客户端,并无通信方面的介绍,但是己经实现魔法技能衣服的切换 HP MP 加减 刷怪等 用于学习方面非常实用-C# to achieve 2D game client, there is no introduction to communications, but has the skills to achieve magic clothes brush strange switch HP MP addition and subtraction, etc. is very usef
  3. 所属分类:CSharp

  1. gamehall

    0下载:
  2. 类似于联众的游戏大厅登陆界面,做的是拖拉机(升级)的进入界面,有一个服务器和4个客户端的程序组成,当客户端有人进去之后,会在其他客户端和大厅里面显示有人进入并且可以显示进入者的姓名,亦可以更改位置,当然别人坐着的位置不可更改。-Game is similar to OurGame hall landing interface, so that the tractor (upgrade) the entry interface, there is a server and four client-
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:67541
    • 提供者:韩炜
  1. LegendOfMir3_clint

    0下载:
  2. Mir2Ex 游戏客户端source code,共学习使用-Mir2Ex source code
  3. 所属分类:DirextX

    • 发布日期:2017-03-27
    • 文件大小:820915
    • 提供者:s3111560
  1. ubrowser_win32_bin_2008_08_04

    0下载:
  2. WEB嵌入游戏客户端,超级上流,强烈推荐-ddddd
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-22
    • 文件大小:6511440
    • 提供者:
  1. c#SyncGamechiqizi

    0下载:
  2. 这是一个基于C#的吃棋子网络小游戏,含有客户端与服务器端。(This is a game called "Eat the pieces" based on C # containing client and server)
  3. 所属分类:C#编程

    • 发布日期:2017-12-21
    • 文件大小:704512
    • 提供者:白衣
  1. 游戏客户端

    0下载:
  2. 德州扑克客户端,适合在PC上编译运行。分享给大家来学习。(Dezhou poker. It's for the PC platform. Share it and learn it.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:25589760
    • 提供者:悟道饭
  1. xxloginLaunch

    0下载:
  2. 用于游戏客户端自动检测服务端是否有更新,如果有,则自动更新服务器内容(It is used for the game client to automatically detect the update of the server, and if there is, it updates the server content automatically.)
  3. 所属分类:C#编程

    • 发布日期:2018-05-01
    • 文件大小:21504
    • 提供者:安定tt
  1. C3传奇3引擎完整源码+开发日志

    0下载:
  2. 重新编写客户端内核,支持硬件加速渲染模式,纹理压缩等最新技术,图像帧动画,粒子系统。内存CPU占用低,执行效率高,游戏更加流畅。支持16位,32位真彩色。 压缩包过大放百度盘(Rewrite the client kernel to support hardware accelerated rendering mode, texture compression and other latest technologies, image frame animation, particle syst
  3. 所属分类:其他

    • 发布日期:2020-02-20
    • 文件大小:2701312
    • 提供者:凯生
« 12 3 4 5 »
搜珍网 www.dssz.com