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

搜索资源列表

  1. Dialog

    0下载:
  2. 迷宫游戏,实现自我绘制地图,算法回溯法与A*算法。-Maze game, to achieve self-drawn map, backtracking algorithms and A* algorithm
  3. 所属分类:Other Games

    • 发布日期:2017-03-31
    • 文件大小:221653
    • 提供者:林思雨
  1. Cpp1.c

    0下载:
  2. 利用栈的知识来求出从入口到出口的所有路径。采用穷举算法,即从入口出发,顺某一方向向前探索,若能走通,则继续向前走;否则沿原路退回一步,换一个方向再继续向前探索,直至所有可能的通路都探索到为止。为了保证在任何位置上都能沿原路退回,则需要一个栈来保存路径。迷宫的输入提供了两种形式,一种是系统默认的输入形式,令一种是用户可以指定文件,只要文件符合格式,用户即可将其作为迷宫地图。最终即可以显示总的路径数目,也可用箭头的形式显示迷宫的走法,形象直观。-maze
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1798
    • 提供者:葛文耀
  1. Cpp1.c

    0下载:
  2. 利用栈的知识来求出从入口到出口的所有路径。采用穷举算法,即从入口出发,顺某一方向向前探索,若能走通,则继续向前走;否则沿原路退回一步,换一个方向再继续向前探索,直至所有可能的通路都探索到为止。为了保证在任何位置上都能沿原路退回,则需要一个栈来保存路径。迷宫的输入提供了两种形式,一种是系统默认的输入形式,令一种是用户可以指定文件,只要文件符合格式,用户即可将其作为迷宫地图。最终即可以显示总的路径数目,也可用箭头的形式显示迷宫的走法,形象直观。-maze
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1914
    • 提供者:toexpe
  1. Global

    0下载:
  2. 这是用java制作的一个迷宫,里面用到的算法有难度,值得学习-This is a production of java maze, which uses the algorithm is difficult, it is worth learning
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3965
    • 提供者:ntother
  1. Maze-Game100

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

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

    0下载:
  2. 实现了一些经典的计算机算法,包括全排列,全组合,走迷宫,背包问题等-Implements some classic computer algorithms, including full arrangement, all combinations, Maze, backpacks issues
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:10240
    • 提供者:张纯化
  1. process

    0下载:
  2. 主要是用算法设计里面的基本知识来编写一些小程序,比如用广度优先算法解决迷宫问题,动态规划解决工作调度问题等等。-Is mainly used in algorithm design basic knowledge to write a small program, such as using breadth-first algorithm to solve maze problem, dynamic programming to solve job scheduling problem, and
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:9424
    • 提供者:万羽
  1. Little-rabbit-maze

    0下载:
  2. 走迷宫:绘制和选择迷宫地图,系统能够自动寻找出口,支持鼠标和键盘操作 。通过画图函数设定迷宫,运用数据结构的相关知识,利用一定的算法,实现单步找寻迷宫出口的操作。-Maze: Maze map drawing and selection, the system can automatically find the exit, support mouse and keyboard. Maze set by the drawing function, using the knowledge of d
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1716
    • 提供者:孙静远
  1. amaze

    0下载:
  2. C++写的实现寻找迷宫路径的代码,并动态打印路径,广度搜索算法实现-C++ write code to achieve the maze to find the path
  3. 所属分类:CSharp

    • 发布日期:2017-05-23
    • 文件大小:7535998
    • 提供者:恋空班
  1. Maze

    0下载:
  2. 利用栈解决非递归迷宫求解的C#算法实现,速度快,算法简明可读性强。是学习数据结构的优秀材料。-The realization of C# algorithm, using the stack to solve the non recursive maze solving fast algorithm is concise, readable. Is excellent learning materials data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:31369
    • 提供者:buaa_sheng
  1. Game-of-Maze

    0下载:
  2. MFC下编写迷宫游戏,C++编写,采用BFS自动寻路算法,-MFC ,c++,fun maze game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-21
    • 文件大小:5879743
    • 提供者:秋风
  1. migong

    0下载:
  2. 用c写的迷宫小游戏 内置有一个随机生成地图的算法 希望对新学者有帮助 提供参考-Written in c maze game With a randomly generated map algorithm hope to have a help to provide the reference for new scholars
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1552
    • 提供者:hetao
  1. MAZE

    0下载:
  2. pascal编写的迷宫路径算法,最大深度300。-pascal written labyrinth path algorithm, the maximum depth of 300.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2879
    • 提供者:zhaokairong
  1. Bob

    0下载:
  2. 迷宫寻路程序,利用遗传算法,实现的帮助bob回家-Maze pathfinding program, using the genetic algorithm, help Bob to go home
  3. 所属分类:JavaScript

    • 发布日期:2017-04-16
    • 文件大小:9972
    • 提供者:liminglei
  1. maze1

    0下载:
  2. 一个关于迷宫的回溯算法,用c语言实现,可直接编译运行-about maze
  3. 所属分类:source in ebook

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

    0下载:
  2. 这是一个简单的算法运算,通过迭代实现了迷宫的出路寻找。和九宫格-a simple algorithm, implemente the exit looked up by iteration。And the Nine Patch
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1348
    • 提供者:httese
  1. Maze-problem-data-structure

    0下载:
  2. 算法与数据结构中 几类迷宫问题的源码 深入学习迷宫问题-Maze problem data structure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:10973
    • 提供者:dushifeng
  1. GApathfinder

    0下载:
  2. C++实现的基于遗传算法的迷宫程序。 CBobsMap.cpp CBobsMap.h-C++ achieve maze procedure based on genetic algorithms. CBobsMap.cpp CBobsMap.h
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-28
    • 文件大小:78482
    • 提供者:王程
  1. maze

    0下载:
  2. 人工智能之迷宫寻路实验源代码,运用启发式算法,实现迷宫寻路的功能。-Experimental source code of the maze of artificial intelligence, using the heuristic algorithm, the function of maze seeking.
  3. 所属分类:AI-NN-PR

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

    1下载:
  2. 基于STM32控制核心的电脑鼠走迷宫源码,本程序主要解决迷宫搜索算法-STM32-based control center computer mouse maze source, this program is mainly to solve the maze search algorithm
  3. 所属分类:SCM

    • 发布日期:2017-05-22
    • 文件大小:6157387
    • 提供者:
« 1 2 ... 27 28 29 30 31 3233 34 »
搜珍网 www.dssz.com