搜索资源列表

  1. migong

    0下载:
  2. 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键
  3. 所属分类:游戏

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:我厂
  1. migong-c

    0下载:
  2. 迷宫算法!通过递归算法实现!找到最优路径,完成迷宫出口的查找!-maze algorithm! Through recursive algorithm! To find the optimal path to complete the maze exports to search!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:张建波
  1. migong

    0下载:
  2. 迷宫问题的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
  3. 所属分类:游戏

    • 发布日期:2024-05-10
    • 文件大小:49152
    • 提供者:王朱忠
  1. migong

    0下载:
  2. 智能图形化迷宫算法一个迷宫游戏的两套源码-Intelligent graphical algorithm maze a maze game the two sets of source
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-10
    • 文件大小:158720
    • 提供者:chenjianping
  1. migong

    0下载:
  2. 数据结构中栈的应用--迷宫问题数据结构中栈的应用--迷宫问题-Stack data structure in the application- the issue of data structure in the maze of the application stack- maze problems
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:张镇生
  1. migong

    0下载:
  2. 一个好玩的迷宫游戏,拿C++编写 可以研究,做课程设计用-A fun maze game, holding C++ Prepared to study, to do with curriculum design
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:742400
    • 提供者:likunzhou
  1. migong

    0下载:
  2. 迷宫问题 任务:可以输入一个任意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出; 要求: 在上交资料中请写明:存储结构、基本算法(可以使用程序流程图)、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法; [问题描述] 走迷宫是实验心理学中一个古典问题。用计算机解迷宫路径的程序,就是仿照人走迷宫而设计的,也是对盲人走路的一个机械模仿。 [实现提示] 假设迷宫是一个矩形,我
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:chenjia
  1. migong

    0下载:
  2. 汇编做的迷宫游戏,附带原码,可运行以测试.-Compilation of doing the maze game, with the original code can be run to test.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-10
    • 文件大小:3284992
    • 提供者:henji
  1. migong

    1下载:
  2. 用栈实现的迷宫算法,c++实现,编程者入门必经之路-Realize the maze using the stack algorithm, c++ Realize, the only way programmers entry
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:284672
    • 提供者:骆驼
  1. MiGong

    0下载:
  2. 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.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:14336
    • 提供者:鱼雷导弹
  1. migong

    0下载:
  2. 本程序是用VC6.0编写的,用于求解迷宫问题的程序。-This procedure is used VC6.0 prepared for problem solving maze procedure.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:9216
    • 提供者:王杰
  1. migong

    0下载:
  2. 一、 实验目的: (1) 熟练掌握链栈的基本操作及应用。 (2) 利用链表作为栈的存储结构,设计实现一个求解迷宫的非递归程序。 二、实验内容: 【问题描述】 以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 【基本要求】 首先实现一个链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i
  3. 所属分类:数据库系统

    • 发布日期:2024-05-10
    • 文件大小:36864
    • 提供者:高慧
  1. migong

    0下载:
  2. 迷宫问题即如何走出一个迷宫的问题。此程序可以完成此功能,并显示所走路径-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
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:115712
    • 提供者:李传琦
  1. migong

    0下载:
  2. 基于人工智能的迷宫程序设计,包括程序代码内容与说明、程序各个全局变量的声明、主体程序的实现、执行结果演示、设计心得体会、程序源代码。 -Maze based on artificial intelligence program design, including code and explanations of the content, procedures of various global variable declaratio
  3. 所属分类:软件工程

    • 发布日期:2024-05-10
    • 文件大小:271360
    • 提供者:李荣春
  1. migong

    0下载:
  2. vc下做的迷宫游戏,比较经典的小游戏 方向键为a s d w-to do the maze under the vc games, compare the classic game for the arrow keys asdw
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:296960
    • 提供者:吴桂波
  1. migong

    0下载:
  2. 用vc++编写的迷宫问题,适合课程设计参考-With vc++ Prepared maze problem, a reference for curriculum design
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:49152
    • 提供者:邹益欢
  1. migong

    0下载:
  2. 用JAVA实现漫步迷宫,希望得到高手指点,改进算法-Walk the labyrinth with JAVA realize, I hope to be expert advice to improve the algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:fang
  1. migong

    0下载:
  2. 数据结构实验实习题中的迷求解问题的源程序。希望对大家有用!-Experimental data structure of the fan attachment title to solve the problem of the source. Hope useful for everyone!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:周强
  1. MIGONG

    0下载:
  2. 用C语言基本数据结构实现的迷宫的一个算法 -Using C language basic data structure of a maze algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:mahaiyang
  1. migong

    0下载:
  2. 迷宫问题 的c语言实现算法。在数据结构中是很重要的一个问题。-Maze problem algorithm c language. In the data structure is very important to a problem.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:冷月X
« 12 3 4 5 6 7 8 9 10 ... 26 »

源码中国 www.ymcn.org