搜索资源列表
migongchengxu
- 设计一迷宫游戏,要求可生成不同类型的迷宫地图,并针对不同地图进行路径搜索,并给出可行路径。
mazerobot
- 利用人工智能的经典算法实现迷宫游戏;里面的A星(a*)算法可以很方便的移植到应用程序中,可以选择机器人,人工行走,选择背景,选择迷宫等,这是初级版本,高级版本正在修改。
labyrinth
- 深度优先算法老鼠走迷宫游戏。 其中包括了使用不同算法编写的多个源代码
code
- 1、猴子选大王 2、约瑟夫环 3、迷宫求解 4、回文游戏 5、地图四染色问题 6、八皇后问题 7、原四则表达式求值 8、k阶斐波那契序列 9、遍历二叉树 10、编写DFS算法的非递归函数。 编写BFS算法。 11、简单选择排序, 折半插入排序, 冒泡排序, 快速排序, 堆排序 12、顺序查找,折半查找-err
Maze~manual~operation
- 迷宫游戏的手动操作,游戏分了三个级别,完整的C++代码程序,程序准确无误-Maze game manual, games were divided into three levels, complete C++ Code procedures, procedures for accurate
Maze_Engine
- 数据结构一书上 关于迷宫游戏的算法-Book on data structure algorithms on maze game
maze
- vc++ SDK迷宫算法,另有火焰和飘雪代码,生成迷宫地图,并不包括迷宫游戏的所有功能,仅为SDK初级开发者提供学习范例,另外压缩包内还有其它两个示例,一个是烟花火焰效果,另一个则是下雪场景,虽然都不是很逼真,但实现了雏形。 -vc++ SDK maze algorithm, while flames and snow code to generate a maze map, does not include all the features of the maze game, only t
maze
- 这是我学VC时自己设计的迷宫游戏,不足之处希望大家多多指点!-This is my own design when you learn VC maze game, a lot of the inadequacies of hope pointing!
migong
- 简单的迷宫游戏,输入N*M,点击可设置起点,点击可设置终点,点击可设置封闭房间,最后找出最短路径-Simple maze game, enter the N* M, Click to set the starting point and click to set the end point and click to set the closed room, and finally find the shortest path
Data-structure-course-design
- 上学期做的数据结构课程设计,走迷宫游戏,分别用了两种方法来实现: 第一种方法,链栈的存储结构,用递归的dfs来实现 第二种方法,回溯法求出所有通路,穷举求解法-On the data structure of the semester curriculum design, mazes game, respectively for the two methods to realize: The first method, chain stack the storage structur
MouseMaze
- 迷宫游戏,方法简单, 可用于VC课程考试-It can be used as a number of examination
migong
- C++迷宫游戏源码,程序中,坐标点,如(1,1),在输入时不需要输括号,直接输1,1。该程序寻找的是最佳路径。该程序可以图形显示迷宫。 -C++ maze game code, the program, coordinate point, such as (1, 1), in the input don t need to lose parentheses, the direct lose 1, 1. The program is the best route for. The p
Maze
- 该程序是数据结构栈的应用,迷宫游戏,该游戏自动完成迷宫的路径并显示。-The program is the application of data structure stack, a maze game, the game automatically complete the path of the labyrinth and displayed.
maze
- 用c语言找出文件中全是1的路径(迷宫游戏)-maze game generated by c
Tsx_maze
- 我自己使用java开发的一个好玩的迷宫游戏,希望大家多多支持啊,源代码附上!-A fun maze game, my own java development and hope a lot of support, source code attached!
MazeGame
- 利用swing技术实现一个迷宫游戏的部分功能,其中用到了Stack,游戏开始计算机会自动寻找出口,完成从迷宫出来的功能,其中由用户自定义迷宫的辅助功能尚未实现-The use of technology to achieve a maze game swing Some features, which uses a Stack, the game will automatically start the computer looking for export, complete function
maze.cpp
- 迷宫游戏有多种。有的迷宫只要你能走出来就算成功;有的是要求不但能走出来,而且走的步数越少得分越高。为了能得到高分,你肯定在路线的选择上下功夫,尽量用最少的步数走出迷宫。任务是,计算出走出迷宫需要的最少步数是多少?-There are a variety of maze game. Some maze as long as you can come out even if successful some requirements will not only come out, but the f
QLearning
- Q学习解决迷宫游戏问题,人工智能行为只能的一种方法。-Q learning problem solving maze game, only the behavior of a method of artificial intelligence.
Maze-game
- 超经典小游戏,C语言程序设计版本,最新小迷宫游戏-Super classic games, C programming language version, the latest small maze game
Linux
- Linux下的显示,中断,计时器,信号量,做成的迷宫游戏-Linux