搜索资源列表

  1. zuoye

    0下载:
  2. 迷宫问题与运动会,有丰富的实例与测试数据,是学习数据结构的较好的资料!-Maze with the Games, has a wealth of examples and test data, data structure to learn the information better!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:1776640
    • 提供者:Bill
  1. maze

    0下载:
  2. 数据结构 课程设计 迷宫问题 欢迎下载-Data structure the curriculum design issues welcome maze download
  3. 所属分类:数据结构常用算法

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

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:冷月X
  1. migongwenti

    0下载:
  2. 迷宫问题,寻求走出迷宫的一条通路。计算机专业数据结构课程的重点内容之一。-Maze to find a pathway out of the maze. Computer data structure course, one of the key elements.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:67584
    • 提供者:熊伟
  1. migong

    0下载:
  2. 编写一个程序求解迷宫问题。迷宫由m行n列的二维数组设置,0表示无障碍,1表示有障碍。设入口为(1,1),出口为(m,n),每次只能从一个无障碍单元移到周围四个方向上任一无障碍单元。编程实现对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 算法输入:代表迷宫入口的坐标 算法输出:穿过迷宫的结果。 -The preparation of a program to solve maze problems. Ma
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:537600
    • 提供者:罗子
  1. maze

    0下载:
  2. 迷宫问题,分别用深度和广度优先遍历解决。其中stack用链表实现,queue用数组实现。描述见pdf文件。-Maze problems, were the depth and breadth of priority traversal solution. Stack with the achievement of which list, queue to use the array to achieve. Descr iption se
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:214016
    • 提供者:吕婉辰
  1. migong

    0下载:
  2. 数据结构课程设计报告及代码 C语言环境 迷宫问题的设计 -Data structure curriculum design reports and code C language environment maze design issues
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:428032
    • 提供者:熊彪
  1. 2

    0下载:
  2. 迷宫问题希望大家能够用的上啊里面是非递归算法-Maze problem hope that we can use on non-recursive algorithm inside ah
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:54272
    • 提供者:吕春龙
  1. zou_migong

    0下载:
  2. 超酷小鼠走迷宫问题,经典算法与数据结构问题-Cool mouse Maze problems, the classic algorithm and data structure issues
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:weishantc
  1. 3970995Turtle_Maze

    0下载:
  2. 视觉画的迷宫问题 功能强大 适合于数据结构处学习和 -Painting visual maze problems powerful data structure suitable for learning and Office
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:49152
    • 提供者:136899
  1. maze

    0下载:
  2. 我们数据结构课的课程设计,是一个迷宫问题的实验,用了A*算法求解迷宫的最短路径-Data structure of our course curriculum design, the problem is a maze experiment, using the A* algorithm to solve the maze of the shortest path
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:2919424
    • 提供者:Shi
  1. Maze

    0下载:
  2. 一个基于JAVA的小程序,关于迷宫问题的,是我们的一个课后作业。-Maze
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:钟邱
  1. maze

    0下载:
  2. 数据结构试验报告—迷宫问题,有详细的需求分析和源码及测试结果,高质量!-Test report data structure- a maze problem, there is a detailed needs analysis and source code and test results
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:69632
    • 提供者:sunyingcheng
  1. m

    0下载:
  2. 7. 迷宫问题 给一个20×20的迷宫、起点坐标和终点坐标,问从起点是否能到达终点。 输入数据:’.’表示空格;’X’表示墙。 -7. Maze problem to a 20 × 20 maze, the starting point coordinates and end coordinates, from the question whether the starting point to reach the term
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:159744
    • 提供者:松柏长青
  1. Maze

    0下载:
  2. 这个下程序是用回溯法解决走迷宫问题。这个程序里面的关于迷宫的数据结构设计比较好,可以借鉴借鉴!-This process is back under the law to resolve the issue Maze. Inside the process of data on the structural design of the maze is better, you can learn from!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:165888
    • 提供者:
  1. maze

    0下载:
  2. 用堆栈实现迷宫求解问题 基本思想: 若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。 求解迷宫问题的简单方法是:从入口出发,沿某一方向进行探索,若能走通,则继续向前走;否则沿原路返回,换一方向再进行探索,直到所有可能的通路都探索到为止。 为避免走回到已经进入的点(包括已在当前路径上的点和曾经在当前路径上的点),凡是进入过的点都应做上记号。-Maze with the
  3. 所属分类:书籍源码

    • 发布日期:2024-05-18
    • 文件大小:34816
    • 提供者:Tantan
  1. 123

    0下载:
  2. 迷宫问题,如何在C/C++环境下实现迷宫问题-Maze problem, how C/C++ environment the question of the realization of the maze
  3. 所属分类:其他小程序

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

    0下载:
  2. 本程序主要是用栈来实现迷宫问题。所用算法是非递归算法,输入为迷宫的行数和列数,然后在对应位置上输入其值(0表示该位置通,1表示该位置不通)。输出则是以三元组(i,j,d)的形式,其中(i,j)表示迷宫中的一个坐标,d表示走到下一坐标的方向,-This procedure is mainly used to achieve the maze problem stack. Algorithm used in a non-recursive
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:19456
    • 提供者:尹素芳
  1. maze

    0下载:
  2. 用队列实现迷宫问题:寻找并记录通过迷宫的最短路径。-Queue with the realization of the maze problem: to find and record the shortest path through the maze.
  3. 所属分类:其他小程序

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

    0下载:
  2. 利用栈、数组解决迷宫问题,综合了栈、数组及数学建模等知识点-The use of the stack, the array to solve the maze problem, a combination of stacks, and mathematical modeling, such as an array of knowledge points
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:25600
    • 提供者:fanlei
« 1 2 3 4 5 67 8 9 10 11 ... 34 »

源码中国 www.ymcn.org