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

搜索资源列表

  1. maze

    0下载:
  2. c++ codin maze progra-c++ codin maze programm
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:525
    • 提供者:haitam
  1. maze

    0下载:
  2. 用c++实现的迷宫程序,采用回溯算法实现。-a maze program done with C++.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1037
    • 提供者:莫名志
  1. simple-maze

    0下载:
  2. 一个较为简单的迷宫程序,适合初学C++者使用-A relatively simple maze procedure, suitable for beginners to use C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:1041440
    • 提供者:李林
  1. maze_back

    1下载:
  2. 电脑鼠走迷宫算法 包含迷宫搜索和冲刺函数-Computer Mouse Maze algorithm is a function that contains a maze search and sprint
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:86721
    • 提供者:钱江潮
  1. maze

    0下载:
  2. 走迷宫的小程序:8*8的小迷宫,可以随机自动生成,左上角为起点,右下角为终点,0代表通,1代表不通;行走方向有八个(不是四个),方向代号由正南起,逆时针依次是0到7.迷宫路径以8表示,最后生成的迷宫路径记录中,第一个坐标和第二个坐标表示横、纵坐标,第三个表示在当前位置时出路的方向。程序可以自动识别无出路的迷宫。到目前为止测试没出现问题!-Maze small program: 8* 8 a small maze, you can randomly auto-generated upper-lef
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:253356
    • 提供者:刘勇
  1. maze

    0下载:
  2. 通过C++编程实现迷宫游戏,迷宫为一矩阵形式存储-realize the maze game through C++,the maze is saved by the matrix
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:704901
    • 提供者:顾昕
  1. Maze

    0下载:
  2. 自己编写的迷宫小程序。具有普遍实用性!互相学习参考!-I have written a small maze procedure. Universal availability! Learn from each other reference!
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1225231
    • 提供者:贾晓绒
  1. Maze

    0下载:
  2. 迷宫问题 非递归算法 自动生成m*n矩阵,1表示不通,0表示通行-Maze problem of non-recursive algorithms automatically generate m* n matrix, 1 is blocked, passage 0
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:18973
    • 提供者:明猩
  1. maze

    0下载:
  2. 这是一个小老鼠走迷宫的算法,能够实现基本功能-This is a small mouse maze algorithm, to achieve the basic functions
  3. 所属分类:Other windows programs

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

    0下载:
  2. 用MATLAB实现的迷宫 功能是用最短路径算法直接生成一个迷宫图-Maze implemented by matlab, 90 percent of the code was designed by my partner and me.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1848
    • 提供者:nash
  1. maze

    0下载:
  2. 迷宫问题,用c编写,开发环境是vc2008.迷宫大小可自己定义-Maze problem, with c preparation, development environment is vc2008. Maze size can define their own
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:219473
    • 提供者:jinjiao
  1. Maze

    0下载:
  2. 迷宫和哈希表在C环境下的联合实现,数据结构的课程设计-Maze and the hash table in C under the joint implementation, data structures curriculum
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:110158
    • 提供者:张淳明
  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
    • 文件大小:149204
    • 提供者: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
    • 文件大小:165127
    • 提供者:jory
  1. maze

    0下载:
  2. 简单迷宫程序,使用的是图片的转换来实现人物的走动-Simple maze procedure, using a picture of the transformation to achieve the figure of the walking
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:153890
    • 提供者:王腾超
  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-05
    • 文件大小:1749
    • 提供者:lingfeijian
  1. maze

    0下载:
  2. maze solution 适用于迷宫求解,求解路径问题,从入口去寻找出口结束-maze solution
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2301
    • 提供者:lu
  1. Maze-solution

    0下载:
  2. 迷宫求解 *问题描述:可以输入一个任意大小的迷i宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出; *要求: 在上交资料中请写明:存储结构、基本算法(可以使用程序流程图)、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法;-Maze solution * descr iption: can enter a fan of any size I palace data, using the recursive methods work out a out
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1974
    • 提供者:Jay
  1. maze

    0下载:
  2. 数据结构(c语言)栈的初学者学习代码:迷宫找出口的实现-Data structure (c language) stack for beginners to learn Code: realization of the maze to find export
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:485440
    • 提供者:pan
  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
    • 文件大小:14440
    • 提供者:riche
« 1 23 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com