CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 迷宫求解

搜索资源列表

  1. MIgong

    0下载:
  2. 利用回溯法求解迷宫问题,数据结构使用链表。 这是一次数据结构作业-Use of backtracking maze solving problems, the use of linked list data structure. This is a data structure operation
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:16219
    • 提供者:jinyu
  1. Maze

    0下载:
  2. 数据结构中迷宫问题的求解,迷宫问题.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 迷宫问题.cpp 这是主应用程序源文件。 StdAfx.h, StdAfx.cpp 这些文件用于生成名为 迷宫问题.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。 -Data structure to solv
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:155443
    • 提供者:张艳彬
  1. maze

    0下载:
  2. 老鼠走迷宫。。。用回溯法求解。。。。矩阵记载迷宫资料-Maze rats. . . Method with backtracking. . . . Recorded in the maze of information matrix. . . .
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1088
    • 提供者:star
  1. Mazeproblem

    0下载:
  2. 迷宫问题以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍.设计一个程序,对任意设定的迷宫,求出一条入口到出口的通路,或的出没有通路的结论. {基本要求}: (1)实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一个坐标的方向. (2)编写递归形式的算法,求迷宫中所有通路. (3)以方阵形式输出迷宫及其通路 -Mazeproblem
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2451
    • 提供者:黄庆芝
  1. Maze

    0下载:
  2. 迷宫(8个方向)求解,INPUT.TXT OUTPUT.TXT-MAZE,SAVE RESULT ,INPUT.TXT OUTPUT.TXT
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:14591
    • 提供者:wangfei
  1. migong

    0下载:
  2. 首先实现一个链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。如:对于下列数据的迷宫,输出的一条通路为:(1,1,1),(1,2,2),(2,2,2),(3,2,3),(3,1,2),……。-First of all, the realization of a list of the stack for the type of storage structure, and then
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2336
    • 提供者:yun
  1. hhh

    0下载:
  2. 用回溯法链表求解迷宫问题,并加上完整的人物演示过程-With backtracking maze solving the problem list, with a complete demonstration of the process of character
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:10683
    • 提供者:浮萍
  1. short100

    0下载:
  2. 本程序是基于方向优先权的机器人最优路径寻找算法,也可用于求解迷宫的最短路径。-This procedure is based on the priority direction of the robot to find the optimal path algorithm can also be used to solve the shortest path to the maze.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:4729
    • 提供者:gaopan
  1. exp3-5

    0下载:
  2. 对迷宫问题的求解,可以输出所有的可行路径。-To solve the problem of the maze, you can export all of the feasible path.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1109
    • 提供者:万超
  1. main

    0下载:
  2. 求解c++迷宫的重要方法,源码!!!数据结构重要一课!!大家请珍惜-c++ maze
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1011
    • 提供者:suereagan
  1. migong

    0下载:
  2. 一个迷宫路径求解的设计与编写思路,该程序采用C语言编写,主要使用了非递归算法和数组的运用。-A labyrinth path for solving the design and preparation of ideas, the program using C language, the main use of non-recursive algorithm and array use.
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:2115
    • 提供者:tangqing
  1. migongtg

    0下载:
  2. 求解迷宫问题,输入一个迷宫矩阵,矩阵只有1和0,1表示通行,0表示不行。是同过递归求解-Maze solving the problem, enter a maze matrix, matrix, said the passage of only one, and 0,1, 0 not do that. Been solved with the recursive
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:8725
    • 提供者:李华
  1. shenduyouxiansousuoqiumigong

    0下载:
  2. 深度优先搜索求迷宫问题 采用深度优先搜索的方法求解迷宫问题,方便快捷-Depth-first search order to the maze problem using depth-first search method for solving a maze problem, convenient and quick
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:693
    • 提供者:李朗
  1. jingdiansuanf

    0下载:
  2. 二叉树的递归与非递归遍历(Java描述),高效实现Josephus算法,合并有序链表,基于队列实现的基数排序,栈.回溯.迷宫问题求解。5个算法的源程序。-Recursive and non recursive binary tree traversal (Java descr iption), efficient algorithms to achieve Josephus, merging sorted linked list, queue-based implementation of ra
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:81493
    • 提供者:liujin
  1. NonRecursiveMaze

    0下载:
  2. 非递归求解迷宫问题。输入由10组成的迷宫矩阵,用非递归的方法,也就是构建一个栈来记录下走过的路径,找到出口。并把每一步进行输出。-Non-recursive maze solving the problem. Enter the maze formed by 10 matrix, with non-recursive method, that is to build a stack to record the traversed path, find the exit. Furthermore,
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:528989
    • 提供者:李牛人
  1. migong

    0下载:
  2. 从入口处摸墙求解,利用循环通过对墙壁的触摸来寻找出口。规定迷宫为一个二维数组,迷宫入口在二维数组第一行,出口在二维数组最后一列。-From the entrance to touch the wall solving, use of loop through the walls of touch to find export. The provisions of the maze for a two-dimensional array, the maze entrance in the two-
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:205881
    • 提供者:lishan
  1. maze

    0下载:
  2. 数据结构实验:这个是用C语言求解迷宫问题的源码-Experimental data structure: This is done using C language source code to solve a maze problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1294
    • 提供者:zx
  1. migongwenti

    0下载:
  2. 数据结构课程设计,迷宫问题求解,用VC++ 实现,-Data structure the curriculum design, problem solving maze
  3. 所属分类:Document

    • 发布日期:2017-04-17
    • 文件大小:363990
    • 提供者:xiongkai
  1. zhanmigong

    0下载:
  2. 用栈操作实现的求解迷宫问题,帮助理解栈的操作-Stack operation achieved by solving a maze, to help understand the operation of the stack
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1036
    • 提供者:niebing
  1. ALGO3-9

    0下载:
  2. 用递归函数求解迷宫问题(求出所有解) 只是一个程序 已经编译通过 有详细的注释-Recursive function to solve maze problems (all the solutions obtained) is a program has been compiled through detailed notes
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1235
    • 提供者:王世海
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 17 »
搜珍网 www.dssz.com