CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 走迷宫 算法

搜索资源列表

  1. Mouseintothemaze

    0下载:
  2. 在一个随机的迷宫里,小白鼠如何能最快地从起点走到终点。可采用科学的神经网络或遗传算法来实现,也可以采用基本的办法:每条路都试探。-At a random maze, the mouse, how can the fastest from the starting point of an end. Neural network can be scientific or genetic algorithm to achieve, but also the basic approach can be
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.56kb
    • 提供者:冷秋
  1. tcmaze

    0下载:
  2. 迷宫探险算法,一个CPP文件实现。在TC下编译生成。生成的程序是dos exe。LEFT/UP/RIGHT/DOWN 在迷宫中向左、上、右、下走一步。走过的路线显示为黄色,回头路显示为红色。-Adventure maze algorithm to achieve a CPP file. TC compiled in the next generation. Procedure is generated dos exe. LEFT/UP/RIGHT/DOWN in the maze to t
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:66.85kb
    • 提供者:Tank Source
  1. zmg

    0下载:
  2. A* 算法实现走迷宫通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系-A* algorithmthrough the preparation of the maze procedure to skillfully master A* algorithm.* A full understanding of algorithms and heuristic function of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1.8kb
    • 提供者:harris
  1. maze_back

    1下载:
  2. 电脑鼠走迷宫算法 包含迷宫搜索和冲刺函数-Computer Mouse Maze algorithm is a function that contains a maze search and sprint
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:84.69kb
    • 提供者:钱江潮
  1. DigitalLabyrinth[V1.0.0]

    0下载:
  2. 自己设计的走迷宫算法,使用了较复杂的链表记录、分析迷宫路径,迷宫数据从一个ASCII文件读入,结果写入另一个文件中。在后来的修改中又添加了玩家自己试走迷宫的功能,也可以作为一个简易的小游戏。可供需要简单迷宫解算算法的朋友参考。-Maze solver with my own design algorithm, using complex list records, analysis of the maze path, maze data read from an ASCII file ,and
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:17kb
    • 提供者:Fun
  1. maze

    0下载:
  2. 这是一个小老鼠走迷宫的算法,能够实现基本功能-This is a small mouse maze algorithm, to achieve the basic functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1008byte
    • 提供者:
  1. suanfashiyan

    0下载:
  2. 算法课程的基本实验,包括八皇后,走迷宫等经典实验的源代码-The source code of the basic algorithms course experiments, including the classic experiment of the eight queens, Maze
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:1.71mb
    • 提供者:jiaoyan
  1. Maze-solution

    0下载:
  2. 迷宫求解 *问题描述:可以输入一个任意大小的迷i宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出; *要求: 在上交资料中请写明:存储结构、基本算法(可以使用程序流程图)、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法;-Maze solution * descr iption: can enter a fan of any size I palace data, using the recursive methods work out a out
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1.93kb
    • 提供者:Jay
  1. maze

    0下载:
  2. 关于走迷宫算法的实现程序,完全采用C++语言实现,可以运行-Maze algorithm program, fully C++ language, you can run
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:945byte
    • 提供者:肖雪梅
  1. migong

    0下载:
  2. 这是一个走迷宫的小程序,主要用到了搜索的算法。-This is a maze of small procedures, mainly used in the search algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:328.62kb
    • 提供者:李智博
  1. maze

    0下载:
  2. 走迷宫小程序,迷宫自动生成算法以及操作方向完成游戏-Maze applet
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:4.07kb
    • 提供者:yulei
  1. data

    0下载:
  2. 一个走迷宫的算法,学习数据结构堆栈时可以参考-A Maze algorithm can learn data structure stack reference. . . . . .
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:204kb
    • 提供者:龙济
  1. laoshuzoumigong

    0下载:
  2. c语言经典算法之老鼠走迷宫,所用环境为visual c-c language classic algorithms rats Maze, the use of the environment as a visual c++
  3. 所属分类:Other systems

    • 发布日期:2016-03-11
    • 文件大小:12kb
    • 提供者:武洋洋
  1. laoshuzoumigong

    0下载:
  2. 实现走迷宫游戏,用广度优先搜索算法寻找最短路径-Achieve Maze game, using breadth-first search algorithm to find the shortest path
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:27.46kb
    • 提供者:hao
  1. Maze

    0下载:
  2. 基于C++的一个走迷宫算法,可以输出迷宫与走出的路径,无路径则提示无法走出-Maze algorithm is based on a C++, you can output the path out of the maze, no path is prompted not out
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1.04mb
    • 提供者:张聪
  1. 1

    0下载:
  2. 走迷宫算法,里面有广度优先算法与深度优先算法-Maze algorithm, which has a breadth-first and depth-first algorithm algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.12kb
    • 提供者:张飞
  1. 迷宫算法

    0下载:
  2. 到达每个点所走的步数都是最少的,多条路同时试着走,走到一个点,这个点就被占用了,不能再通过别的路走到这个点了()
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:15kb
    • 提供者:sam0928
  1. 算法设计

    0下载:
  2. 问题描述:以一个m×n的长方形表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 基本要求:首先实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。(Problem Descr iption: a m * n rectangle represents the maze, and 0 and 1 i
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:2kb
    • 提供者:beautiful
  1. 基于网络通信&多路径&死胡同的java迷宫

    0下载:
  2. 1.基于网络通信的走迷宫 2.算法为栈,深度优先搜索遍历 3.基于线程 4.多路径的寻找 5.死胡同的判别 6.基于GUI实现(1. the maze of maze based on network communication 2. algorithm is the stack, the depth first search traversal 3. based on threads 4. The search for themultipath 5. Discriminat
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:14.29mb
    • 提供者:清于乐
  1. Searching Arithmetic

    0下载:
  2. 万能的搜索方法,告诉你搜索的真谛。实例是用迷宫寻找最近的出口做的。核心就是每次出去探寻的时候,寻找四个方向,尝试每种可能的办法,从而找到最优的路径,走出迷宫。此类算法,可以用在很多场景里面,很方便,简洁,快速。(Searching Arithmetic,an excellent way to find an easy path.)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:97kb
    • 提供者:苏蔓蔓
搜珍网 www.dssz.com