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

搜索资源列表

  1. 老鼠走迷宫程序实例 .rar

    1下载:
  2. 所属分类:游戏

    • 发布日期:
    • 文件大小:2133
    • 提供者:
  1. migong.rar

    0下载:
  2. 简单的试探法走迷宫
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:2252
    • 提供者:
  1. maze dfs

    0下载:
  2. dfs 深度优先搜索!这是走迷宫的基本算法。用广义表建立迷宫,用邻接表建立图,用dfs搜索,许多大学的数据结构作业-dfs depth-first search! Maze This is the basic algorithm. Generalized Table established maze, with the establishment of the adjacent table map, with dfs search, the University of many data str
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1339
    • 提供者:笨熊
  1. Turtle_Maze

    0下载:
  2. 海龟走迷宫实验,使用VC中的MFC画出迷宫,并让海龟找到一条路能走出迷宫.-turtles Maze experiments, the use of the VC MFC paint maze, and let sea turtles can find a way out of the maze.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:48980
    • 提供者:黄禹
  1. FIN

    1下载:
  2. 这个是我原创的Direct走迷宫程序,迷宫是动态生成的,算法也全部是自己写的,第一次发布,对于学习Direct的人很有参照价值-this is my original Direct Maze procedure, the maze is dynamically generated, algorithm also write all their own, the first release, the study is full of Direct reference value
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:13675234
    • 提供者:王军
  1. migong1

    0下载:
  2. 一个用C语言模拟走迷宫的程序,有BUG,即最后都迷宫所有格子都走过后会死循环。-a C language simulation Maze procedure, BUG, that is the end all lattice maze has already gone through cycle after death.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:1707
    • 提供者:
  1. mouse-migong

    0下载:
  2. 这个是老鼠走迷宫的代码,矩阵自动生成,老鼠撞到墙就退回,直到找到路为止!-this is the mouse Maze code automatically generated matrix, rats hit the wall on the back until they found the road so far!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9465
    • 提供者:zhou
  1. myvcLabyrinth

    0下载:
  2. 谭浩强C语言书中的一个走迷宫的例子,此程序是其算法实现,用VC编译运行-Hao C-language book of a Maze example of this process is its algorithm, compiled with VC operation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:39751
    • 提供者:杨林
  1. TWOAlgorithm

    0下载:
  2. 包括两个有趣的算法:老鼠走迷宫和运算式中序式转后序式的C和JAVA实现的两个版本-including two interesting algorithm : Mouse Maze and the computation of the order after the order-to-C and JAVA two versions
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4966
    • 提供者:陶丽丝
  1. maze

    0下载:
  2. 一个用栈写的走迷宫小程序,开发环境C++,有用的朋友可以拿去参考-Written by Maze with a stack of small procedures, development environment, C++, a useful reference to a friend is unspeakable. .
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1049
    • 提供者:Hyker
  1. Maze

    0下载:
  2. 小人走迷宫的小Java游戏,在此基础添加声音等,基本框架已完善成型,可供在校学生参考。-Curs Maze little Java games, on this basis, adding sounds, the basic framework has been perfect shape, for in-school students for reference.
  3. 所属分类:Games

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

    0下载:
  2. 走迷宫,迷宫搜索算法,对于一个任给的迷宫,给定入口,自动给出出口及走迷宫的路径-Maze, maze search algorithm, for a term to the maze, given the import, export and automatic paper path Maze
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:832
    • 提供者:张晓东
  1. 走迷宫问题

    0下载:
  2. 本程序是用C语言写的迷宫问题,其中很多算法都是很经典的,初学者可以好好学习下回溯算法的应用,很实用的,对于此类问题能有一个很好的模板作用。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-05-31
    • 文件大小:215150
    • 提供者:bycer@115
  1. 迷宫.正确版

    0下载:
  2. 利用C语言编写的迷宫程序,程序中提前已写入迷宫障碍设置,运行程序后,若有路可走,则自动生成可行路线;否则,提示无路可走。(Program white in learning the data structure, try to write the maze problem, if you have any questions, please correct me.)
  3. 所属分类:Windows编程

  1. 迷宫算法

    0下载:
  2. 到达每个点所走的步数都是最少的,多条路同时试着走,走到一个点,这个点就被占用了,不能再通过别的路走到这个点了()
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:15360
    • 提供者:sam0928
  1. c++代码实现走迷宫

    0下载:
  2. 利于c++完成对迷宫的编程设计,运行后成功走出迷宫(It is helpful for c + + to complete the programming of the maze, and then successfully get out of the maze)
  3. 所属分类:数据结构

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:xieyuqz
  1. 迷宫算法

    0下载:
  2. 给定一个迷宫,输入入口出口,得到走出迷宫的正确路线(Given a maze, enter the entrance, exit, get the route)
  3. 所属分类:数据结构

    • 发布日期:2018-01-04
    • 文件大小:1387520
    • 提供者:畋猎千阳
  1. 迷宫求解

    0下载:
  2. 迷宫问题是取自心理学的一个古典实验。在该实验中,把一只老鼠从一个无顶大盒子的门放入,在盒子中设置了许多墙,对行进方向形成了多处阻挡。盒子仅有一个出口,在出口处放置一块奶酪,吸引老鼠在迷宫中寻找道路以到达出口。对同一只老鼠重复进行上述实验,一直到老鼠从入口走到出口,而不走错一步。老鼠经过多次试验最终学会走通迷宫的路线。设计一个计算机程序对任意设定的矩形迷宫如下图A所示,求出一条从入口到出口的通路,或得出没有通路的结论。(The maze problem is a classical experim
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:混合双打
  1. 迷宫游戏

    1下载:
  2. 设计一个迷宫游戏,给定迷宫的入口。如果存在出口,程序能够显示行走的路径,并最终到达出口,并输出“成功走出迷宫”;如果不存在出口,程序也能够显示行走的过程,并最终回退到入口,并输出“回退到入口” 1.定义二维数组 a 存储随机迷宫. 定义四个整型值用以存储用户输入的迷宫的长(m)宽(n)以及随机设定的入口(p)出口(q)。 定义一个字符ch接收回车键的输入. 定义整型值r与l表示当前在迷宫的位置。(Design a maze game, given the entrance to the
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:15360
    • 提供者:star123
  1. maze1

    0下载:
  2. 本源码通过C# GDI+ 编写。提供三种生成迷宫的算法(深度优先法,递归分割法,随机PRIM法),提供基于广度优先算法的迷宫自动寻径算法。迷宫大小、单元格大小、线粗均可自定义。优化了算法,递归改为栈实现,能够生成任意大地图而不会引起原来的函数递归栈溢出问题。生成迷宫后,支持键盘按键进行手动走迷宫。(The source code is written by C# GDI+. Three algorithms of maze generation (depth first, recursion s
  3. 所属分类:Windows编程

    • 发布日期:2018-05-07
    • 文件大小:88064
    • 提供者:sp_jiangjunling
« 1 2 3 45 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com