搜索资源列表
Chess
- 用博弈树的实现的五子棋算法的Matlab程序,可以供大家学习交流之用。
RussiaBlock
- 这是一个纯MATLAB编写的俄罗斯方块的游戏。游戏非常的简单,只需上下左右四个键就能操作。算法较为精炼,值得参考。-This is a matlab code about RussionBlock. It s easy and useful. It worth your time on it.
mymine1
- 自己用matlab编写的扫雷程序,类似于windows自带的那种,可玩性很高,只有一种模式,内部算法充分考虑了模板方法-Using matlab demining program, similar to the kind of windows comes with easy to play, only one mode, the internal algorithms take full account of the template method
mymine3
- (扫雷3)自己用matlab编写的扫雷程序3,类似于windows自带的那种,可玩性很高,只有一种模式,内部算法充分考虑了模板方法-(Mine clearance 3) mine clearance program using matlab, similar to windows that comes with the kind of easy to play, only a model, the internal algorithms take full account of the temp
mymine
- 完整的扫雷程序。自己用matlab编写的扫雷程序,类似于windows自带的那种,可玩性很高,只有一种模式,内部算法充分考虑了模板方法-Complete mine clearance program.Using matlab demining program, similar to the kind of windows comes with easy to play, only one mode, the internal algorithms take full account of the
BA
- 生成无线传感器网络拓扑结构的BA算法,用MATLAB实现-Generation wireless sensor network topology of the BA algorithm, using MATLAB to achieve
Sudoku-Puzzle
- 八数码问题(类似于华容道),是一个有益智力的小游戏,通过空白滑块的移动来将混乱的图案恢复到有序的状态 本代码的核心算法通过fortran编写,经过matlab的制图功能进行可视化,解决了任意初始条件下的八数码问题的自动求解过程 1、matlab的exe文件在matlab文件夹中,点击打开之后出现gui图形化界面。 2、点击start按钮,程序会随机生成一个初始状态,并判断是否可解(solvable按钮显示YES即可解,NO即不可解)。 3、可解的话点击go按钮,程序开始自动运行,
2048-games-problem-and-matlab-code
- 详细说明:学校校内赛题目,包含完整优秀论文和代码,解决2048小游戏的相关问题,很好的利用人工智能算法解决了此问题,最后能成功得到2048数值。-School campus race issues, resolve issues related to the 2048 game, a good use of artificial intelligence algorithms to solve this problem, to finally get a successful 2048 valu
Sudoku
- matlab开发的九宫格算法,能够处理中级及其以下级别难度。无深度挖掘算法,-The program is developed to solve sudoku. It can deal with the sudoku under middle level.
homework_game
- 就是一个用MATLAB实做的小游戏,包括了游戏界面,自动寻路算法,自动搜索最短路径等等。(A small game of maze used Matlab)
2048
- 制作2048小游戏,matlab实现,算法简单,代码清晰(Produced 2048 games, matlab implementation, the algorithm is simple, clear code)