搜索资源列表
MAZES Result
- 压缩包没有密码,用任何winrar都可以解压,该迷宫是用vc++编写的可视化程序,是将bitmap转化成数组矩阵,然后寻找bitmap的通路,并将结果显示在可视化窗口中。-compressed no password, any WinRAR can unpack, the maze is vc + + visualization procedures will be transformed into bitmap array matrix, and then find the bitmap pa
Turtle_Maze
- 海龟走迷宫实验,使用VC中的MFC画出迷宫,并让海龟找到一条路能走出迷宫.-turtles Maze experiments, the use of the VC MFC paint maze, and let sea turtles can find a way out of the maze.
WalkInTheMazeAS2
- 小迷宫,利用vc++编的,利用数组实现,有动画效果。-small maze, using vc series, the use of the array, and it is animation.
迷宫生成器
- 迷宫生成器vc实现-maze generator achieve vc
StackDemo
- 马踏棋盘及迷宫算法的动画演示,用VC实现,COOL!-chessboard and horse riding maze algorithm animation demonstration, with VC, COOL!
maze
- 该算法是基于vc控制台编写的程序,提供了一种走出迷宫的思路,完成了一个较为简单的迷宫算法。
迷宫程序1.10版
- 程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为
MazeVC
- 使用vc++和python联合开发的迷宫游戏,python实现迷宫算法,在vc程序里面画图,值得研究一下-Using vc++ and python joint development of the maze game, python achieve the maze algorithm, in which drawing vc procedures, it is worth look
MazeDemo
- 一个vc下实现的走迷宫游戏,预设一个简单的迷宫环境,用户输入移动方向,走出迷宫-Under a vc game of the Maze, by default a simple maze environment, the user enters the direction of movement out of the maze
maze
- vc 界面 编程技术界面 编程技术-vc
maze
- 用vc++编写的一个小程序,用来说明迷宫问题~-Using vc++ written a small program used to illustrate the maze problem ~
maze
- 迷宫问题,C++编写,codeblocks环境下,可以用vc打开我的主文件,自己编译-Maze problem, C++ written, codeblocks environment, you can use vc to open my main file, compile it yourself
VC
- 此C程序源程序文件夹包含了6个小游戏,其中有扫雷、贪吃蛇、迷宫、炸弹人这些经典游戏,也有适合小学生检查学习的加法游戏,还有用rectangle画方形的源程序。我还是一个初学者,希望通过贵网站学到更多!-This C program source folder contains 6 small game, including mine clearance, Snake, maze, bombs were these classic games, but also checks for studen
maze
- 迷宫,VC写的2010年05月份的据结构作业。-maze
maze
- 这是运行在VC上的小程序,主要实现迷宫的功能,能够找出最优路-This applet is running on the VC, mainly the maze to find the optimal path
maze
- 应用程序向导已为您创建了此 迷宫问题 应用程序。 本文件概要介绍组成 迷宫问题 应用程序的每个文件的内容。 迷宫问题.vcxproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 迷宫问题.vcxproj.filters 这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。 它包含有关项目文件与
A-maze
- VC下的一个迷宫游戏,有源代码,玩家控制上下左右走出迷宫-VC under a maze game, source code, players control up and down out of the maze
MAZE
- 一个老鼠走迷宫的程序,用C++编写,用到了堆栈和数组,方便实用,VC++6.0编写-A Mouse Maze procedure using C++ write, use the stack and arrays, convenient and practical, VC++6.0 write
VC-MiGong
- 范磊C++视频中的走迷宫程序(VC++6.0环境)-Fan Lei C++ video Maze procedure (VC++6.0 environment)
The-maze-problem
- C++源码,控制台实现数据结构中的迷宫问题,可给出所有路径的路径图,路径总数和最短路径图-Using VC++ to realize the maze problem.It can figure out all paths and the shortest path.