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

搜索资源列表

  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. Romeo-and-Juliet-maze-problem

    0下载:
  2. 罗密欧与朱丽叶的迷宫问题。罗密欧与朱丽叶身处一个m×n的迷宫中,如图所示。每一个方格表示迷宫中的一个房间。这m×n个房间中有一些房间是封闭的,不允许任何人进入。在迷宫中任何位置均可沿8 个方向进入未封闭的房间。罗密欧位于迷宫的(p,q)方格中,他必须找出一条通向朱丽叶所在的(r,s)方格的路。在抵达朱丽叶之前,他必须走遍所有未封闭的房间各一次,而且要使到达朱丽叶的转弯次数为最少。每改变一次前进方向算作转弯一次。请设计和实现一个算法帮助罗密欧找出这样一条道路。-Romeo and Juliet m
  3. 所属分类:Other systems

    • 发布日期:2017-06-02
    • 文件大小:14434459
    • 提供者:zhangqian
  1. maze

    0下载:
  2. 用C语言写的迷宫程序,可以输出路径,这个对数据结构应该有用-Written in C language maze procedure can output path, this should be useful for data structures
  3. 所属分类:Other systems

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

    0下载:
  2. maze puzzal maze puzzal maze puzzal-maze puzzalmaze puzzalmaze puzzalmaze puzzal
  3. 所属分类:Games

    • 发布日期:2017-04-12
    • 文件大小:864
    • 提供者:zenghaojie
  1. Maze

    0下载:
  2. 分别利用堆栈、回溯法实现了迷宫问题,希望大家学习,也期望大家提出意见-Using the stack, backtracking to achieve a maze
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1144211
    • 提供者:王晓青
  1. maze

    0下载:
  2. 用“穷举求解”(回溯)方法求解迷宫问题实验报告。从文件中读取迷宫数据,然后用穷举法求出一条迷宫通路,有迷宫文件的容错性检查,所有文件包括了.c源文件,.doc实验报告,.txt迷宫文件-With " exhaustive solving" (backtracking) method for solving the maze test reports. Maze of data read from the file, and then find a maze of paths w
  3. 所属分类:Other Games

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

    0下载:
  2. 迷宫的总路径和最短路径,简单实现方法,单路径寻找终点时动态演示。-The total path of the maze and the shortest path, a simple method
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:213895
    • 提供者:王三少
  1. A-maze

    0下载:
  2. VC下的一个迷宫游戏,有源代码,玩家控制上下左右走出迷宫-VC under a maze game, source code, players control up and down out of the maze
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:348299
    • 提供者:sanye
  1. Button-Maze

    0下载:
  2. 自动走迷宫的小例子,迷宫的墙壁是按钮的形式。-Automatic maze of small examples, the maze walls is the form of a button.
  3. 所属分类:Other Games

    • 发布日期:2017-05-13
    • 文件大小:3492222
    • 提供者:x
  1. MAZE

    0下载:
  2. 一个老鼠走迷宫的程序,用C++编写,用到了堆栈和数组,方便实用,VC++6.0编写-A Mouse Maze procedure using C++ write, use the stack and arrays, convenient and practical, VC++6.0 write
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:358119
    • 提供者:管学宁
  1. maze

    0下载:
  2. 这是心理学中的一个经典问题。心理学家把一只老鼠从一个无顶盖的大盒子的入口处放入,让老鼠自行找到出口出来。迷宫中设置很多障碍阻止老鼠前行,迷宫唯一的出口处放有一块奶酪,吸引老鼠找到出口。 简而言之,迷宫问题是解决从布置了许多障碍的通道中寻找出路的问题。-This is a classic problem in psychology. Psychologists without a mouse from the roof of the entrance to a large box placed
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:113106
    • 提供者:PDH
  1. Maze

    0下载:
  2. 基于C++的一个走迷宫算法,可以输出迷宫与走出的路径,无路径则提示无法走出-Maze algorithm is based on a C++, you can output the path out of the maze, no path is prompted not out
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1089937
    • 提供者:张聪
  1. Maze

    0下载:
  2. 一个关于走迷宫的小程序,以矩阵形式来表示迷宫-A small program on Maze
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1783
    • 提供者:王明
  1. Maze

    0下载:
  2. 迷宫求解:根据提示输入迷宫行列,再输入障碍,找出路径。-the prgram of Maze
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:335527
    • 提供者:王慧斓
  1. Maze

    0下载:
  2. 走迷宫的小游戏,能自动生成随机的迷宫,以及显示最佳路线-Maze game, can automatically generate a random maze, and show the best route
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-21
    • 文件大小:6097551
    • 提供者:syc
  1. Maze

    0下载:
  2. Maze all for you.. :D :D :D -Maze all for you.. :D :D :D :D :D :D
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:22192
    • 提供者:xhy
  1. Maze

    0下载:
  2. 实现一个简单迷宫的的求解,利用堆栈,而不是用递归实现。对于初接触数据结构者有一定的参考价值。-Achieve a simple maze solving, using the stack instead of recursive. For those early exposure data structure has a certain reference value.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:216532
    • 提供者:俞航
  1. maze

    0下载:
  2. 输入matrix文件,输出一个迷宫,比较简单的实现,输出文件是matrix。-convert the matrix file to a maze, use dymatic array implement the array printing, the max X and Y is 30 and 40
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5819
    • 提供者:Jerry Yan
  1. maze

    0下载:
  2. c++语言编写的简单的迷宫小游戏,cfree和vc++均可运行。-c++ language simple maze game, cfree and vc++ can run.
  3. 所属分类:Other Games

    • 发布日期:2017-04-11
    • 文件大小:1460
    • 提供者:jasmine
  1. maze.c.tar

    0下载:
  2. analyse the various characteristics of a maze, represented by a particular coding of its basic con- stituents into numbers stored in a file whose contents is to be redirected to standard input, and – either display those characteristics – or ou
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5663
    • 提供者:zx
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 ... 50 »
搜珍网 www.dssz.com