搜索资源列表
boxpbl
- 20世纪写的俄罗斯方块代码,可以组装方块的形状。
bashuma
- 八数码问题的小程序,可以实现任意形状的还原-8 digital issues applet, you can achieve the reduction of arbitrary shape
ELS
- 自己编写的一个俄罗斯方块程序,基本功能的实现包括,当前得分,下组形状等-A self-made Tetris Program with VC++, fundamental functions include: current score and next group of shape etc.
Russian-square
- 游戏开始,游戏区域上方不断的出现预定义的形状的下坠物件,下坠物件可以通过旋转改变其显示的形态,并且不断地往下坠,直到它接触到游戏区域底部或其他之前已经累叠起的下坠物件。当一个下坠物件到达底部后,其位置则确定下来并占有该空间的位置区域。当游戏区域的某一行被下坠物件完全填充,则消除该行的所以下坠物件,垒在其上的物件将掉下代替该行空间。游戏的结束是以下坠物件的顶部到游戏区域顶部作为判断依据,表示装满溢出。并且在某一瞬间,下一个下坠物件的形态在游戏区域的右上方有预先提示,同时没抵消一行空间积分自增100
peaman
- 两年前作为小学期大作业的一个小游戏。吃豆人,吧代码分享一下,绝对原创,其中绘图部分用的是MFC的绘图,不是粘贴的位图,所以切换小豆豆形状可能有些麻烦。-Pac-man source. you can wikipedia more about the game.
tetris
- 一个用VC++开发的俄罗斯方块游戏,功能简单,按左右键移动,按向上键改变形状,按向下键向下移动,易于学习使用。-A with vc + + development tetris game, function is simple, according to the or so key move, press up key change shape, press down key move, easy to learn to use.
yanhuayouxi
- 通过制作烟花的实例,运用了Java2中的界面技术和线程技术。通过界面技术,制作出烟花的形状。通过线程技术,控制烟花的播放场景和播放时间。-Instance through the production of fireworks, the use of the the Java2 interface and thread. Interface technology, making the shape of the fireworks. By threading technology, contro
mainst
- 俄罗斯方块是一个经典而又有趣的游戏,可以很好的培养玩家的反应能力和瞬间决策能力,随着方块的不断下降,玩家要变换方块的形状以适合自己要放的位置的形状。玩家通过上下左右键来控制组合方块的形状和方向。-Tetris is a classic and fun game, good training response capability and instant decision-making ability of the players, with the declining of the box, t
RussiaBox
- 本游戏采用VC++类功能来实现,在实现中对方块形状采用了压缩法来节省内存空间,同时还使用了图片来增加游戏的多彩和趣味性-This game by VC++ functional to achieve compression to save memory space, in the shape of the box, also use a picture to increase the game' s colorful and fun
qt
- 使用模拟退火解决一下问题:给定n个固定形状的矩形积木块,如何拼接积木块,使得其矩形外框的面积最小? -Simulated annealing to solve the problem: given n fixed shape of the rectangular building blocks, how splicing building blocks, making it the smallest rectangular frame?
NewtonBasicGeometry
- 这个例子展示了Newton物理引擎和Direct3D中怎样使用基本的几何形状(球,圆柱,箱子),注意这个例子中只使用了球,圆柱,箱子等几何形状,其他的Newton几何形状还包含圆锥、胶囊、斜面圆柱等。-This sample shows how to use some of the basic geometry in Newton (sphere, cylinder, box). Note that while only the sphere, cylinder, and box are use
Tetris_3
- 1.俄罗斯方块游戏可能产生五种形状的方块。方向键的控制可以产生旋转,左右移动和加速前进等,往下掉,只到遇到下面已经有方块挡住停下来。如果一行完全排列满,则会消掉,如果排列到了顶部,则会失败。 2.计分(消除一行加50分) 3.预先产生下一个方块. 4.暂停,开始,退出 5.实现存盘功能,保存上次游戏的下落方块和底层砖块的状态 6.载入游戏状态 7.联机对战功能-1 Tetris game may produce five shapes of the box. Arrow
els
- 基于摄像头的俄罗斯方块游戏,通过捕捉摄像头区域中人的姿势,来控制方块的形状和运动方向-Camera-based Tetris game by capturing the human posture camera area to control the shape and direction of movement of boxes
Matlab-Game
- 利用matlab的GUI设计俄罗斯方块游戏 按键说明: W、向上箭头、小键盘5:变换形状; A、向左箭头、小键盘1:左移; S、向下箭头、小键盘2:快速下移; D、向右箭头、小键盘3:右移; 空格键:暂停; F5或CTRL+R:开始; CTRL+S:停止; 快捷键可以参考菜单。-GUI design using matlab Tetris game Key Descr iption: W, up arrow, keypad 5: Transform shape
skyblue_Rect
- C++编写的小程序,俄罗斯方块,可以通过键盘对方块移位和变换形状,界面简洁。-C++ write small programs, Tetris, you can shift and change shape through the keyboard of the box, simple interface.