登录
首页 » Delphi » Server

Server

于 2010-02-15 发布 文件大小:1401KB
0 176
下载积分: 1 下载次数: 21

代码说明:

  传奇服务端全套完整可编译代码~~传奇服务端全套完整可编译代码~~(Legend server can complete a full set of compiled code ~ ~ Legend' s complete suite of server-side code can be compiled ~ ~)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • mulgypoe-status-functions
    用java的applet实现的ufo攻击小游戏,用到了动画和声音处理,(Implementation using Java applet UFO attacks little game, with the help of animation and sound processing,)
    2017-03-20 20:34:24下载
    积分:1
  • RemGame
    该程序提供考察你记忆能力的小游戏。 1) 游戏提供字母、数字、图形等考察记忆的类型。 2) 游戏需提供记忆长度的选项(或者分级)。 3) 程序能随机生成记忆考核题目。 4) 程序同键盘输入记忆内容。 5) 程序根据考察情况给出成绩并输出。 6) 程序可建立多个用户账户。 7) 程序需记录每个级别的最高记录。(The program provides you memory ability of small game. 1) games provide letters, Numbers, and graphics such as the type of memory. 2) shall provide the memory length options game (or hierarchical). 3) the program can randomly generated memory examination questions. 4) program with the keyboard input memory contents. 5) program is given according to the inspection results and output. 6) program can create multiple user accounts. 7) program to record each record.)
    2015-12-27 12:28:15下载
    积分:1
  • Compass
    compass俄罗斯方块是一款经典的andriod手机游戏,真正的原创源码,希望大家喜欢。(Compass Russian square is a classic andriod mobile games, true original source, hope you like them. )
    2011-07-25 12:59:20下载
    积分:1
  • Dict
    中文词库 可供中文搜索引擎开发使用 可供中文分词使用(Chinese dictionary for Chinese language search engine, developed using the Chinese word used for)
    2010-06-18 03:14:42下载
    积分:1
  • FaceFX
    FaceFX利用声音信息产生高质量的面部动画 FaceFX 是OC3 Entertainment用于利用声音文件创建逼真的面部动画的前沿解决方案。FaceFX是近几年口型同步、3D艺术及面部动画的最高峰。它更便于分批处理游戏音频文件,为动画加入表情同时不会破坏口型同步,将动画调整到最佳状态,还可将整个解决方案与美工工作流程融合。 FaceFX技术成功应用于150多个3 A 级游戏。借助FaceFX Studio Unlimited的源代码,开发人员可以灵活地将解决方案与开发的生产流程相融合,还可使用所有的分批处理功能。游戏工程师可利用FaceFX SDK直接下载.facefx 文档,并能高速播放经过内存优化的面部动画。 (FaceFX use of sound information to produce high quality facial animation FaceFX is OC3 Entertainment for the use of sound files to create realistic facial animation solutions to the forefront. FaceFX lip sync in recent years, 3D Art and facial animation s highest peak. It is easier to handle game audio files in batches, adding expression for the animation without damage to lip-synch, will adjust to the best animation, but also the whole art workflow solutions and integration. FaceFX technology successfully used in more than 150 3 A-level game. With FaceFX Studio Unlimited source code, developers have the flexibility to develop the solution with the integration of production processes, but also use all the batch processing capabilities. Engineers can use FaceFX SDK games direct download. Facefx document, and can play through high-speed memory to optimize facial animation. )
    2011-11-07 21:00:33下载
    积分:1
  • Particly
    愤怒的小鸟(Angry Birds)这款游戏的故事相当有趣,为了报复偷走鸟蛋的肥猪们,鸟儿以自己的身体为武器,仿佛炮弹一样去攻击肥猪们的堡垒。(Angry Birds)
    2013-11-10 11:35:51下载
    积分:1
  • PlaneGame0.4
    说明:  用JAVA编写的简单的飞机飞行类小游戏,躲避界面内的小球(Simple flight games written in Java to avoid small balls in the interface.)
    2020-06-16 15:00:02下载
    积分:1
  • yuebing
    基于html5和js开发的抢月饼小游戏,适合微信公众号,html网页等嵌入该应用(Based on html5 and js development of rob moon cake games, for WeChat public, html pages embedded in the application)
    2016-12-31 11:26:10下载
    积分:1
  • poly
    标题: 多边形游戏 时 限: 1000 ms 内存限制: 10000 K 总时限: 3000 ms 描述: 多边形游戏是一个单人玩的游戏,开始时有一个由n个顶点构成的多边形。每个顶点被赋予一个整数值,每条边被赋予一个运算符“+”或“*”。所有边依次用整数从1到n编号。 游戏第1步,将一条边删除。 随后n-1步按以下方式操作: (1)选择一条边E以及由E连接着的2个顶点V1和V2; (2)用一个新的顶点取代边E以及由E连接着的2个顶点V1和V2。将由顶点V1和V2的整数值通过边E上的运算得到的结果赋予新顶点。 最后,所有边都被删除,游戏结束。游戏的得分就是所剩顶点上的整数值。 输入: 输入共两行,第一行一个整数n表示顶点个数,第二行共2*n个数,分别为数字和字符。 例如:对于上图中的问题,我们可以这样按输入样例中的例子输入,数学中的“+”号代表加法,小写字母“x”代表乘法。 输出: 一个整数,计算最高得分。 输入样例: 5 10 + -1 x -2 x 3 + -8 x 输出样例: 486 (标题: 多边形游戏 时 限: 1000 ms 内存限制: 10000 K 总时限: 3000 ms 描述: 多边形游戏是一个单人玩的游戏,开始时有一个由n个顶点构成的多边形。每个顶点被赋予一个整数值,每条边被赋予一个运算符“+”或“*”。所有边依次用整数从1到n编号。 游戏第1步,将一条边删除。 随后n-1步按以下方式操作: (1)选择一条边E以及由E连接着的2个顶点V1和V2; (2)用一个新的顶点取代边E以及由E连接着的2个顶点V1和V2。将由顶点V1和V2的整数值通过边E上的运算得到的结果赋予新顶点。 最后,所有边都被删除,游戏结束。游戏的得分就是所剩顶点上的整数值。 输入: 输入共两行,第一行一个整数n表示顶点个数,第二行共2*n个数,分别为数字和字符。 例如:对于上图中的问题,我们可以这样按输入样例中的例子输入,数学中的“+”号代表加法,小写字母“x”代表乘法。 输出: 一个整数,计算最高得分。 输入样例: 5 10+-1 x-2 x 3+-8 x 输出样例: 486 )
    2012-12-17 10:35:16下载
    积分:1
  • Galactic_Warz_RPG
    又一个…… 为PUDN的网游同行们奉献。 PHP WEB GAME 国外可二次开发(PHP WEB GAME)
    2009-06-03 17:29:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载