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

搜索资源列表

  1. dgdgh

    0下载:
  2. 回溯算法走迷宫之经典,回溯算法学习不可不研究的好题目-Maze of the classic backtracking algorithm, backtracking algorithm can not study to learn a good topic
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:1381704
    • 提供者:gary
  1. 20081221

    0下载:
  2. 迷宫可用一个二维平面图形将迷宫左上角作为入口,右下角作为出口。该程序实现自动生成迷宫和走迷宫的算法设计。-Maze can be used a two-dimensional graphics to the upper left corner of the maze as the entrance to the lower right corner as an export. The program automatically generates Maze maze and the algori
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1352
    • 提供者:王叶松
  1. lyj3

    0下载:
  2. 一个用C++写的兔子走迷宫游戏,用键盘上的方向键控制兔子走动,左边为小地图,右边为大地图,地图都是随机产生的,建议先到左边! -One with C++ Written rabbit Maze game, using the arrow keys on the keyboard to control the rabbit around the left for small maps, the right for the big map, maps are randomly generated,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:145245
    • 提供者:刘佳
  1. qddown_vb11442342355

    0下载:
  2. VB走迷宫也是一款非常好玩的游戏!能够自己编路线呢!-Maze VB is also a very fun game! Be able to own the road then!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:22717
    • 提供者:cscssc
  1. CHAP07_MAZE

    0下载:
  2. 用opengl编写的走迷宫小游戏,供初学者学习用-Prepared using opengl Maze game, for beginners to learn
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-25
    • 文件大小:15439
    • 提供者:牛牛
  1. 12110503-20053484

    0下载:
  2. 嵌入式计算系统-走迷宫 通过LCD显示地图和汽车,地图显示为灰色的30*30的方块,迷宫的出口和入口显示为红色的30*30的方块,汽车显示为蓝色的30*30的方块,汽车初始自动在入口。-Embedded computing systems- Maze Through the LCD display and auto map, the map shown as a gray box 30* 30, the maze of export and import of display for
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-28
    • 文件大小:234825
    • 提供者:wangyonghui
  1. PROJECT

    0下载:
  2. 利用vc 和 opengl 编程 实现 走迷宫过程 应用了opengl的纹理-simple home, and use opengl vc programming, application of the texture opengl-Opengl programming using vc and implementation process of the application of the Maze opengl texture-simple home, and use opengl vc p
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:695376
    • 提供者:seven
  1. zoumigong

    0下载:
  2. 一个自动走迷宫的小球,一般可用与游戏里自动巡逻的怪兽设定!作者alifens-Maze of an automatic ball generally available with the game set up automatic patrolling monsters! Author alifens
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:17399
    • 提供者:尹生
  1. AutoMaze

    0下载:
  2. 走迷宫程序,小球进入迷宫,然后自动去寻找出口.-Maze procedure, a small ball into the maze, and then automatically go looking for export.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:2001128
    • 提供者:刘军
  1. maze

    0下载:
  2. 用堆栈实现迷宫求解问题 基本思想: 若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。 求解迷宫问题的简单方法是:从入口出发,沿某一方向进行探索,若能走通,则继续向前走;否则沿原路返回,换一方向再进行探索,直到所有可能的通路都探索到为止。 为避免走回到已经进入的点(包括已在当前路径上的点和曾经在当前路径上的点),凡是进入过的点都应做上记号。-Maze with the stack to achieve the basic ide
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:34605
    • 提供者:Tantan
  1. maze

    0下载:
  2. 老鼠走迷宫。。。用回溯法求解。。。。矩阵记载迷宫资料-Maze rats. . . Method with backtracking. . . . Recorded in the maze of information matrix. . . .
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1088
    • 提供者:star
  1. src

    0下载:
  2. 电子鼠走迷宫无记忆源码-Rat Maze electronic memoryless source
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:12325
    • 提供者:brent
  1. migong

    0下载:
  2. 经典的迷宫问题,用户可以选择随即地图,或者使用已存好的地图,然后画出这个地图,然后自动走迷宫,用户可慢慢观察走的路线,最后打印出可通路径。-Classic maze problem, then map the user can choose, or keep using a good map, and then draw the map, and then automatically Maze, the user can observe the route, and finally print
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:57912
    • 提供者:孙晓麦蒂
  1. Game_of_Castle

    0下载:
  2. 一个很简单的走迷宫游戏,玩家进入城堡,找到公主,然后按原路返回。遇到怪物则游戏失败-Maze is a simple game, players enter the castle, to find the princess, and then return to the original way. Failures encountered in the game is a monster
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1190
    • 提供者:沈峰伟
  1. maze

    0下载:
  2. 实现走迷宫的功能,能够随机生成路径,确保只有一条可行路径-To achieve the functions of Maze, the path can be randomly generated to ensure that there is only one feasible path
  3. 所属分类:Java Develop

    • 发布日期:2017-05-24
    • 文件大小:3377017
    • 提供者:pig
  1. Mouse_puzzle

    0下载:
  2. 老鼠走迷宫的代码,用java编程完成,可供参考-mouse puzzle
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:854
    • 提供者:bdpeng
  1. migong

    0下载:
  2. 本程序主要是用栈来实现迷宫问题。所用算法是非递归算法,输入为迷宫的行数和列数,然后在对应位置上输入其值(0表示该位置通,1表示该位置不通)。输出则是以三元组(i,j,d)的形式,其中(i,j)表示迷宫中的一个坐标,d表示走到下一坐标的方向,-This procedure is mainly used to achieve the maze problem stack. Algorithm used in a non-recursive algorithm, enter the number of
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:19168
    • 提供者:尹素芳
  1. Maze

    0下载:
  2. 老鼠爬迷宫, 迷宫地图可自己设置, 老鼠走的路线,每走一步,都会实时输出,走错了会倒退,直到走出迷宫。-Rats climbing maze, the maze map to their own settings, the mouse line, every step will be real-time output, is going the wrong way will lead to retrogression, until out of the maze.
  3. 所属分类:Game Program

    • 发布日期:2017-03-30
    • 文件大小:5486
    • 提供者:Eileen
  1. 5.8

    0下载:
  2. 这是一个C语言编的程序,它是走迷宫的经典问题。-This is a c programme . It describes a classic problem--the migong wenti.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1066
    • 提供者:chenshuangbao
  1. 444566

    0下载:
  2. 走迷宫小游戏,仅供参考,谢谢,快给我开通下载,我都传了很多了-Maze game, for reference only, thank you, quick for me to open the download, I passed a lot of the
  3. 所属分类:Other Games

    • 发布日期:2017-04-06
    • 文件大小:40865
    • 提供者:panzhiliang
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 35 »
搜珍网 www.dssz.com