搜索资源列表
javagame1245
- ? 部分内容 首先我们在init()方法中加载所有游戏必要的资源,包括声音,鼠标事件的监听、背景等相关设置。利用addBomb()方法增加bomb的数量、初始位置及初始化颜色。再利用start()启动线程。线程调用run()方法,处理炸弹下降运动down()。Repaint()会在每一个单位时间调用paint()方法不断的刷新屏幕,paint()调用Bomb.addBomb()绘制炸弹。当游戏者按下鼠标,mousePress()事件激活,判断是否点中了炸弹。如果点中addScor
SharkFish
- 使用VC。NET2005并行实现著名的细胞自动机程序:生命游戏,模拟鲨鱼和小鱼的海洋环境。-use VC.NET2005 parallel famous Cellular Automata : the game of life, sharks and fish simulation of the marine environment.
Life_2
- 使用VC。NET2005串行实现著名的细胞自动机程序:生命游戏,模拟鲨鱼和小鱼的海洋环境。-use VC.NET2005 famous serial achieve Cellular Automata : the game of life, sharks and fish simulation of the marine environment.
life
- 生命游戏,实现迷宫的行进方向-life of game,and make the puzzle direction true
10-1.资源打包
- 这是《学VC、编游戏》的第十个示例在这一章,我们使用了以下知识、技术。1.对象的新属性:生命值、攻击力。2.对象生命值的显示。3.打斗时生命值的改变。4.在场景中添加物品。-This is the "study VC, part game," the 10th examples in this chapter, we use the following knowledge and technology. 1. The new object attributes : the v
game_of_life
- 华工高性能并行计算作业,生命游戏源代码和测试数据-game of life code
calife
- 生命游戏,是关于元胞自动机的一个其他应用!仿真技术很好!-Game of Life is a cellular automaton on a other applications! Good simulation technology!
daziyouxi
- 该游戏是一个简单的打字游戏,双击图标后将进入主菜单,再按enter键会进入到选择速度的菜单,这里还有游戏的简单介绍,按1/2进入游戏后,字母会从屏幕上方掉下,从键盘键入正确的字母则掉下的字母消失,否则当字母掉到屏幕最下面时,生命值会减少,当生命值减少到0时游戏结束,这时按Esc键将返回主菜单。-The game is a simple typing game, double-click the icon will access the main menu, then enter keys int
GayteOfkgfdife1_0
- 一个Game Of Life 的并行程序源码在MPI的下设计的C语言程序源码。-A Game Of Life MPI parallel program source code in the next C-language program source code.
GGammeOfLifeea
- Game Of Life 的并行程序源码在MPI的下设设计的C语言程序源码:GameOfLife1 可直接使用。 -The Game Of Life parallel program source code in the MPI consists of C-language program source code: GameOfLife1 can be used directly.
GOL
- Implementation of Game Of life using MPI
game-of-life
- 基于易语言的 GAME OF LIFE 采用易语言 标签数组 实现 -Achieved based on the the easy language' s GAME OF LIFE easy array of language tags
lizidemonew
- 开源个cocos2d写的游戏《保护光源》-The story happened in the 100000000 years after the worlds. When humans have to open up a new planet, as early as 1000 years ago, humans have in the development of new light sources, new star gives life to give . But one day
Game_of_Life
- 生命游戏的matlab程序实现,通过编程实现元胞自动机原理中的经典算法程序,生命游戏。-Game of Life matlab program, through the programming of cellular automata theory in the classical algorithm, the game of life.
subdivide1
- What are Subdivision Surfaces? The idea of subdivision surfaces was first introduced by Catmull & Clark and Doo & Sabin in 1978. Unlike traditional spline surfaces, subdivision surfaces are defined algorithmically. Recently there has been a lot
my054
- matlab 所写的生命游戏源代码,有点意思,可以-life game
Source_parallel
- 本程序用MPI并行计算实现了一个生命游戏,并附有报告-Parallel implementation of Game of Life using MPI, and a report is attached
Generate-Click
- The goal of this project is to be able to triangulate the position of an impact on a wall and then generate a mouse click that corresponds to this location. A computer screen can then be projected onto the wall and a projected action can be perfo