搜索资源列表
migonggong
- 小迷宫 用c语言实现 实现的原理很简单 大家自己看吧-small maze with C Language Implementation of the principle is very simple we all Look here
migong_demo
- 用 Turbo C 在DOS环境下设计实现一个图形界面的迷宫程序。基本内容包括: 1、 产生迷宫 1) 随机产生一个迷宫; 2) 从文件读取一个已存在的迷宫; 3) 修改并存储迷宫; 2、 演示 1) 自动演示;如果该迷宫存在从入口到出口的通路,则打印出一条走出迷宫的道路,如果不存在这样的一条道路,则报告不存在通路。能演示所有迷宫的走法 2) 人用箭头控制走动 -with Turbo C in DOS environment designed to achi
cH
- 这是一个关于C语言的程序,实现的是走迷宫算法,在编写时遇到很多问题,不过最后调试通过.
migong
- 用C++实现迷宫程序 ,开发环境为C++。
迷宫问题的算法
- 迷宫问题的算法,用c实现的-maze of algorithm, with the realization c
mazes
- 一个C++的迷宫小游戏,益智的过关的游戏,可以供大家初步学习C++;基本的代码已实现。-A C++ maze games, puzzle games cross the border, can be used for all preliminary study C++ basic code has been achieved.
d_3dmg
- 迷宫小游戏,可以自己编辑地图,基于OpenGL平台实现的。-Maze game, you can edit their own map, based on the OpenGL platform.
maze
- 迷宫 C语言迷宫实现 -Maze maze C language implementation
maze
- 迷宫的深度搜索算法,用c++实现,有较高的性能,简洁的代码。试用大学课程设计。-maze
Maze-Game
- 一个用c++实现的迷宫游戏,里面的算法不错,适合新手学习-Maze Game
maze-code
- 通过C语言实现迷宫小游戏,让大家体验自己编程序的乐趣-C language maze game , fun to let everyone experience their own programmed
MAZE.111
- 用visual C++实现的还有一个关于迷宫的程序-Visual C++ and a maze procedure
puzzle_CPP
- 迷宫的C++实现源码,供有兴趣的朋友学习研究。-The maze C++ achieve the source code, for the friends who are interested in learning research.
labyrinth
- C语言编程,实现迷宫游戏,可以自动找到迷宫出口-C language programming, maze games, can automatically find the maze exit
Maze-Game100
- 一个用c++实现的迷宫游戏,里面的算法不错,适合新手学习-Maze Game
MazeProblem
- 迷宫问题求解,基于C++构造矩阵表示迷宫,通过构造栈查找迷宫的出路,实现迷宫问题的求解-Problem solving maze, maze-based C++ structure matrix, find a way through the maze of the stack structure, to achieve the maze problem solving
C-language
- 几个游戏的案例,包括贪吃蛇,计算器,黑白棋,迷宫。用C语言实现-Several game case, including snake, calculator, black and white, maze. Using C language implementation
Examples-of-C-language-games
- 各种游戏用C语言实现的程序,例如贪食蛇,迷宫问题,推箱子等各种经典游戏-A variety of games using C language implementation of the program, such as Snake, maze, Sokoban and other classic games
maze
- 基于visualC++实现的一个迷宫类游戏(VisualC++ based on the realization of a maze game)
迷宫游戏关于C语言的实现
- 通过借用EasyX库来提供良好的人机交互,包含生成迷宫,自动寻路等功能