登录

最新会员 最新下载

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

05月09日 16:51
已选条件
  1. 编程语言:C++
  2. 代码类别:其他游戏
  3. 发布时间:一周内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. RPG

  rpg小游戏例程,单文档类,图像类和小游戏的人物角色(the rpg game routine, single document class, image class, small game characters)

3
下载
148
浏览
2013-04-11发布

2. tank

  qt编写tank小游戏,目前还不是很完善,大家共同学习(qt write tank game, is not perfect, we learn together)

4
下载
204
浏览
2013-03-08发布

3. Snake-source-code

  本程序是一个贪吃蛇的程序,可以实现贪吃蛇游戏的基本功能(This program is a Snake' s program, you can achieve the basic functions of the Snake game)

2
下载
188
浏览
2013-03-04发布

4. longshou

  游戏代码,游戏名称为龙手,完成代码,如有问题请联系我(youxidaima ,ganxienindeshiyong)

4
下载
177
浏览
2013-02-26发布

5. yanhua

  可惜一开始没能画成圆,所以整个过程都是菱形的变换,希望大家多多指教,能够想办法把初始状态就围成一个圆(Unfortunately, the beginning could not draw into a round, so the whole process is the diamond transformation, we hope the exhibitions, to be able to think of a way to put the initial state is surrounded by a circle)

4
下载
145
浏览
2013-02-23发布

6. PoolRebel

  PoolRebel in windows 用Windows API编写的台球游戏。在没有使用第三方物理引擎的条件下,基本实现了球的碰撞、回旋等要求。支持下杆儿角度、力度和击球点的设置,并能在调整设置时实时显示主球走位和被碰球的去向。支持更改桌台、球和球杆,并会因此能产生细微区别。 (PoolRebel in Windows Written by Windows API billiards game. Without the use of third party physical engine conditions, the basic realization of the ball collision, cyclotron etc.. Support bar angle, strength and the contact point set, and the real-time display of the cue ball position and adjust setting is to touch the ball go. Support changing table, ball and club, and will therefore have a subtle distinction between.)

10
下载
156
浏览
2013-02-22发布

7. OpenMahjong-V3.1

  mahjong game. you can take a look of it. it is a zip file you have to unzip it.(this is a mahjong game.you can take a look)

5
下载
97
浏览
2013-02-04发布

8. skyblue_Rect

  俄罗斯方块 ,经典游戏程序,vc实现的,喜欢的朋友可以看下,有价值(Tetris, the classic game program, vc realized, like a friend may have a look, valuable)

4
下载
174
浏览
2013-01-24发布

9. Snake

  程序由C++编写,贪吃蛇程序,经运行无误,贪吃蛇长度无限制……(C++ written Snake program, run correctly, Snake length unlimited ...)

5
下载
186
浏览
2013-01-10发布

10. Snake

  贪吃蛇小游戏,C语言编写的,以前课程设计保留的,交流学习用(Snake game, C language, the previous curriculum design reserved, exchange of learning with)

2
下载
132
浏览
2012-12-25发布

11. 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 )

4
下载
120
浏览
2012-12-17发布

12. cx

说明:  用c语言编写的俄罗斯方块,一款益智游戏,挺简单的(C language Tetris, a puzzle game, very simple.)

0
下载
202
浏览
2012-12-12发布

13. youxikehuduan

  这是一个游戏客户端的程序,大家可以看下,不是本人的。(This is a client gamesofeware,you can load for studing.)

5
下载
136
浏览
2012-12-03发布

14. DlgCustom

  基于VC的windows程序设计的贪吃蛇游戏编程(Based the VC windows program design Snake Game Programming)

3
下载
143
浏览
2012-11-19发布

15. 209

  代码虽简短,游戏很有趣。文档易于下载运行程序。(Although brief, the code, the game is very interesting. Document easy to download and run the program.)

3
下载
197
浏览
2012-10-29发布

16. WindowsGame2

  一個簡單得搶旗子遊戲用上下左右移動WINDOWS GAME(Grab a simple flag games to move up and down)

4
下载
112
浏览
2012-10-26发布

17. c-yu-yan-(e-luo-si-fang-kuai)

  俄罗斯方块是一款风靡全球的掌上游戏机和PC机游戏,它造成的轰动与创造的经济价值可以说是游戏史上的一件大事。它由俄罗斯人阿列克谢• 帕基特诺夫发明,故得此名。俄罗斯方块的基本规则是移动、旋转和摆放游戏自动输出的各种方块,使之排列成完整的一行或多行并且消除得分。它看似简单却变化无穷,俄罗斯方块上手极其简单,但是要熟练地掌握其中的操作与摆放技巧,难度却不低。作为家喻户晓老少皆宜的大众游戏,其普及程度可以说是史上任何一款游戏都无法相比的。相信大多数人都还记得为它痴迷得茶不思饭不想的那个俄罗斯方块时代。由于俄罗斯方块具有的数学性、动态性与知名度,也经常拿来作为游戏程序设计的练习题材。(Tetris is a popular the global handheld console and PC games, it caused a sensation with the creation of economic value can be said that the game in the history of a major event. It invented by the Russians Alexey • Pajitnov, it was this name. The basic rules of Tetris moving, rotating and placing games automatically output a variety of boxes, arranged in a complete one or more lines and eliminate the score. It seems simple, but endless variations, Tetris is extremely simple to get started, but to be proficient in the operation and placed skills, the difficulty is not low. As the household ages Volkswagen games, its pervasiveness can be said that the history can not be compared to any game. I believe most people still remember it was obsessed tea does not think Rice did not want that Tetris era. Tetris has math, dynamic and well-known, often being used as the theme of game programming practice.)

3
下载
135
浏览
2012-10-25发布

18. tanshishezhidongfangbubai

  这是一款具有登入和注册的贪吃蛇,而且有特效果实,增加了游戏的趣味性(This is a login and registration Snake)

3
下载
165
浏览
2012-10-24发布

19. Minesweeper-game

  用C++编的一个扫地雷游戏,代码清晰,有注释(A Minesweeper game C++ compiled, the code is clear, Notes)

5
下载
135
浏览
2012-10-17发布

20. super-marry

  超级玛丽的简单模拟程序,图形界面不是很美观,但原理可以看看(Super Mario simple simulation program, the graphical interface is not very beautiful, but the principle can take a look at)

5
下载
199
浏览
2012-10-16发布