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

搜索资源列表

  1. dome

    1下载:
  2. 这是一个基于Luminary LM3S615控制核心的电脑鼠走迷宫程序,该程序集电脑鼠搜索及冲刺算法-This is a control center based Luminary LM3S615 computer mouse Maze procedure, the assembly of computer mouse search algorithm and sprint
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:269387
    • 提供者:
  1. Matlab-Deep-First-Search-algorithm

    0下载:
  2. MATLAB实现寻路、布线、迷宫的递归深度优先遍历算法, 程序的功能是寻找从出发点到目的地的全部可行路径, 最后只显示了最佳和最劣路径的动画效果-MATLAB realization pathfinding, routing, recursive depth-first traversal algorithm maze functionality of the program is to find all possible paths the starting point to the des
  3. 所属分类:source in ebook

    • 发布日期:2017-04-28
    • 文件大小:194176
    • 提供者:Wang
  1. MAZE

    0下载:
  2. 用C写的迷宫寻路算法,运行环境vc++6.0,能够寻找到从入口到出口的最短路径-Written in C maze routing algorithm, the environment vc++ 6.0, able to find the shortest path the inlet to the outlet
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:33912
    • 提供者:王涵
  1. maze-game

    0下载:
  2. 一个用C语言写的迷宫游戏 定义一个8*8的格子,这64个格子是人物可以移动到的位置;障碍物定义为两个相邻格子之间的挡板,0或1两种状态。类似上述方法,可以定义整个迷宫的布局,64个格子,对应数目的挡板,迷宫出口,迷宫入口,小人,这些元素。 文件里,需要存储迷宫大小,挡板位置,出口,入口。 小人在任一位置,可以向四个方向移动,有挡板则可以移动,没挡板则不可以移动。 最优路径的提示,使用A星路径算法去做,实质是一个启发式广度优先遍历。-A written in C language
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-14
    • 文件大小:2644
    • 提供者:ShichaoLiang
  1. MazeCreator

    0下载:
  2. 使用Java编写的迷宫生成算法,运行程序可以用JPanel显示迷宫。-Using Java prepared by the maze generating algorithm, running the program can be used to display the maze.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2099
    • 提供者:
  1. Maze-depth-first-algorithm

    0下载:
  2. 迷宫深度优先算法,深度优先是按照一定的顺序查找完一个分支,再查找另外一个分支,直到找到目标为止。-Depth first is according to certain order to find a branch, then find another branch, until find the target.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1158
    • 提供者:黄强
  1. maze

    0下载:
  2. 一个关于迷宫的小程序 大家看一看有没有可以简化算法的地方-A maze of small programs about everyone can see there is no place to simplify the algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1506
    • 提供者:小鬼
  1. A-algorithm

    0下载:
  2. A*算法的实例。通过迷宫路径的搜索展示A*算法广度优先搜索的过程-Examples of A* algorithm. By searching the maze path display A* algorithm breadth-first search process
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2753732
    • 提供者:江佚枫
  1. BPmaze

    0下载:
  2. 使用matlab编写,自动生成简易迷宫,并通过遗传算法完成自动寻径。-Use matlab write, automatically generate simple maze, and by the genetic algorithm to complete the automatic routing.
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:442152
    • 提供者:whult
  1. 3

    0下载:
  2. 需要用回溯算法的题目:n皇后问题、素数方格问题、构造字符串、迷宫问题(包含题目及详细解答)。 回溯法的优化:递归前对尚待搜索的信息进行预处理、记忆化搜索。-Backtracking algorithms needed topics: n queens problem, prime squares problem, construct a string, the maze problem (including the title and a detailed answer). Optimi
  3. 所属分类:Console

    • 发布日期:2017-04-30
    • 文件大小:8850
    • 提供者:赵靖宇
  1. Maze

    0下载:
  2. 迷宫小游戏,A* 广度搜索, 深度搜索算法,适合新手-迷宫小游戏,A* 广度搜索, 深度搜索算法,适合新手
  3. 所属分类:Other Games

    • 发布日期:2017-06-12
    • 文件大小:19622912
    • 提供者:李盛杰
  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. maze_TD_lamda

    0下载:
  2. 时序差分学习算法TD(lamda)求解N*N方格走迷宫问题,求解每个方格的V值-Temporal difference learning algorithm for N*N maze problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1145
    • 提供者:luochao
  1. Generation-and-routing-of-maze.tar

    0下载:
  2. 任意生成一个M*N的矩阵,并根据深度优先算法和广度优先算法寻找一条或多条最短路径,通过图形化的界面标记输出各个节点的坐标。要求迷宫是随机并且是连通的。-Optionally generate an M* N matrix, and to find one or more shortest path first algorithm according to the depth and breadth-first algorithm, through a graphical interface ma
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-30
    • 文件大小:137593
    • 提供者:jonson
  1. maze

    0下载:
  2. 一款简单的迷宫游戏,可以自行设计迷宫,可以自动完成迷宫路径。基于DELPHI设计,有助于研究路径算法,程序完整。-A simple maze game, can design their own labyrinth, maze path can be done automatically. Based on DELPHI designed to help research path algorithm, the program intact.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-04
    • 文件大小:262171
    • 提供者:康道之
  1. pacman

    0下载:
  2. Pacman 智能体将找到通过迷宫世界的路径, 既包括到达一个指定的位置,也包括高效地搜集食物。你需要建立通用的搜索算法,并将其应用到Pacman场景中。-Pacman agent will find the path through the maze of the world, both to reach a designated location, but also to collect food efficiently. You need to build a general search
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:134285
    • 提供者:zhch92
  1. Stack

    0下载:
  2. 数据结构栈的顺序存储和链式存储结构,及对应的基本操作,以及建立其上的各种功能算法,比如迷宫求解,符号匹配等等。-Data storage and chain structure of the stack sequence storage structure and the corresponding basic operation and to establish the various of the algorithm such as maze solving symbol match .
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:2620894
    • 提供者:方湘豫
  1. more

    0下载:
  2. 笔试题,得到一个迷宫矩阵的最大邻接块,改算法采用C语言实现-Pen questions, to get the maximum adjacent block a maze matrix algorithm using C language change
  3. 所属分类:Project Manage

    • 发布日期:2017-04-12
    • 文件大小:523
    • 提供者:方旭
  1. Maze_101002

    0下载:
  2. 这是一个基于深度搜索生成迷宫并且可以寻路的算法-This is a maze based on depth search
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:54515
    • 提供者:Anna
  1. digui

    0下载:
  2. 递归定义,模型,设计思路,算法设计,求解迷宫方法- 检测到:中文 » 英语 Recursive definition, model, design idea, algorithm design, the method to solve the maze
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:52201
    • 提供者:张憧
« 1 2 ... 28 29 30 31 32 3334 »
搜珍网 www.dssz.com