搜索资源列表
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
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.
MAZE
- 这份C++代码实现了走迷宫的功能。利用的是右手原则。-this file is used for finding the exit of a maze using the right-hand.
migong
- c++ 迷宫,按 w s n e 来移动,实现走出迷宫的任务-c++ maze,w s n e get out the maze.
puzzle_CPP
- 迷宫的C++实现源码,供有兴趣的朋友学习研究。-The maze C++ achieve the source code, for the friends who are interested in learning research.
migong
- C语言实现的一款迷宫游戏,简单清晰,值得初学者借鉴学习-C language implementation of a maze game, simple and clear, it is worth drawing for beginners learning
migong
- 一直玩的迷宫游戏,以c语言编写实现,希望对大家有帮助-Has been playing the maze game, c language to achieve, we hope to help
Opensource
- C/C++编程,具体实现贪吃蛇与迷宫等经典益智游戏。-The snake game and the maze game resource.
labyrinth
- C语言编程,实现迷宫游戏,可以自动找到迷宫出口-C language programming, maze games, can automatically find the maze exit
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
MG
- 本压缩包内所含是一个用C加实现的简单迷宫,内部不含界面设计,没有文字说明,只有代码,但运行简单-The realization of sample maze
迷宫游戏关于C语言的实现
- 通过借用EasyX库来提供良好的人机交互,包含生成迷宫,自动寻路等功能