CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - Maze

搜索资源列表

  1. shiyang3

    0下载:
  2. 迷宫中老鼠模型,马尔可夫过程的应用实现例子-maze rat model, Markov process of achieving example
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:297481
    • 提供者:dangdang
  1. matlabsnakegame

    0下载:
  2. The Game: Make the snake grow longer by directing it to the food. Extra bonus points are given from hearts, eat them as fast as possible as amount of bonus points decreases with time. Higher level gives more points for the food but will also ma
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4977
    • 提供者:阳关
  1. LBM颜色模型

    5下载:
  2. Lattice boltzmann simulation for two phase flow, red and blue, maze model
  3. 所属分类:matlab例程

    • 发布日期:2012-08-04
    • 文件大小:364156
    • 提供者:paopao3588
  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-02
    • 文件大小:4729
    • 提供者:gaopan
  1. F74966214_1

    0下载:
  2. 在cmd介面實做出老鼠走迷宮,可從迷宮逃出-In the cmd interface really make a mouse Maze, escaped from the Maze
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:45046
    • 提供者:a031rex
  1. maze_gen3

    0下载:
  2. 基于matlab编写的迷宫生成程序!可以用于生成迷宫,并求解路径。-Prepared based on matlab maze generation program! Can be used to generate the maze, and solution paths.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1426
    • 提供者:张辉
  1. migong

    0下载:
  2. 这是一个迷宫的小程序,做好玩玩的`有兴趣可以看看。-This is a maze of small programs and do play the `interested can look at.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1540
    • 提供者:Telya
  1. Graphicalmaze

    0下载:
  2. This is Maze , developed in C language . It is graphical using C graphic library
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:24939
    • 提供者:nader
  1. Matlab-Maze-procedure

    0下载:
  2. Matlab迷宫程序 一种很巧妙的迷宫地图生成程序,平且能让你来破解迷宫 -Matlab program a very clever maze maze map generator, flat and allow you to crack the maze
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1686
    • 提供者:iishellx
  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. MAZE

    0下载:
  2. a new way to solve MAZE problem using cellular automaton
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1014
    • 提供者:meysam
  1. Path_Planning

    0下载:
  2. Robot Path Planning Algorithm for Maze
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5483974
    • 提供者:sunda
  1. maze

    0下载:
  2. Maze Matlab code designer and solver
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7331
    • 提供者:sunda
  1. maze_gen3

    0下载:
  2. 迷宫程序,用matlab编写的一段实现迷宫的小程序-Maze procedure, using Matlab prepared a section of the maze procedure
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1509
    • 提供者:张杰
  1. Uzcmmgzips

    0下载:
  2. 使用matlab程序源码读取迷宫图象文件,并进行处理,成功走出了迷迷宫.此程序源码只能准确绘出只有一条路径的任意复杂迷宫 可直接使用。 -Matlab program source code to read the maze of image files, and processed successfully out of the fans maze. This program source code can only be accurately drawn to a path of arb
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:27953
    • 提供者:
  1. Q-learning

    2下载:
  2. 增强式算法中的Q-学习算法,MATLAB实现,用于迷宫的最佳路径搜索-Enhanced Q-learning algorithm-algorithm, MATLAB implementation for the maze path search
  3. 所属分类:matlab

    • 发布日期:2016-06-11
    • 文件大小:3072
    • 提供者:peiercheng
  1. Matlab_BFS_Maze

    2下载:
  2. 本程序用Matlab语言实现广度优先算法求解迷宫问题,其中1表示障碍,0表示通路,2表示入口,3表示出口,5表示行走路线-Program using Matlab breadth-first algorithm to solve the maze problem, where 1 indicates obstacles 0 indicates that pathway, entrance 3 export 5 shows the routes
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:851
    • 提供者:冰冰
  1. SimulatorMatlab

    0下载:
  2. 模拟机器人在迷宫寻找出口的程序,使用蒙特卡洛算法定位,模拟测试找路程序-Simulated robot in a maze looking for export, the use of Monte Carlo algorithm to locate, find a way to simulate the test program
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:9186
    • 提供者:LIU
  1. MachineLearningMazePolicyEvaluation

    0下载:
  2. Machine Learning Code maze policy iteration value iteration
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:213274
    • 提供者:elmesias
  1. reinforcement-learning-robot-in-maze-master

    0下载:
  2. Reinforcement learning, a Q learning algorithm, implementation on a robot that tryies to solve randomly created maze and reach the goal. Note that you can run .m files both on Matlab and Octave.
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:36864
    • 提供者:YH.HO
« 12 »
搜珍网 www.dssz.com