搜索资源列表
GreadySnake(MVC)
- MVC设计模式早在面向对象语言Smalltalk-80中就被提出并在此后得到业界的广泛接受。它包括三类对象:(1)模型(Model)对象:是应用程序的主体部分。(2)视图(View)对象:是应用程序中负责生成用户界面的部分。(3)控制器(Control)对象:是根据用户的输入,控制用户界面数据显示及更新Model对象状态的部分。本程序尝试用MVC模式制作了一个简单的贪吃蛇游戏。-MVC design patterns in object-oriented language Smalltalk-8
GreedSnakeGame
- 一个用MVC模式写出来的贪食蛇小游戏,将Model.View.Control分开,可作为学习MVC的入门。-an MVC model was made using the embedding of small game, separately Model.View.Control will be a learning MVC entry.
wowmodelview-0[1].47.src
- wowmodelview魔兽世界的模型查看工具。下了看看吧,可以导出自己想要的模型进行处理咯~-wowmodelview World of Warcraft Model View tool. Under a look at it, they want to export the model to deal with 1,10
hzlai.net_WoodFoxWeiQi_v0.03
- Silverlight 开发的围棋在线对弈程序 首先,介绍下围棋的简单规则:黑白双方交替落子,以占据棋盘上交叉点多者为胜。同时,双方为了争夺地盘,可能会发生“对杀”。一个棋子周围接触的空白交叉点数目叫做“气”,如果一个或多个棋子周围的气都被对方封死,气数=0,则这些棋子就称为死棋,需要从棋盘上移去。 1. 我们打算在界面的左侧显示棋盘,而右侧是功能区域。 2. 棋盘是由19道横线,19道竖线,以及9个星位的标志组成的。为了方便查找棋盘上的位置,我们在棋盘的四周可能需要加上
snake_OOP
- Game Snake. When application is running the game starts immediately. By default snake has length of 5. Its moving across the game board with some initial speed. Using arrow keys (←↑→↓) to drive the snake. Use Esc button to pause/continue game.
myvb
- 可以查看自己的星座,进入管理模式还可以查看自己的星运,密码账号都是0-You can view your own constellations, into the management model can also view your own horoscope, password, account number is 0
DirectX-CPP-X-View
- 简单的“模型查看器”可以提供学习DirectX的新手参考! 开发语言和开发工具: C++ DirectX9.0C VS2005 项目描述:可以打开.X模型进行查看,可对模型旋转,渲染,灯光等操作。 实现功能: 1、用文件对话框打开.X文件,实现模型的切换。 2、反转三角形。 3、反转法线。 4、绘制法线。 5、ALPHR混合。 6、灯光操作。 7、模型渲染。 -Simple " model viewer" can
snake
- 这是一个简单的贪吃蛇游戏!只要把这个游戏导入eclipse就可以运行和查看源代码-import com.ruimin.snake.model.GameConstant import com.ruimin.snake.view.GameView import android.os.Bundle import android.os.Handler import android.os.Message import android.app.Activity im