登录
首页 » Visual C++ » ChildrenOnlineGame_FinalNewFinal

ChildrenOnlineGame_FinalNewFinal

于 2011-07-29 发布 文件大小:5095KB
0 343
下载积分: 1 下载次数: 6

代码说明:

  这是一款基于VC制作的儿童游戏 界面舒适(This is a VC-based game interface making children comfortable)

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

发表评论

0 个回复

  • Tetris-game
    C语言编写的俄罗斯方块游戏,通过编译,能够运行。(C language Tetris game, compile, can run.)
    2011-08-07 07:49:07下载
    积分:1
  • puzzles
    Visual C++学习的好例程,经典游戏拼图(Visual C++ to learn a good routine, classic games puzzles)
    2009-12-03 17:09:30下载
    积分:1
  • ElsGame
    说明:  实现俄罗斯方块游戏的简单小程序,适合初学者学习。(A simple Tetris game to achieve a small program, suitable for beginners to learn.)
    2011-03-22 21:24:17下载
    积分:1
  • AdvInAbatSrc
    说明:  这是一个简单的2d图形动画,是用VC编的,适合初学者参考。(This is a simple 2d graphics animation, VC series is the reference for beginners.)
    2006-01-31 17:44:04下载
    积分:1
  • Solution1
    用vb.net做的大富翁,a Console Application that models the game of Monopoly.Houses • Hotels • Rolling doubles • Players will not be allowed to sell properties once purchased. • Players may mortgage a property but it will remain mortgaged for the rest of the game. • No one will ever go to jail.(vb.net do with the millionaires, a Console Application models that the game of Monopoly.Houses Hotels## 8226 8226 8226 Rolling doubles# Players will not be allowed to sell properties once purchased.# 8226 Players may mortgage a property but it will remain mortgaged for the rest of the game.# 8226 No one will ever go to jail.)
    2005-04-23 07:33:09下载
    积分: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
  • 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.)
    2013-02-22 14:13:54下载
    积分:1
  • 1
    说明:  输入1-13中的四个数,输入要计算的值(24点游戏就输入24),计算机穷举法给出计算公式(Enter the four numbers 1-13, enter the values ​ ​ to be calculated (24-point game on the importation of 24), the computer gives exhaustive formula)
    2013-06-27 13:20:15下载
    积分:1
  • p53
    这是一个贪吃蛇的游戏 希望大家喜欢 非常适合新手学习的哦(This is a snake code, suitable for beginners to hope that we support a lot )
    2013-06-20 21:24:53下载
    积分:1
  • games
    小精灵游戏,C++的课程设计的作业。关于游戏的初步学习(little games of a small program )
    2020-07-04 16:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载