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

搜索资源列表

  1. myvcLabyrinth

    0下载:
  2. 谭浩强C语言书中的一个走迷宫的例子,此程序是其算法实现,用VC编译运行-Hao C-language book of a Maze example of this process is its algorithm, compiled with VC operation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:39751
    • 提供者:杨林
  1. applet.迷宫生成及搜索算法

    0下载:
  2. 迷宫生成及搜索算法,一些好的算法,分享给大家-maze generation and search algorithm, some good algorithm, we share
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:43478
    • 提供者:亲生
  1. Mizmaze

    0下载:
  2. 一个最基本的迷宫算法,利用堆栈实现,首先先自动生成一个迷宫,如果迷宫存在唯一路径,则程序自动求出路径-A basic maze algorithm, using the stack to achieve, first, the automatic generation of a maze, if the maze is the only path, the program automatically find the path
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:903761
    • 提供者:刘曦阳
  1. algorithm

    0下载:
  2. 一些常用的算法, 包括 汉诺塔、走迷宫等-Some commonly used algorithms, including the Tower of Hanoi, Maze, etc.
  3. 所属分类:Algorithm

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

    0下载:
  2. A turtle is moving in a maze. You can manipulate it, using buttons a,d,w,s,R and q. Pretty simple algorithm but it shows some skills of student.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:839
    • 提供者:Andrey
  1. Wheelbarrow

    0下载:
  2. 独轮车 独轮车的轮子上有5种颜色,每走一格颜色变化一次,独轮车只能往前推,也可以在原地旋转,每走一格,需要一个单位的时间,每转90度需要一个单位的时间,转180度需要两个单位的时间。现给定一个20×20的迷宫、一个起点、一个终点和到达终点的颜色,问独轮车最少需要多少时间到达。 状态:独轮车所在的行、列、当前颜色、方向。 另外为了方便在结点中加上到达该点的最小步数。 - Wheelbarrow wheelbarrow wheels have five kinds of colors
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1279
    • 提供者:zhangkai
  1. Maze

    0下载:
  2. 自己编制的迷宫生成算法和寻路算法,寻路算法比较简单,主要是生成算法比较有意思-Preparation of their own maze generation algorithm and pathfinding algorithm, pathfinding algorithm is relatively simple, the generation algorithm is more interesting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:68497
    • 提供者:luoxu
  1. MazeFindPath

    0下载:
  2. 用矩阵表示的迷宫,用队列实现最短路径发现-Queue implementation matrix representation of the maze, the shortest path found
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:6947
    • 提供者:阿林
  1. laoshumigong

    0下载:
  2. 老鼠走迷宫是递回求解的基本题型,我们在二维阵列中使用2表示迷宫墙壁,使用1来表示老鼠的行走路径,试以程式求出由入口至出口的路径。-The Mouse Maze recursive solving basic questions, we used in the two-dimensional array 2 represents a labyrinth walls, 1 indicates the traveling path of the mice, try to program a path
  3. 所属分类:Algorithm

    • 发布日期:2017-11-21
    • 文件大小:13279
    • 提供者:叶子
  1. Classical-algorithm

    0下载:
  2. 经典算法大全,包含有八皇后问题、老鼠走迷宫等经典算法,附带有程序-Classical algorithm Guinness, includes eight queens problem, Mouse Maze other classic algorithms, with a program
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1057473
    • 提供者:刘斌
  1. pathfinding

    0下载:
  2. Flooding pathfinding maze
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:57312
    • 提供者:Maya inc
  1. maze.cpp

    0下载:
  2. 迷宫游戏有多种。有的迷宫只要你能走出来就算成功;有的是要求不但能走出来,而且走的步数越少得分越高。为了能得到高分,你肯定在路线的选择上下功夫,尽量用最少的步数走出迷宫。任务是,计算出走出迷宫需要的最少步数是多少?-There are a variety of maze game. Some maze as long as you can come out even if successful some requirements will not only come out, but the f
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1019
    • 提供者:Su
  1. maze

    0下载:
  2. a program for a maze solver robot
  3. 所属分类:Algorithm

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

    0下载:
  2. 这是一个简单的算法运算,通过迭代实现了迷宫的出路寻找。和九宫格-a simple algorithm, implemente the exit looked up by iteration。And the Nine Patch
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1348
    • 提供者:httese
  1. gMaze001

    0下载:
  2. maze project with A*
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:46038
    • 提供者:reza0914
搜珍网 www.dssz.com