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

Search list

[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: 3072 | Author: 我厂 | Hits:

[Data structsmigong-c

Description: 迷宫算法!通过递归算法实现!找到最优路径,完成迷宫出口的查找!-maze algorithm! Through recursive algorithm! To find the optimal path to complete the maze exports to search!
Platform: | Size: 2048 | Author: 张建波 | Hits:

[Game Programmigong

Description: 迷宫问题的vc源代码,带地图编辑功能,可以自己设计地图,可能不算很经典,但是也是值得学习的-Maze problem vc source code, with map editing features, you can design their own maps, may not be classic, but it is worthwhile to study
Platform: | Size: 49152 | Author: 王朱忠 | Hits:

[Other Riddle gamesmigong

Description: 智能图形化迷宫算法一个迷宫游戏的两套源码-Intelligent graphical algorithm maze a maze game the two sets of source
Platform: | Size: 158720 | Author: chenjianping | Hits:

[Data structsmigong

Description: 数据结构中栈的应用--迷宫问题数据结构中栈的应用--迷宫问题-Stack data structure in the application- the issue of data structure in the maze of the application stack- maze problems
Platform: | Size: 1024 | Author: 张镇生 | Hits:

[Othermigong

Description: 一个好玩的迷宫游戏,拿C++编写 可以研究,做课程设计用-A fun maze game, holding C++ Prepared to study, to do with curriculum design
Platform: | Size: 742400 | Author: likunzhou | Hits:

[Data structsmigong

Description: 迷宫问题 任务:可以输入一个任意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出; 要求: 在上交资料中请写明:存储结构、基本算法(可以使用程序流程图)、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法; [问题描述] 走迷宫是实验心理学中一个古典问题。用计算机解迷宫路径的程序,就是仿照人走迷宫而设计的,也是对盲人走路的一个机械模仿。 [实现提示] 假设迷宫是一个矩形,我们把它分成许多小方格,在每个小方格上或者已筑成墙或者没有,这就成为一个迷宫。走迷宫就是从一个小方格沿前后左右四个方向到邻近的方格,当然不能穿墙。设迷宫的入口是在西北角那个方格,而出口是东南角那个方格。在计算机中,迷宫可用一个矩阵表示。若某小方格是墙,则相应数组变量标为 0,否则为字符1,表示可走的路。现在要编写一个程序,寻找一条从入口到出口的路线。我们可提出如下一般性问题寻找:一条从任何给定的方格到出口的路线。基本思想是: 在当前位置上向四个(或八个)方位探测前进方位,向探测到的通路方位前进一步,如此循环,直到迷宫的“出口”,或判断后宣布这是一个不存在通路的死迷宫。 -err
Platform: | Size: 1024 | Author: chenjia | Hits:

[assembly languagemigong

Description: 汇编做的迷宫游戏,附带原码,可运行以测试.-Compilation of doing the maze game, with the original code can be run to test.
Platform: | Size: 3284992 | Author: henji | Hits:

[Data structsmigong

Description: 用栈实现的迷宫算法,c++实现,编程者入门必经之路-Realize the maze using the stack algorithm, c++ Realize, the only way programmers entry
Platform: | Size: 284672 | Author: 骆驼 | Hits:

[Data structsMiGong

Description: java写的一个用堆栈进行迷宫求解的算法演示,可以动态显示迷宫的状态和堆栈的状态。-using java to write a stack algorithm for solving maze demo, you can dynamically display the maze of state and the state of the stack.
Platform: | Size: 14336 | Author: 鱼雷导弹 | Hits:

[Windows Developmigong

Description: 本程序是用VC6.0编写的,用于求解迷宫问题的程序。-This procedure is used VC6.0 prepared for problem solving maze procedure.
Platform: | Size: 9216 | Author: 王杰 | Hits:

[Othermigong

Description: 自己编写的迷宫,实现了好多功能,绝对与一般的书上地不同。-I have written the maze, realize a good multi-function, the absolute and general different books.
Platform: | Size: 205824 | Author: 侯小刚 | Hits:

[Database systemmigong

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),……。 -err
Platform: | Size: 36864 | Author: 高慧 | Hits:

[JSP/Javamigong

Description: 迷宫问题即如何走出一个迷宫的问题。此程序可以完成此功能,并显示所走路径-Maze that is the question of how to get out of a maze problem. This procedure can be completed this feature, and shows the path by walking
Platform: | Size: 115712 | Author: 李传琦 | Hits:

[Software Engineeringmigong

Description: 基于人工智能的迷宫程序设计,包括程序代码内容与说明、程序各个全局变量的声明、主体程序的实现、执行结果演示、设计心得体会、程序源代码。 -Maze based on artificial intelligence program design, including code and explanations of the content, procedures of various global variable declaration, the main procedures for the realization of the implementation of the results presentation, design experiences, the program source code.
Platform: | Size: 271360 | Author: 李荣春 | Hits:

[Windows Developmigong

Description: vc下做的迷宫游戏,比较经典的小游戏 方向键为a s d w-to do the maze under the vc games, compare the classic game for the arrow keys asdw
Platform: | Size: 296960 | Author: 吴桂波 | Hits:

[Data structsmigong

Description: 用vc++编写的迷宫问题,适合课程设计参考-With vc++ Prepared maze problem, a reference for curriculum design
Platform: | Size: 49152 | Author: 邹益欢 | Hits:

[JSP/Javamigong

Description: 用JAVA实现漫步迷宫,希望得到高手指点,改进算法-Walk the labyrinth with JAVA realize, I hope to be expert advice to improve the algorithm
Platform: | Size: 1024 | Author: fang | Hits:

[Data structsmigong

Description: 数据结构实验实习题中的迷求解问题的源程序。希望对大家有用!-Experimental data structure of the fan attachment title to solve the problem of the source. Hope useful for everyone!
Platform: | Size: 1024 | Author: 周强 | Hits:

[Data structsMIGONG

Description: 用C语言基本数据结构实现的迷宫的一个算法 -Using C language basic data structure of a maze algorithm
Platform: | Size: 1024 | Author: mahaiyang | Hits:
« 12 3 4 5 6 7 8 9 10 ... 27 »

CodeBus www.codebus.net