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

搜索资源列表

  1. mouse

    0下载:
  2. 一个简单的迷宫程序,需要输入矩阵,1代表墙,0代表通路,输出走出迷宫的路径-A simple maze procedure, need to enter the matrix, 1 representative of the wall, 0 on behalf of access, the output of the path out of the maze
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:6.61kb
    • 提供者:ly
  1. migong

    0下载:
  2. 是一个迷宫程序,程序里用0表示可以走的路,1表示墙,计算机自动寻找出口的程序。-Is a maze procedures, procedures that can be spent 0 path, 1 that the wall, the computer automatically search for the export process.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:170.7kb
    • 提供者:quan
  1. Thebridesearchofmaze

    0下载:
  2. 走迷宫问题:迷宫的广度优先搜索 迷宫是许多小方格构成的矩阵,在每个小方格中1是墙,0是路。根据给定的迷宫,找出一条从入口到出口的路径。-the bride search of maze
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:6.29kb
    • 提供者:zhaoxiaojia
  1. mazealgrithm

    0下载:
  2. 迷宫问题算法.此程序在vc++上一运行成功,是一个8*8的迷宫,最外层还有一圈墙,迷宫道路人为输入。-maze algrithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.74kb
    • 提供者:秦诗晓
  1. maze

    0下载:
  2. 迷宫是许多小方格构成的矩形,在每个小方格中有的是墙(图中的“1”)有的是路(图中的“0”)。走迷宫就是从一个小方格沿上、下、左、右四个方向到邻近的方格,当然不能穿墙。设迷宫的入口是在左上角(1,1),出口是右下角(8,8)。根据给定的迷宫,找出一条从入口到出口的路径。 采用分支法求一个解-Maze is composed of many small rectangular box in each small box in plenty of wall (in the figure &
  3. 所属分类:Other systems

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

    1下载:
  2. 迷宫是许多小方格构成的矩形,在每个小方格中有的是墙(图中的“1”)有的是路(图中的“0”)。走迷宫就是从一个小方格沿上、下、左、右四个方向到邻近的方格,当然不能穿墙。设迷宫的入口是在左上角(1,1),出口是右下角(8,8)。根据给定的迷宫,找出一条从入口到出口的路径。 采用回溯法-Maze is composed of many small rectangular box in each small box in plenty of wall (in the figure " 1&quo
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:161.26kb
    • 提供者:jory
  1. Maze

    0下载:
  2. 一个走出迷宫的小程序,使用“摸墙”的方法,用C++写的。-A little out of the labyrinth, the use of " touching the wall" approach, using C++ to write.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1.74kb
    • 提供者:Viol
  1. maze

    0下载:
  2. Mathmatica开发的迷宫求解算法 有随即生成迷宫 随即老鼠解迷宫及摸墙算法-Maze solving algorithm of the Mathmatica the development of a randomly generated maze then mouse Xie maze and touching the wall algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:14.1kb
    • 提供者:riche
  1. migongwenti

    0下载:
  2. 利用二维数组来表示迷宫,用1表示一堵墙,用0表示通路,为了不出界在迷宫的周围需添加一堵墙 先创建迷宫,然后给出要求通路的起点和终点,求出一条通路。-2D array to represent the maze, with 1 denotes a wall, and passage is represented by 0, no need to add a sector around the maze wall first create a maze, and then gives the st
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:135.96kb
    • 提供者:赵风
  1. seekpath

    0下载:
  2. 一个比较简单的使用递归算法实现的迷宫程序。程序中1代表墙,0代表路。-Using a relatively simple recursive algorithm maze procedure. 1 represents the wall of the program, 0 road.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:575byte
    • 提供者:张旭
  1. migong

    0下载:
  2. QT编写的迷宫。随机生成迷宫。支持键盘上下左右操作,计时,墙变路路变墙。-QT prepared maze. Randomly generated maze. Support operations up and down the keyboard, timing, variable wall Lulu becomes wall.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1.24mb
    • 提供者:曹翊
  1. migong

    0下载:
  2. 迷宫问题是取自心理学的一个古典实验。实验中,把一只老鼠从一个没有顶的大盒子的门放入,在盒中设置了许多墙,对行进的方向形成了多处阻挡。盒子仅仅有一个出口,在出口处放置了一块奶酪,吸引老鼠在迷宫中寻找道路以到达出口。重复对老鼠进行上述实验,看老鼠能在多久找到出口。 本算法实现迷宫问题求解。-The maze problem is a classical experiment taken psychology. In the experiment, a mouse was put into th
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:7.22kb
    • 提供者:胡玲芳
  1. project1

    0下载:
  2. 迷宫有一个入口,一个出口。一个人从入口走进迷宫,目标是找到出口。阴影部分和迷宫的外框为墙,每一步走一格,每格有四个可走的方向,探索顺序为:南、东、北、西。(The labyrinth has an entrance, an exit. A man walks into the labyrinth from the entrance, and the goal is to find the exit. The outer frame of the shadow and the maze is a
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:14kb
    • 提供者:julian_
  1. 迷宫求解

    0下载:
  2. 迷宫问题是取自心理学的一个古典实验。在该实验中,把一只老鼠从一个无顶大盒子的门放入,在盒子中设置了许多墙,对行进方向形成了多处阻挡。盒子仅有一个出口,在出口处放置一块奶酪,吸引老鼠在迷宫中寻找道路以到达出口。对同一只老鼠重复进行上述实验,一直到老鼠从入口走到出口,而不走错一步。老鼠经过多次试验最终学会走通迷宫的路线。设计一个计算机程序对任意设定的矩形迷宫如下图A所示,求出一条从入口到出口的通路,或得出没有通路的结论。(The maze problem is a classical experim
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1kb
    • 提供者:混合双打
搜珍网 www.dssz.com