搜索资源列表
Tetris
- 俄罗斯方块,经典游戏。 其中的主要逻辑有: (1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。 (2)得分越高,方块下降速度越快(每200分为单位)。 (3)每下落一个方块加1分,每消除一行加10分,两行加30分,三行加70分,四行加150分。初试分数为100分。 游戏控制: up-旋转;空格-下落到底; 左右下方向键-控制方向。P-开始或暂停游戏。 ESC-退出。 特点:
road
- 采用双向广度优先搜索的方法搜索出在一定意义下最佳的解题步骤,并指导我系学生姚刚用DELPHI V5.0开发了一个相应的电脑游戏。本文首先介绍了该算法的基本思想,然后通过完整的PASCAL源程序及其注释给出该算法的具体的实现,最后给出搜索的结果。-Bidirectional breadth-first search method to search out the best in some sense the problem solving steps, and to guide my stude
Games
- 游戏,一款可以练习JAVA基本语法和算法的游戏,很适合初学JAVA着参考或者练习-Game, a can practice the basic syntax and algorithms JAVA games, JAVA is suitable for beginners or practice with reference
duiduipeng
- 都是些小游戏 实现下算法 对对碰 可能不是最优的算法 但是功能基本相同 大家参考一下吧-The following are some small game to achieve the right touch algorithm may not be optimal but the functionality is basically the same algorithm we refer to it
luanshi
- 状态机,线程,图象处理技术。以及游戏基本的碰撞检测与2D算法,数据存储是基于android提供的包,音乐效果采用mediaPlayer和soundpool技实现。- state machine, threads, image processing technology , 2D basic algorithm, collision detection algorithm, the data storage is based on package
fractal-tree
- 使用基本的分形算法实现的树木,通过调整参数改变显示结果。-Use basic fractal algorithm to implements trees, changing the results by adjusting the parameters.