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

搜索资源列表

  1. 迷宫搜索

    0下载:
  2. 这是一个实现自动生成随机迷宫,并且自动实现从迷宫的入口到出口的路径搜索的一个Applet程序-This is an automatically generated random maze, and automatically from the entrance to the maze of export path of a search procedures Applet
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9757
    • 提供者:roc
  1. mymazes

    0下载:
  2. 一个MAZE程序,可以由VC实现迷宫显示。可以自动搜索路径。-a MAZE procedure, by the VC maze shows. Automatic search path.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:42828
    • 提供者:周君
  1. Maze

    0下载:
  2. 由C语言编写的迷宫自动生成程序,需要将源代码中的graohic库指向正确的路径。该程序可以自动生成迷宫,并辅以走迷宫和演示迷宫搜索过程的函数。
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:41363
    • 提供者:刘宇波
  1. mazePath

    0下载:
  2. 本程序实现某一已知迷宫的路径搜索,简单实用。经过修改可以做为栈的一个典型应用示例。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1393
    • 提供者:youjing
  1. Maze

    0下载:
  2. 迷宫源程序,程序自动搜索路径,最后输出结果-Maze source
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1326
    • 提供者:fang
  1. search

    0下载:
  2. 迷宫搜索 ,A*算法 ,自动生成迷宫矩阵,查找最短路径-Maze search, A* algorithm, automatic generation of matrix maze to find the shortest path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:636365
    • 提供者:梁旭
  1. SearchMaze

    0下载:
  2. 迷宫搜索程序,搜索迷宫的最短路径,完成搜素功能-Maze search application, search the shortest path to the maze to complete the prime function of search
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:67074
    • 提供者:夏风
  1. MazeGames

    0下载:
  2. **迷宫游戏生成及最佳路径** 迷宫原理:把平面中的每个奇数坐标如:(1,3),(5,5)...设为节点,深度搜索每个节点并打通所有的路径行成随机迷宫. 最佳路径:从迷宫的入口点开始广度优先搜索每一个通道求得到达终点的最佳路径. -** Maze games maze generation and the best path** Principle: the plane coordinates of each odd-numbered, such as: (1,3), (5,5) .
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:2065
    • 提供者:lin
  1. Maze

    0下载:
  2. 走迷宫,迷宫搜索算法,对于一个任给的迷宫,给定入口,自动给出出口及走迷宫的路径-Maze, maze search algorithm, for a term to the maze, given the import, export and automatic paper path Maze
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:832
    • 提供者:张晓东
  1. puzzle

    0下载:
  2. 数据结构走迷宫的经典实用程序,使用堆栈操做,自动搜索路径-Maze of the classic data structure utility to do with the stack operation, automatic search path
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1717
    • 提供者:风清扬
  1. CPP-Maze

    0下载:
  2. 迷宫实时演示程序,对给定迷宫实现路径的实时搜索。-Maze of real-time demo, for a given path of the maze to achieve real-time search.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1749
    • 提供者:lingfeijian
  1. maze.c

    0下载:
  2. 迷宫是一个二维矩阵,其中1为墙,0为路,3为入口,4为出口.要求从入口开始,从出口结束,按照 下,左,上,右 的顺序来搜索路径.-a maze
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:529
    • 提供者:taopen
  1. duilie

    0下载:
  2. 队列的应用,迷宫搜索及查找最优路径处理。队列的应用,迷宫搜索及查找最优路径处理。-failed to translate
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:269536
    • 提供者:王强
  1. Maze

    0下载:
  2. 实现迷宫搜索程序。迷宫数据从文件输入。输出迷宫路径。 a) 实现从入口到出口的输出顺序; b) 能否打印行走方向(向左、向右、向前), 如: 1 先前 2 向右 6 向左 7; -Maze searching
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:270227
    • 提供者:Ein Verne
  1. path

    0下载:
  2. 迷宫是一个二维矩阵,其中1为墙,0为路,3为入口,4为出口.要求从入口开始,从出口结束,按照 下,左,上,右 的顺序来搜索路径-The maze is a two-dimensional matrix, including one for the wall, 0 for the road, 3 for the entrance, four of them for export requirements from the entrance from the export end of the se
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1102
    • 提供者:isaac
  1. Msearchha

    0下载:
  2. 迷宫搜索 ,A*算法 ,自动生成成迷宫矩阵,查找最短路径可直接使用。 -Maze search, A* algorithm, and automatically generated into a maze matrix, find the shortest path can be used directly.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:635349
    • 提供者:
  1. maze

    0下载:
  2. 一种用于迷宫搜索路径的作业算法,帮助同学们理解堆栈-A maze of job search path algorithm, to help students understand the stack
  3. 所属分类:Software Testing

    • 发布日期:2017-04-29
    • 文件大小:169699
    • 提供者:ljjk
  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
    • 文件大小:14982144
    • 提供者:清于乐
  1. 迷宫

    1下载:
  2. 运用矩阵来表示迷宫。能根据用户指定的维数自动生成迷宫,并打印迷宫中各个位置的状态。在A 的基础上实现迷宫的自动路径搜索,判断是否存在从起点到终点的通路。(The maze is represented by a matrix. The maze can be generated automatically according to the dimension specified by users, and the status of each location in maze can be pr
  3. 所属分类:Windows编程

  1. 找到一个给定的迷宫最短路径

    1下载:
  2. 在matlab虚拟环境,找到迷宫的最短路径(In matlab virtual environment, find the shortest path of the maze.)
  3. 所属分类:数值算法/人工智能

« 12 3 4 »
搜珍网 www.dssz.com