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

搜索资源列表

  1. Catalanandmaze

    0下载:
  2. 产生Catalan数,火车调度的所有排列,以及证明排列的正确性. 迷宫算法.-produces Catalan number, and all permutation in train dispatch, and of course including the proof. maze algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2288
    • 提供者:youguiyan
  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. search

    0下载:
  2. 迷宫搜索 ,A*算法 ,自动生成迷宫矩阵,查找最短路径-Maze search, A* algorithm, automatic generation of matrix maze to find the shortest path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:636365
    • 提供者:梁旭
  1. shujujiegoudaima

    0下载:
  2. 内涵约瑟夫环迷宫算法 源代码 希望对你学习有所帮助-Connotation Joseph Central maze algorithm source code would like to help you learn
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:994138
    • 提供者:caoweifeng
  1. Cpp1.c

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

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

    0下载:
  2. 有关迷宫算法的C语言实现,0和1分别表示迷宫中的通路和障碍-Algorithm on the maze of the C language, 0 and 1, respectively, in the maze of pathways and barriers
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:4281
    • 提供者:王三
  1. Exam

    0下载:
  2. 迷宫算法遍历二值图像区域,获取面积并输出,稍加修改可以得到区域面积,重心等信息-Maze traversal algorithm for binary image region, access to the area and output, can be slightly modified area, the focus of information
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:43140
    • 提供者:lv
  1. maze

    0下载:
  2. 用c写的迷宫算法,只求出一条路径,用到了回溯法。-Written by c maze algorithm, seeking a way to track, using a retrospective method.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1396
    • 提供者:jfly
  1. maze

    0下载:
  2. 形象演示《数据数据结构与算法(用C++语言描述)》书里面的一个迷宫算法-Image Demo " Data Data Structures and Algorithms (with C++ language descr iption)" the book inside a maze algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:495852
    • 提供者:李先生
  1. labyrinth

    0下载:
  2. 自己写的一个迷宫算法,通过栈来中转。 开始的时候初始化一个迷宫,为了简单,只实现了算法,没有图形界面。-Wrote it myself, a maze algorithm to transit through the stack. The beginning of the initialization of a maze, for simplicity, only the realization of the algorithm, there is no graphical interfac
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1051286
    • 提供者:张文虎
  1. Bus2

    0下载:
  2. 简单的公交车算法,利用的迷宫算法,可能有点简单,但是比这个功能描述要好点-sdfsfsdfsdfsfsfsfsdfsdfsdfsdf sfsfsdf sdfsd sdfsdf sdf sdf
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:34435
    • 提供者:cuixs
  1. js

    0下载:
  2. 本系统采用ST公司ARM7芯片STR710FZT6为核心进行设计,合理利用了该芯片上丰富的资源,实现小车智能蔽障、寻迹,信息无线传输等功能, 从而在远端PC上对获取的信息进行实时显示。本系统针对现实中出现的对于未知区域实时探测的需求,适当进行了简化,利用迷宫进行模拟。 其中,有一台智能小车,和一个PC端。小车在迷宫行进的过程中,会自动蔽障、选择路线,并通过无线模块将行进的信息实时传送给远端PC机 ,从而在PC端显示出小车在迷宫中行进的路线。为了达到在迷宫中行走的目的,我们要设计蔽障和迷宫算法,为
  3. 所属分类:DSP program

    • 发布日期:2017-03-28
    • 文件大小:913791
    • 提供者:陈祥
  1. migong

    0下载:
  2. 数据结构中8个方向的迷宫算法大家-Data structure 8 we take a look at the direction of the maze algorithm ah ah ah ah ah ah
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:11003
    • 提供者:helong
  1. DigitalLabyrinth[V1.0.0]

    0下载:
  2. 自己设计的走迷宫算法,使用了较复杂的链表记录、分析迷宫路径,迷宫数据从一个ASCII文件读入,结果写入另一个文件中。在后来的修改中又添加了玩家自己试走迷宫的功能,也可以作为一个简易的小游戏。可供需要简单迷宫解算算法的朋友参考。-Maze solver with my own design algorithm, using complex list records, analysis of the maze path, maze data read from an ASCII file ,and
  3. 所属分类:Other windows programs

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

    0下载:
  2. 迷宫算法,模拟迷宫,找出出路,可用于数据结构的学习-Maze algorithm, simulated maze, to find a way out, can be used for data structure learning
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:753796
    • 提供者:
  1. migong

    0下载:
  2. VC实现迷宫问题,用穷举法找出一条路径,用递归形式的算法求得迷宫中所有可能的通路,以方阵形式输出迷宫及其通路. -VC to achieve maze problems,and use brute-force method to find a path,using the recursive form of algorithm to seek all possible paths in the maze in order to form the output matrix and the
  3. 所属分类:Other windows programs

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

    0下载:
  2. 迷宫算法的一种改进算法及其在 “连连看”游戏中的应用-Maze algorithm is an improved algorithm and its application in "Lianliankan" game of
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:174879
    • 提供者:ilppgo
  1. 112235

    0下载:
  2. 一种基于迷宫算法的有效FPGA布线方法 一种基于迷宫算法的有效FPGA布线方法-An efficient Method based on maze routing algorithm Compact for the FPGA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:347208
    • 提供者:ilppgo
  1. maze

    0下载:
  2. 本人用C语言实现的迷宫算法,主要是应用数据结构中的堆栈算法。-I use C language implementation of the maze algorithm, are primarily used in the stack data structure algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:9028
    • 提供者:柯安滨
  1. MazeAlgorithm

    0下载:
  2. 迷宫算法从入口到出口,传统的算法,堆栈和数组实现。- IEEE MicroMouse Maze Algorithm Research and Implementation of The Algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:336505
    • 提供者:赵灿
« 1 2 3 4 5 6 78 9 10 11 12 ... 32 »
搜珍网 www.dssz.com