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

搜索资源列表

  1. main.rar

    0下载:
  2. 电脑鼠走迷宫的一种算法(周立功单片机)右手算法,搜索迷宫的初级算法。,Computer Mouse Maze an algorithm (ZLG MCU) right algorithm, the primary search algorithm for maze.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:6986
    • 提供者:李会龙
  1. 09

    1下载:
  2. 电脑鼠走迷宫,该算法简单,能实现左转右转45°。快速搜索。-Computer Mouse Maze
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:84729
    • 提供者:邱爱国
  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. 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. Cpp1.c

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

    • 发布日期:2017-04-13
    • 文件大小:1753
    • 提供者:zhangwen
  1. Labyrinth

    0下载:
  2. 极经典的C++中的走迷宫问题,设计算法,输出走出迷宫经历的各个点的轨迹-A very classic C++ in the Maze of problems, design algorithms, the output out of the labyrinth through the various points of the trajectory
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:965451
    • 提供者:岳飞
  1. SeedFill

    0下载:
  2. 使用种子填充算法填充一个圆:程序中是自己定义的堆栈,使用的种子填充方法与走迷宫的方法类似,逐个点地填充。程序运行时左上角不知道为什么会有几个点没有填充上,原因现在还没找到!-Using the seed fill algorithm fills a circle: program define their own stack, using the seed fill method and the method similar to the Maze, one by one point to fi
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-12
    • 文件大小:2856333
    • 提供者:刘勇
  1. 20100036

    0下载:
  2. 走迷宫游戏程序,有用左手算法,可以运行,-Maze games, useful left hand algorithm, you can run,
  3. 所属分类:Windows Develop

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

    0下载:
  2. 这是一个小老鼠走迷宫的算法,能够实现基本功能-This is a small mouse maze algorithm, to achieve the basic functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1008
    • 提供者:
  1. m21_CarCtrl

    0下载:
  2. 小车自动走迷宫,内含迷宫数字图像处理程序,迷宫算法。-Car with automatic maze, digital image processing program includes a maze, maze algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1484018
    • 提供者:许良备
  1. diannaoshu

    0下载:
  2. 一种电脑鼠走迷宫的快速算法,对参加走迷宫比赛有很好的帮助-A computer mouse maze fast algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:675838
    • 提供者:guodong
  1. mmouse

    0下载:
  2. 一种电脑鼠走迷宫的算法 -aaaaaaaaaaaaaaaaaaaaaaaaaaa
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:702748
    • 提供者:杨一
  1. maze

    0下载:
  2. 代码实现了电脑鼠走迷宫,利用右手算法,快速并且准确-Code of the computer mouse maze, using the right hand algorithm, fast and accurate
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4846
    • 提供者:寒梅天香
  1. fangan2

    0下载:
  2. 电脑鼠走迷宫迷宫搜索代码,有搜索算法的更新,-Computer mouse maze maze search code, a search algorithm updates
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-08
    • 文件大小:86806
    • 提供者:hekai
  1. labyrinth-algorithm

    0下载:
  2. 迷宫算法 走迷宫的游戏大家都耍过吧 迷宫算法 走迷宫的游戏大家都耍过吧-labyrinth algorithm labyrinth algorithm labyrinth algorithm
  3. 所属分类:Game Program

    • 发布日期:2017-03-31
    • 文件大小:43836
    • 提供者:快乐南海
  1. MIGONG-game

    0下载:
  2. GDI绘制的迷宫 看你能不能走出去 算法很新颖的 VC++编写-GDI to draw the maze to see if you can go out algorithm is novel writing VC++
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:153836
    • 提供者:china
  1. zoumigong

    0下载:
  2. 利用普通的寻迹车编写的走迷宫程序,采用左手定则算法。-Tracing using ordinary cars prepared Maze procedure for the left hand rule algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:55453
    • 提供者:czw
  1. vb--maze

    0下载:
  2. 当时用vb做的一个简易的走迷宫程序,使用的深度优先算法,有简单的界面。-Done with vb then a simple maze procedure, the use of depth-first algorithm, a simple interface.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:8125
    • 提供者:ll
  1. micromouse

    0下载:
  2. 周立功嵌入式中国区电脑鼠走迷宫设计大赛经典算法,出厂程序-ZLG embedded computer mouse maze China, the classic algorithm design competition, the factory process
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:19878
    • 提供者:三郎
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com