CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - labyrinth

搜索资源列表

  1. (1)

    0下载:
  2. 1、 用随机数生成的方式(要求用户输入随机数)产生一个迷宫:“1”表示墙,“0”表示路,最后的路径用“8”表示,若没有路径则打印报文,若有路径则打印出路径。 2、 通过堆栈及判断实现迷宫的自动寻找路径功能 -1, the random number generator of (requiring user input random number) produces a maze : "a" Wall said, "0" Lu said, the f
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:38460
    • 提供者:毅君
  1. LimitedLabyrinth

    0下载:
  2. labyrinth: you need to find the doable way to go to the destinaton.And then print out the path.-labyrinth: You need to find the doable way to go to the destinaton.And then print out the path.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:947
    • 提供者:张丽颖
  1. CMousemaze

    0下载:
  2. 一个用C++实现的迷宫程序,可以自己画迷宫,计算出最短路径,并显示。-C achieve a maze of procedures, can you paint the labyrinth, calculate the shortest path, and displayed.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:10706
    • 提供者:周君
  1. labyrinth

    0下载:
  2. 深度优先算法老鼠走迷宫游戏。 其中包括了使用不同算法编写的多个源代码
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:75886
    • 提供者:yuhuan
  1. migongqiujie

    0下载:
  2. 可以输入一个任意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出-You can enter a maze of any size data obtained with a non-recursive way out of the labyrinth path and output path
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:73947
    • 提供者:罗峰
  1. labyrinth

    0下载:
  2. 迷宫图求解程序,九宫格,人工智能实验 可以在Prolog环境下,希望对大家有所帮助-Figure maze solver, squared, artificial intelligence experiments in Prolog environment, we want to help
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:18646
    • 提供者:jenny
  1. migong

    0下载:
  2. 简单的试探法走迷宫--The simple trial method that walks the labyrinth
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-10
    • 文件大小:2523
    • 提供者:
  1. 11111111

    0下载:
  2. 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并显示在屏幕上 -labyrinth
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:10672
    • 提供者:叶奇旺
  1. migong

    0下载:
  2. 以一个Maze(m, n)的长方阵表示迷宫, 迷宫的入口是Maze(1,1), 出口是Maze(m, n), Maze(i,j)等于0表示通路, Maze(i,j)等于1表示障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。各个命令以及相关数据的输入格式如下: 输入迷宫:C,接下来一行是m n,其中m是迷宫矩阵行数,n是迷宫矩阵列数,接下来的m行数据是迷宫矩阵,每行n个值,表示一个m*n的迷宫矩阵 求迷宫的一条通路:Q 当输入的命令为E时,程序
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:805
    • 提供者:ma
  1. migongwenti

    0下载:
  2. 迷宫问题。以一个 m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论 起点就是方阵中的(1,1)终点就是(m-1,n-1) -Maze. With an m* n matrix, said the long labyrinth of 0 and 1, respectively, the maze of paths and obstacles. Designing a program, for any se
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:754
    • 提供者:随风而去
  1. labyrinth-client-0.6.2-bin

    0下载:
  2. metod astar where the best way is calculated
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:19709
    • 提供者:hugo
  1. classic_C_algrithm

    0下载:
  2. 里面包括了很多经典的算法,包括 河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一)等等 -Which includes many classic algorithms, including the Tower of Hanoi Fibonacci Liebasika triangular tri-color chess mouse labyrinth walk (1), etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:441489
    • 提供者:my
  1. labyrinth.c.tar

    0下载:
  2. 这是一个迷宫的问题。。。。 设计一个迷宮,找出迷宮路径-LABYRINTH
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2456
    • 提供者:wjhlfamily
  1. maze

    0下载:
  2. 用C++开发的超级经典 代码简洁的迷宫方案及其源代码 所有的资料全在里面 直接可以在Visual C++6.0上运行 代码仅供参考-Developed using C++ code for simple classical labyrinth super program and its source code in which all the materials are all directly in the Visual C++6.0 run the code for reference
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:299655
    • 提供者:Vencent_H
  1. main

    0下载:
  2. 定义一个M,N的矩阵,1表示有障碍,0表示可以通过,输出走出迷宫的路径-Define a M, N of the matrix, 1 indicates there is an obstacle that can be 0, the output path out of the labyrinth
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:803
    • 提供者:weiwei
  1. labyrinth

    0下载:
  2. 使用C++中类的思想以及堆栈的算法,能寻址32*32以内迷宫的路径。-Classes using C++, ideas, and the stack algorithm, can be addressed within 32* 32 maze path.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:362213
    • 提供者:王伟
  1. labyrinth

    0下载:
  2. 迷宫问题c源代码,大小为8*8的迷宫。主函数中输入开始位置和结束位置的坐标,输出所有可能的路径-Maze c source code, size 8* 8 of the maze. Enter the start the main function of the coordinates of the position and end position, the output of all possible paths
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:867
    • 提供者:黄华
  1. mafuman

    1下载:
  2. 数据结构 哈夫曼编码译码和迷宫 完整代码 课设报告-Huffman coding and decoding data structures and labyrinth design report complete code class
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:516739
    • 提供者:houting
  1. maze

    0下载:
  2. 数据结构课程设计,简单的迷宫,可以实现简单的迷宫-Data structure course design, a simple maze, the labyrinth can be simple
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:6052044
    • 提供者: 周冲
  1. 2321

    0下载:
  2. 基于CFD迷宫密封泄漏量的研究.CFD-based labyrinth seal leakage studies.-CFD-based labyrinth seal leakage studies.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:665838
    • 提供者:
« 12 3 »
搜珍网 www.dssz.com