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

搜索资源列表

  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. 实现一个简单迷宫的的求解,利用堆栈,而不是用递归实现。对于初接触数据结构者有一定的参考价值。-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. Maze-by-C--program

    0下载:
  2. 在C语言编译环境下,用C源代码编写“迷宫”益智小游戏-Maze by C program
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3431
    • 提供者:perien
  1. Maze-copy.java

    0下载:
  2. source code to create a maze, without the graphical part
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2203
    • 提供者:cetha
  1. Maze-Game100

    0下载:
  2. 一个用c++实现的迷宫游戏,里面的算法不错,适合新手学习-Maze Game
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2067
    • 提供者:tpubli
  1. maze-generator

    0下载:
  2. An small game that can generate a maze of specific size.
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3646
    • 提供者:cclou
  1. maze

    0下载:
  2. 运用了设计模式中抽象工厂模式的迷宫游戏,不过只有两个房间,没有3d界面-The use of the design pattern abstract factory pattern maze game, but only two rooms, there is no 3d interface
  3. 所属分类:Game Program

    • 发布日期:2017-04-29
    • 文件大小:8618
    • 提供者:ideAclu
  1. maze

    0下载:
  2. 用c语言 随机生成一个迷宫 并且搜寻最短路径。本程序采用深度优先搜索的方法-Language with a randomly generated maze and search for the shortest path c. This program uses a depth-first search method
  3. 所属分类:Data structs

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

    0下载:
  2. 利用递归法走迷宫,先试探,再回溯,代码简单,有意思-Maze recursive method, first tentatively, then backtracking, the code is simple, interesting
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1681525
    • 提供者:半城月
  1. maze

    0下载:
  2. 用栈实现走出迷宫的的程序,有迷宫的具体矩阵-implement program of the maze using stack,
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-27
    • 文件大小:9831730
    • 提供者:灵竹子
  1. maze

    0下载:
  2. Microsoft c# 官方教学 迷宫游戏工程文件-Microsoft c# project file official teaching maze game
  3. 所属分类:CSharp

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

    0下载:
  2. 迷宫小游戏,智力类小游戏,打发休闲时光,有趣,好玩,娱乐-Maze games, intellectual class of small game, pass the leisure time, fun, fun, entertainment
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-01
    • 文件大小:1672
    • 提供者:綦九华
« 1 2 ... 23 24 25 26 27 2829 30 31 32 33 ... 50 »
搜珍网 www.dssz.com