-
本游戏的主角是个小球,玩家通过按右键的时间长短来决定小球的初始速度,当按动左键时小球启动,小球在运动过程中将受到磨察力的作用,速度将减慢最终停止,小球停止的位置...
本游戏的主角是个小球,玩家通过按右键的时间长短来决定小球的初始速度,当按动左键时小球启动,小球在运动过程中将受到磨察力的作用,速度将减慢最终停止,小球停止的位置距离右边红色墙壁的距离(距离越近成绩越高)及小球在运行过程中与墙壁碰撞的次数(次数越多成绩越高)将决定玩家的最终成绩,按任意键程序将把当前成绩与存放在mc.txt中的历史成绩比较,给玩家以平价,并将当前成绩保存在mc.txt中。游戏有两个界面第一个界面是游戏场景,其中有三个参数,由左至右依次为“DIS”最终离右边墙的距离,“BUMP”小球在运行过程中碰墙的次数,“SPEED”小球的运行速度。第二个场景是成绩平价界面,根据玩家成绩给以相应的平价 。另外,由于机器配置的不同可能会出现速度上的迥异。-the protagonist of this game is a small ball, players adopted by the right to determine the length of time the ball"s initial velocity, when pressed button at the start of small ball, the ball movement in the process of grinding reviewer will be the role of power, speed will slow down eventually stopped, the ball stopped at a location away from the right side of the red walls of the distance ( the more recent results from the higher) and the ball in the course of operation and the number of collisions walls (the more the number of higher performance) will determine the ultimate success players by arbitrary procedures will bond with the current performance mc
- 2022-02-20 23:59:12下载
- 积分:1
-
著名的安装制作软件InnoSetup的源码及示例源码
著名的安装制作软件InnoSetup的源码及示例源码-The installation of a well-known software s source code and sample InnoSetup source
- 2022-03-15 12:15:03下载
- 积分:1
-
701 Server 701 Client 20110805
说明: Vietnamese user manual for Soyal 701Client/Server software
- 2019-03-11 23:15:33下载
- 积分:1
-
modian-ziliao
康老师模电全套课件,是学习模电的好资料,希望能给需要的人帮助(Kang teacher-mode full courseware, learning good information-mode, hoping to give those who need help)
- 2014-04-26 17:27:39下载
- 积分:1
-
0908888888
激光键盘全部资料代码已打包好,非常非常使用好学习上手来来来来来来(Laser keyboard all the information code has been packaged well, very, very good use of learning to get started Come Come)
- 2020-10-30 20:09:55下载
- 积分:1
-
剑灵自动吃符
说明: 剑灵自动吃符,
把符设置到快捷键5,
然后按F9开始(The sword spirit eats the talisman automatically,
Set the character to shortcut key 5,
Then press F9 to start)
- 2020-04-30 19:37:16下载
- 积分:1
-
fin
多普勒雷达测速(FPGA、DSP与界面显示)(Doppler radar velocity measurement)
- 2020-07-04 14:00:02下载
- 积分:1
-
看看,有没有你要找的程序,这是一个强大的C语言集,里面可能有你要找的某个程序...
看看,有没有你要找的程序,这是一个强大的C语言集,里面可能有你要找的某个程序-see, you have to find the procedure, which is a powerful set of C language, you probably have to find a certain procedure
- 2022-08-20 14:28:45下载
- 积分:1
-
OpenFOAM用户指南-5.0
说明: openfoam用户指南,涉及计算流体力学的一本书,涉及openfoam的操作说明(openfoam a book in order to programme with openfoam in CFD)
- 2019-05-27 07:49:40下载
- 积分:1
-
C# 模拟鼠标操作源代码
C# 模拟鼠标操作,单击后鼠标将自动上移。
const int MOUSEEVENTF_MOVE = 0x0001;//表示鼠标移动
const int MOUSEEVENTF_LEFTDOWN = 0x0002;//表示鼠标左键按下
const int MOUSEEVENTF_LEFTUP = 0x0004;//表示鼠标左键松开
您的鼠标发生了自动上移,并双击了窗体一次!
- 2022-07-03 02:35:10下载
- 积分:1