登录
首页 » Visual C++ » sPCK

sPCK

于 2013-10-24 发布 文件大小:9KB
0 372
下载积分: 1 下载次数: 19

代码说明:

  完美世界游戏客户端pck解包打包工具,同时支持cup更新包解包。(Perfect world game client PCK unpack packaging tools, at the same time support CPU update package. )

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

发表评论

0 个回复

  • kongjingyouxi-
    C语言 矿井游戏源码矿井游戏源码矿井游戏源码(Mine game source Mine game source Mine game source Mine game source )
    2017-05-11 11:18:22下载
    积分:1
  • chuangame
    VC++枣子穿纽游戏源码,类似扫雷游戏的界面,不过玩法有点不一样,游戏源代码在vc++6下编译通过,你应该通过源代码能看出些玩法来。   相关资料:在本游戏中,你将作为一名裁缝,将尽可能多的纽扣穿成一个闭合的路线。游戏初始有 15 个纽扣,随着时间的增加,纽扣数目也增加,当达到70个时游戏即结束。只能在有纽扣的点穿线,且只能在水平方向或竖直方向穿线。线可交叉,但有纽扣的点不能交叉连接。   透露点秘诀:要尽可能使连线长且该连线上的纽扣数多。(VC++ source code dates to wear new game, the game interface similar to mine, but a bit different from playing the game in the source code to compile under vc++6 passed through the source code you should be able to see more options. Relevant information: in this game, you will serve as a tailor, will be wearing buttons as much as possible into a closed line. Game initial 15 buttons, an increase over time, increase the number of buttons, when the 70 hours to reach the end of the game that is. Buttons can only point in the threading, and only in the horizontal direction or vertical direction of threading. Lines cross, but the buttons can not be cross-connect point. Point revealed the secret: To the extent possible, so long and the connection to connect on a few more buttons.)
    2009-07-16 21:48:30下载
    积分:1
  • 2166e302b7491156ad4900ba2a3d1620
    改魔兽地图的如侵犯别人的版权请通知我我立即删掉着个东西(Changes, such as World of Warcraft Maps copyright infringement, please inform me of others I immediately deleted the one thing)
    2011-05-23 22:27:56下载
    积分:1
  • cqsjedit_03_09_01
    传奇世界的地图编辑器,属于游戏开发中的地图编辑工具(legendary world map editor, game development is the map editing tools)
    2005-08-19 20:56:09下载
    积分:1
  • supermario
    这是一个模仿任天堂经典游戏《超级玛丽》的克隆游戏。目前支持windows 和linux两种操作系统。你应该已经得到了这个游戏的全部源代码和地图编辑器 的源代码。地图编辑器( MapEdit目录下 )使你可以充分发挥想象力,轻而易举 地创造出游戏中的关卡 (This is a mimic classic Nintendo game " Super Mario" games Cloning. Currently supports two types of windows and linux operating system. You should have been the game all the source code and map the source code editor. Map Editor (MapEdit directory) allows you to give full play to the imagination, easy to create in-game points)
    2009-02-02 12:30:56下载
    积分: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
  • Tetris
    用vc编的俄罗斯方块小游戏,功能有点简单。(block game use vc++)
    2011-12-05 23:24:29下载
    积分:1
  • sdk_jyt
    说明:  用SDK写的劲乐团游戏 对学SDK很有帮助(using the SDK to write strong game Orchestra SDK helpful for school)
    2006-04-12 20:14:38下载
    积分:1
  • Tetris
    说明:  vc++做的俄罗斯方块游戏,具有统计分数,级别 设置。(vc++ to do the Tetris game, with a statistical score, level setting.)
    2011-04-14 14:25:52下载
    积分:1
  • vb-supermario
    用VISUAL BASIC编写的超级马里奥(supermario by VISUAL BASIC)
    2013-10-15 12:06:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载