搜索资源列表
maze
- 回溯法实现的走迷宫方法,用MFC以图形的方式表达出来
MazeKing
- 迷宫的实现,MFC编辑,可以实现迷宫游戏的基本功能-The realization of the maze, MFC editing, you can achieve the basic functions of the maze game
Maze-(1)
- 用mfc实现迷宫自动寻路代码,可以自己制作地图,也可以利用自身带的地图。-With the mfc code automatically find its way to achieve the maze, you can produce their own maps, you can also use their own zone map.
MFC
- 用C++面向对象方法写的程序,实现了模拟“海龟过迷宫”-With C++ Object-oriented method to write the procedures for the realization of a simulation of sea turtles off the maze
MotorCar2008
- 通过MFC界面控制STC5412AD单片机实现对圆梦小车的控制,功能包括,走轨迹,走迷宫数据采集,小车的前进后退左转右转-Interface control by MFC on Dream Car STC5412AD MCU control functions include, walking track, Maze data collection, the car' s forward and back Zuozhuanyouzhuan
MFCPath
- 迷宫中最优路径搜索,使用Q学习、蚁群优化和遗传优化三种方法实现。以MFC形式实现。-The optimal path search in the maze, using the Q-learning, ant colony optimization and genetic optimization of the three methods to achieve. MFC in the form to achieve
maze-mfc
- 界面好看的迷宫程序,用MFC实现,用户可以自己建造迷宫,可以随时修改迷宫地图,编理有具体的路线显示。-Interface nice maze procedure, using MFC, users can build their own labyrinth, you can always modify the maze map, the compilation of a specific route display.
MazeByWen7.9
- 用C++实现的,mfc编的一个迷宫程序,用回溯法走迷宫~可以实现自动生成迷宫,自己设计迷宫,自动找路,键盘输入找路,自动找路时可以设置时间间隔。-A maze procedure the C++, mfc series, with backtracking maze- can automatically generate the maze design their own maze, and automatically find a way, the keyboard input to find
maze
- 小型迷宫,能实现简单的寻址,适合初学mfc的少年们。-Small maze, to achieve simple addressing, suitable for beginners mfc of teenagers.
MFC-maze-problem-(finding-all-paths)
- 编译环境MFC,实现一个迷宫问题: 任意确定一个迷宫的规模和形态,用非递归的方法走出迷宫,并输出至少一条通路的路径。 -Compiler environment MFC, the realization of a maze problem: determining a maze of arbitrary size and shape, with a non-recursive way out of the maze, and outputs at least one channel pa
MFCMaze
- 这个文件是一个用MFC实现界面的迷宫设计,是一个程序设计课程的课程设计源码(It is a maze with MFC and visual studio)
火烧连营
- 输入点坐标,进行迷宫算法分析,将一个点的坐标扩散开,实现火烧连营的效果