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

搜索资源列表

  1. c

    0下载:
  2. 迷宫C程序,平均值程序,各种求解平均值程序-Maze C program, the average program
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2409
    • 提供者:刘晔
  1. 123

    0下载:
  2. 电子老鼠创迷宫问题,主要用递归的方法求解得到最终走出迷宫的最小步数-E rat maze created problems, mainly with the recursive method for solving the minimum to get the final out of the maze the number of steps
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1100
    • 提供者:xiongqu
  1. LABYRINT

    0下载:
  2. 基于prolo语言编写的高级小型迷宫问题求解程序(即找出最短路径)-A little program which is main to solve the labyrinth problem!
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:748
    • 提供者:李栋
  1. migong

    0下载:
  2. 件作业,迷宫的求解问题,有需要的可以直接下载,(c语言版)。-Pieces of work, the problem of solving the maze, there is a need can be downloaded directly, (c language version).
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1862078
    • 提供者:许多爱
  1. 1

    0下载:
  2. (C++)迷宫非递归求解的源代码,分享一下-Maze solving non-recursive
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2385
    • 提供者:shirley
  1. data-struct-program

    1下载:
  2. 一元稀疏多项式计算器、迷宫问题、成绩分析问题、图的基本操作与实现以及背包问题的求解-One yuan sparse polynomial calculator, maze, performance analysis of the problem, graph realization of the basic operations and the knapsack problem and the solution
  3. 所属分类:Ajax

    • 发布日期:2017-04-06
    • 文件大小:787453
    • 提供者:陈晨
  1. bestpath

    0下载:
  2. 该程序为机器人最优路径的Matlab源程序,并且基于方向优先权的机器人最优路径寻找算法,也可用于求解迷宫的最短路径,算法中是以100*100的格点为实例的,其中标0的位置为可行的点,标1的为障碍物,参考者可以根据自己的情况修改场地信息矩阵和起始点、目标点中间的算法不用修改。-Robot optimal path Matlab source code of this program is based on the priority direction of the robot to find th
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4748
    • 提供者:tom
  1. migongwentiqiujie

    0下载:
  2. 迷宫问题求解,数据结构课程设计题目,程序可读性强-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1972
    • 提供者:Myname
  1. Mazing-Problem

    0下载:
  2. 迷宫问题 以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 基本要求: (1)首先实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。 (2)测试几组数据,数据的规模由小变大,即网格越来越小,障碍越来越复杂。 拓展要求: 实现该问题的可视化界面,用鼠标点
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:43869
    • 提供者:panbowen
  1. Maze

    0下载:
  2. 迷宫问题求解,一个经典的算法。包含完整的程序代码,可以直接运行。-Maze problem solving, a classical algorithm. Contains the complete code can be run directly.
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1753539
    • 提供者:追风
  1. Shortest-Path-Based-on-Delay-PCNN

    0下载:
  2.  本文在脉冲耦合神经网络(PCNN2Pulse Coupled Neural Network) 的基础上,提出了时延脉冲耦合神经网络 (DPCNN2Delay PCNN) ,并将其成功地用于求解最短路径,同时给出了基于DPCNN 的最短路径求解算法. Caulfield 与 Kinser 提出了用PCNN 求解迷宫问题的方法,虽然他们的方法也可用于求解最短路径,但所需神经元的数量巨大,而本 文的方法所需的神经元的数量远小于他们的方法. 同时,本文的方法充分利用了DPCNN 脉冲快速并
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:102175
    • 提供者:wangxx
  1. Csourse3

    0下载:
  2. 数据结构C语言版__递归求解迷宫问题,适合初学者,清华版的源码-c sourse for new student
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1479
    • 提供者:zhaowen
  1. Maze

    0下载:
  2. Maze-java源代码(迷宫问题求解)-Maze-javaSource CodeOpen Source;Source available;Open Source Culture
  3. 所属分类:Applet

    • 发布日期:2017-04-17
    • 文件大小:15950
    • 提供者:吴刚
  1. migongproduce

    0下载:
  2. 迷宫生成器,可以根据需要自己建立各类型的迷宫,而且能求解出线路-Maze maze of various types of generators, according to the needs its own, but also to solve the lines
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:40203
    • 提供者:yanghs
  1. example33

    0下载:
  2. 使用标准C采用数组实现栈的非递归算法进行迷宫问题的求解-Demo C program for maze It shows how to realize stack using standard C
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2663
    • 提供者:林镇安
  1. Maze-of-export

    0下载:
  2. 用MFC 写的一个求解迷宫出口算法演示问题,可以设置迷宫的规格,并且动态显示求解迷宫出口问题的动态显示。-Write a demonstration to solve the maze export algorithm using MFC, you can set the specifications of the maze, and the dynamic display of the dynamic display of solving the maze of export issues.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-09
    • 文件大小:16110090
    • 提供者:张亮
  1. maze

    0下载:
  2. 用VC6.0编写的生成和求解迷宫的程序,利用堆栈实现,代码比较简单,可以用来参考。-Written by VC6.0 generate and solve the maze procedure, and use the stack, the code is relatively simple, can be used to refer to.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1145
    • 提供者:王岱维
  1. migongwenti

    0下载:
  2. 迷宫问题的求解,在源代码中创建迷宫,按照步骤输出迷宫。-Maze problem solving, in the source code to create a maze, follow the steps to output the maze.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1720
    • 提供者:李斯境
  1. Maze

    1下载:
  2. 基于不相交集合的迷宫生成及生成迷宫的求解-Disjoint sets use in maze generation and solving the generated maze
  3. 所属分类:Java Develop

    • 发布日期:2014-12-17
    • 文件大小:12288
    • 提供者:luotao
  1. maze

    0下载:
  2. 以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 要求:首先实现一个栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。 迷宫为8*8,采用二维数组存放迷宫信息,入口为(1,1),出口为(8,8),输入格式: 0为可通过,1为路障。 二维数组的(0,i),(I,0),(10,i),(
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:298244
    • 提供者:卧龙
« 1 2 ... 8 9 10 11 12 1314 15 16 17 »
搜珍网 www.dssz.com