搜索资源列表
SUDOKU
- 自己开发的数独游戏教学程序,实现了当前主流的数独求解算法。一方面可以进行游戏,更重要的是在每一步自动提示后都会讲解相关的解题算法,便于学习数独。-Self-developed Sudoku games teaching program, to achieve the current mainstream sudoku algorithm. On the one hand you can play games, but more importantly is that in each step w
fk
- 不到200行代码的俄罗斯方块游戏,虽然是控制台下的字符显示,但整个程序结构清晰明了,对学习游戏及开发及相关算法具有很好的参考价值,VC++6环境下编译通过-Less than 200 lines of code Tetris game, characters are displayed under the console, but the entire program structure, clarity, a good reference value for learning game dev
maze
- 一个VC++编写的迷宫游戏,目录下包含了4个迷宫相关的源代码:简单的迷宫生成算法、复杂的迷宫生成算法、简单的迷宫搜索算法、复杂的迷宫搜索算法-A maze game based on VC++. the directory contains four the labyrinth associated source code generation algorithm: a simple maze generation algorithm, a complex maze, a simple maze
xiangqi
- C++象棋源码,非常不错的一个单机游戏,可以学习相关算法-C++ chess source code, a very good stand-alone game, learning algorithm
mazegame
- maze目录下包含了4个迷宫相关的源代码:简单的迷宫生成算法、复杂的迷宫生成算法、简单的迷宫搜索算法、复杂的迷宫搜索算法,分别编译其中的.dsw文件即可获得相应的应用程序。-maze directory contains four maze-related source code: simple maze generation algorithm, complex maze generation algorithm, a simple maze search algorithm, complex
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
Threes-in-MFC
- 本程序是使用MFC实现小游戏Threes的实际效果,基本完成了相关算法实现。-This procedure is the use of MFC to achieve practical effect Threes game, the basic completion of the relevant algorithm.