Welcome![Sign In][Sign Up]
Location:
Search - migong

Search list

[Othermigong

Description: 用c++语言实现的迷宫算法 个人感觉不错仅供参考
Platform: | Size: 2024 | Author: 王力 | Hits:

[Other resourceMIGONG

Description: 由0和1构成的n维方阵M表示一个迷宫,其中0表示通路,1表示墙壁。迷宫入口为(1,1),出口为(n,n)。迷宫随机产生。试编一算法求出从入口点到出口点可沿八个方向前进的一条通路。
Platform: | Size: 6574 | Author: 兜兜 | Hits:

[Other resourcemigong

Description: 我学习C语言时的课题之一,实现 迷宫系统
Platform: | Size: 1830 | Author: 叶子 | Hits:

[Other resourceMiGong

Description: java写的一个用堆栈进行迷宫求解的算法演示,可以动态显示迷宫的状态和堆栈的状态。
Platform: | Size: 14593 | Author: 鱼雷导弹 | Hits:

[Other resourcemigong

Description: 用回溯法求解迷宫问题,就是按某种方式走,不行的话就往后退,试试别的路,直到走通为止。
Platform: | Size: 1139 | Author: 周任红 | Hits:

[Othermigong

Description: 迷宫的程序,与大家分享,希望能帮助大家理解C语言的一些知识
Platform: | Size: 1855 | Author: 张志雷 | Hits:

[Windows Developmigong

Description: 本程序是用VC6.0编写的,用于求解迷宫问题的程序。
Platform: | Size: 9044 | Author: 王杰 | Hits:

[Other resourcemigong

Description: 迷宫算法编程实践。这是比较基础的算法
Platform: | Size: 335675 | Author: 李灵 | Hits:

[Other resourcemigong

Description: 自己编写的迷宫,实现了好多功能,绝对与一般的书上地不同。
Platform: | Size: 6277 | Author: 侯小刚 | Hits:

[Other resourcemigong

Description: 迷宫问题,可以从文件中选择迷宫,也可以自行设计迷宫,并且可以着到迷宫的正确路线。挺好的
Platform: | Size: 16922 | Author: 淘气仔 | Hits:

[Other resourcemigong

Description: 实现图形界面下《迷宫探险》游戏,非常有趣啊,可以电脑自动操作和手动操作
Platform: | Size: 2696 | Author: 风平 | Hits:

[Othermigong

Description: 建立迷宫的模型,实现迷宫的非递归查找和返回查找结果和迷宫路径
Platform: | Size: 1548 | Author: 黄小小 | Hits:

[Other resourcemigong

Description: 迷宫问题,设置了地图以-1表示,按照右上左下的顺序寻找出路,递归算法
Platform: | Size: 272993 | Author: 蔡伊 | Hits:

[Othermigong

Description: 这是我们用VC编写的迷宫游戏!操作简单,界面精美,请大家一起分享!
Platform: | Size: 361758 | Author: wyy | Hits:

[ADO-ODBCmigong

Description: 一、 实验目的: (1) 熟练掌握链栈的基本操作及应用。 (2) 利用链表作为栈的存储结构,设计实现一个求解迷宫的非递归程序。 二、实验内容: 【问题描述】 以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 【基本要求】 首先实现一个链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。如:对于下列数据的迷宫,输出的一条通路为:(1,1,1),(1,2,2),(2,2,2),(3,2,3),(3,1,2),……。
Platform: | Size: 37408 | Author: 高慧 | Hits:

[JSP/Javamigong

Description: 迷宫问题即如何走出一个迷宫的问题。此程序可以完成此功能,并显示所走路径
Platform: | Size: 116211 | Author: 李传琦 | Hits:

[Other resourcemigong

Description: 用栈解决走迷宫问题,用C语言模拟简单的迷宫游戏
Platform: | Size: 10081 | Author: 郑婷 | Hits:

[Other resourcemigong

Description: 基于人工智能的迷宫程序设计,包括程序代码内容与说明、程序各个全局变量的声明、主体程序的实现、执行结果演示、设计心得体会、程序源代码。
Platform: | Size: 271147 | Author: 李荣春 | Hits:

[Other resourcemigong

Description: 这是一个很有趣的迷宫游戏!相信大家一定都喜欢!
Platform: | Size: 1093 | Author: 李飞 | Hits:

[Game Programmigong

Description: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为扩展名。输入完毕时用F9键来得到结果, 找到路径时,屏幕下方会出现Path found,否则出现Path not found。 程序经Turbo C 2.0编译调试成功。运行时不用添加任何运行库。 不可以在VC上编译。-importation of a maze of arbitrary size, with a stack get out of the maze of trails and on the screen. Program : can achieve and preserve the printed maze maze, the accompanying documents were four test maze of trails to document test1 4.dd. I would be grateful if those files are copied to the TC current directory, or in the state when fully contained path. Due to restrictions on the size of the screen when the user input labyrinth must pay attention to : the size of the maze is a restriction, not less than 4 * 3, not more than 30 * 20. Otherwise there will be a wrong message. At the beginning of the importation of all walls, from top to bottom around with the keyboard, with keys to delete Del wall, forming pathway, using the Enter key to add wall. At the end of the importation of the maze
Platform: | Size: 3716 | Author: 我厂 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 27 »

CodeBus www.codebus.net