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

搜索资源列表

  1. MAZE

    0下载:
  2. 是一个迷宫算法,是有关数据结构的,不足之处请多指教-Is a maze algorithm, is the data structure, the inadequacy of advice please
  3. 所属分类:Printing program

    • 发布日期:2017-04-17
    • 文件大小:10649
    • 提供者:张明江
  1. FindPath_Greatmaze

    0下载:
  2. 递归求解图片迷宫路径 windows2003下通过-Solving recursive picture maze path through windows2003
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:323735
    • 提供者:wc
  1. migong_problem

    0下载:
  2. 经典迷宫算法,使用自定义栈来实现,也可使用stl,但需要修改代码-Classic maze algorithm, use a custom stack to achieve, can also use the stl, but need to modify code
  3. 所属分类:STL

    • 发布日期:2017-04-05
    • 文件大小:5128
    • 提供者:likun
  1. cvery_2044815934

    0下载:
  2. 使用delphi编写的openGL编写的三维迷宫游戏类程序,可以作为入门学习使用。-Delphi prepared using openGL prepared three-dimensional maze game type procedures can be used as learning to use portal.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:634618
    • 提供者:chen
  1. chuangchengbao

    0下载:
  2. 闯城堡游戏,让你尽情玩乐,尽情休闲,充满迷宫和刺激-Chuang castle games, let you enjoy having fun, enjoy leisure, and stimulate the growth of a maze
  3. 所属分类:Other Games

    • 发布日期:2017-04-14
    • 文件大小:5227
    • 提供者:xiedaidiaole
  1. puzzle

    0下载:
  2. 通过c语言写项一个回朔法用来走迷宫的小程序-Through c language of a retrospective method for small Maze procedure
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:15220
    • 提供者:zjw
  1. QQ

    0下载:
  2. 这是一个关于迷宫游戏的BASIC程序,可以生成根据输入宽度和高度生成随机迷宫,且保证有且只有一条通路。-This is a BASIC game on the maze procedure, can be generated according to input width and height to generate a random maze and ensure that there are and there is only one access road.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1425
    • 提供者:郑志敏
  1. Algo3-5

    0下载:
  2. 实现迷宫求解,可以方便的找出迷宫出口,很好的哦-The realization of the maze to solve, you can easily find out the maze of export, oh well
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2528
    • 提供者:
  1. codes

    0下载:
  2. C应用源代码.包括贪心食,迷宫源码,绝对的好东西-C application source code. Including greedy food, maze-source is definitely a good thing
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:74983
    • 提供者:piit
  1. 3dmaze

    0下载:
  2. 用vb写的3d的迷宫游戏,很好的解释了搜索的作用-Using vb to write the 3d maze game, a very good explanation of the role of search
  3. 所属分类:Search Engine

    • 发布日期:2017-04-03
    • 文件大小:369582
    • 提供者:yangping
  1. migong

    0下载:
  2. 解决迷宫问题的程序,能求出迷宫的输出路径。-Solve the maze procedure to derive the output path of the maze.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:77517
    • 提供者:毛宗禹
  1. Algorithm_analysis_and_programme_design

    0下载:
  2. 实用算法分析与程序设计 目录: 第一章基础算法 第二章 顺序统计算法和中位数 第三章 有关数论的算法 第四章 计算几何学 第五章 显式固的基本算法 第六章 隐式图的基本算法 第七章 网络流的算法 第八章 动态程序设计 第九章 题库 一、神秘的大陆 二、迷宫车间 三、Hamilton机器人 四、魔方工具包 五、Tom、Jerry和奶酪 六、债务 七、Sinistra 的城市 八、游戏 九、加法链 十、黑白棋 十一、
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:10834694
    • 提供者:枫林之声
  1. migong_2

    0下载:
  2. 开发环境visual studio 2005 实现的是一个小的可以在图片上点击实现搜索最短路径的迷宫类的东西。所有源码都在。-Visual studio 2005 development environment to achieve is a small can in the picture by clicking on the realization of search the shortest path a maze of things. All source code in.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:315789
    • 提供者:王德安
  1. migong

    0下载:
  2. 数据结构中栈算法的简单应用,通过程序模拟迷宫的生成和寻找出口的动态演示过程-Data structure in a simple stack algorithm applications, the adoption of procedures for the generation and simulation of a maze to find the export dynamic demonstration
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:43069
    • 提供者:seaman
  1. mgqj

    0下载:
  2. 可以输入一个任意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出; 要求: 在上交资料中请写明:存储结构、基本算法(可以使用程序流程图)、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法; -Can enter a maze of any size data, with non-recursive method to derive a path out of the maze, and the path output requirements
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:6495
    • 提供者:迟浩东
  1. migong

    0下载:
  2. 关于迷宫求解的一个通常解法,大家相互参考一哈吧,认真分析还是能解决的,数据结构的经典题型-On solving a maze is usually solution, we let each other with reference to a Kazakh, a careful analysis, or can be resolved, the data structure of the classic questions
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:12125
    • 提供者:jianping
  1. migong

    0下载:
  2. 这是一个实现的迷宫程序,也是数据结构的迷宫程序,在很多习题中都有,可以参考!-This is a realization of the maze procedure, is also a data structure of the maze procedure, there are a lot of exercise, can refer to!
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:2715
    • 提供者:lgf
  1. migong

    0下载:
  2. 可以在一个给定的迷宫中找出出口,迷宫类型为一个数字迷宫,设有入口和出口-Can be given in a maze to find the export of a number maze type maze, with import and export
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1670
    • 提供者:张春林
  1. maze

    0下载:
  2. 本程序为一个迷宫求解程序,他实现了如何求解迷宫-This procedure for solving a maze procedure, he realized how to solve the maze
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:1597
    • 提供者:wang
  1. migong

    0下载:
  2. 迷宫 已经定义好迷宫的障碍 找出所有可以走出迷宫的路径-Maze has been an obstacle to the definition of a good maze to find out all we can get out of the path of the maze
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:1145
    • 提供者:sunmiaoa
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com