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

搜索资源列表

  1. Maze

    0下载:
  2. 自己用Java写的一个随机生成迷宫程序,采用深度优先算法生成迷宫,模拟小老鼠走迷宫。-A randomly generated maze procedure written in Java, using depth-first algorithm to generate a maze to simulate the maze of little mice.
  3. 所属分类:Other Games

    • 发布日期:2017-03-28
    • 文件大小:3079
    • 提供者:exfoide
  1. Maze

    0下载:
  2. C语言实现迷宫算法 ,书本上具体的实现,没有图形化界面的·~实现了栈应用-C language maze algorithm, specific books
  3. 所属分类:Data structs

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

    0下载:
  2. 本代码实现了最简单的走迷宫算法,迷宫是一个二维数组,暂时没实现自动生成迷宫,只是实现了自动找到出口的一个算法,感兴趣的可以下载下来研究,说不定会带给你一些灵感。-The source implementation of the easiest maze algorithm, the maze is a two-dimensional array, temporarily not automatically generated maze, just an algorithm to automati
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1056
    • 提供者:东邪
  1. maze

    0下载:
  2. use maze source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2026
    • 提供者:arashk
  1. Automatically-generate-a-maze

    0下载:
  2. C语言之180行“随机迷宫”代码详解与分析之整理版-Automatically generate a maze
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:22067
    • 提供者:施虹虹
  1. Maze

    0下载:
  2. 根据数据结构里的不相交集写的,并根据他的要求分别拆墙完成的 程序名称:迷宫的随机生成与迷宫路径查找 程序原理:不相交集的简单应用 功能介绍:根据不相交集原理随机生成迷宫并查找其路径,输出迷宫的数字及图文信息及带路径的图文信息(含文件操作) -Written according to the disjoint set data structure, and tearing down walls to complete his request Program Name
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1251447
    • 提供者:小缺
  1. maze-mfc

    0下载:
  2. 界面好看的迷宫程序,用MFC实现,用户可以自己建造迷宫,可以随时修改迷宫地图,编理有具体的路线显示。-Interface nice maze procedure, using MFC, users can build their own labyrinth, you can always modify the maze map, the compilation of a specific route display.
  3. 所属分类:Data structs

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

    0下载:
  2. 从文件中,读入迷宫,动态生成100*100以下的迷宫,找到其中一条路径。-From the file, read into the maze, dynamically generated maze, find the path of one of the following 100* 100.
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1599580
    • 提供者:ligeophy
  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. Maze

    0下载:
  2. 利用栈的基本结构,实现迷宫。并且还能利用多线程同步播放多首背景音乐-With the basic structure of the stack, the maze. And also use multi-thread synchronization to play background music
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-19
    • 文件大小:29246710
    • 提供者:李梁
  1. MAZE

    0下载:
  2. it is a maze program in c++ code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:986
    • 提供者:niloofar
  1. maze

    0下载:
  2. 以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 要求:首先实现一个栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。 迷宫为8*8,采用二维数组存放迷宫信息,入口为(1,1),出口为(8,8),输入格式: 0为可通过,1为路障。 二维数组的(0,i),(I,0),(10,i),(
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:298244
    • 提供者:卧龙
  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. 迷宫的代码实现,VC++开发平台,C语言描述。-Maze of code to achieve, VC++ development platform, the C language descr iption.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:169289
    • 提供者:李海锋
  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. OpenCV-Maze-generation

    0下载:
  2. 用OpenCV库中的窗口创建函数和图像处理函数编写的迷宫的生成与行走小游戏-Window created in the OpenCV library functions and image processing functions written in the maze generation and walk of game
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:3042856
    • 提供者:FaLeFengLe
  1. maze

    0下载:
  2. 这是一个用C++编写的迷宫小游戏,需要手动输入迷宫,用0和1表示。0表示有路,1表示墙,若存在路线的话就输出迷宫路线,否则输出路线不存在-This is written a C++, maze game, you need to manually enter the maze, represented by 0 and 1. 0 means a road, one said wall, if there is a line, then output the maze route, otherwi
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4178591
    • 提供者:吴广哲
  1. 33D--Maze-souD

    0下载:
  2. 3D迷宫的一种基于J2ME的手机游戏戏源码源代码,奉献给大家! -3D maze of a source code of J2ME-based mobile game play source, dedicated to you!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:105801
    • 提供者:圣人
  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. Maze

    0下载:
  2. 迷宫算法.简易的二维迷宫.演示找到一条从起点到终点找到的路径.-Maze algorithm . This Program is a simple two-dimensional maze algorithm. Presentation to find a path found from start to finish.
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:11193
    • 提供者:moasm
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 ... 50 »
搜珍网 www.dssz.com