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

搜索资源列表

  1. 求解迷宫问题

    0下载:
  2. 运用C语言实现寻找输入的“迷宫”矩阵中的可选路径,并将找到的最短路径显示出来。-use C language to find that the "maze" matrix optional path and find the shortest path displayed.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10040
    • 提供者:葛林
  1. roade

    0下载:
  2. 迷宫探路问题求解,利用结构体灵活解决现实问题,加深队列的应用
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1693
    • 提供者:鱼大
  1. 迷宫正确答案

    0下载:
  2. 经典迷宫问题求解-classic Maze Problem Solving
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3456
    • 提供者:李白
  1. TC求解迷宫问题并显示

    0下载:
  2. 输入一个任意大小的迷宫, 用栈求出一条走出迷宫的路径, 并显示在屏幕上。-importation of a maze of arbitrary size, with a stack get out of the maze of trails and on the screen.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7878
    • 提供者:光清
  1. rat_in_maze

    0下载:
  2. 基于栈数据结构的迷宫老鼠问题C语言求解,在VS2010下编写并测试通过-C language to solve maze mouse problem based on a stack data structure
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:776254
    • 提供者:lunm
  1. migong

    0下载:
  2. 利用栈结构实现迷宫求解问题。迷宫求解问题如下: 心理学家把一只老鼠从一个无顶盖的大盒子的入口赶进迷宫,迷宫中设置很多隔壁, 对前进方向形成了多处障碍,心理学家在迷宫的唯一出口放置了一块奶酪,吸引老鼠在迷宫中寻找通路以到达出口。-Achieved using a stack maze to solve the problem structure. Maze solving the problem as follows: psychologist to a mouse from a big b
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:584980
    • 提供者:林佳
  1. recursion

    0下载:
  2. 经典递归算法的C源码实现“迷宫求解”和“图像去噪音的问题”。-Classical recursive algorithm of C source code to achieve "maze solving" and "clean up the noise of images".
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:2642
    • 提供者:jiangshifeng
  1. code

    1下载:
  2. 1、猴子选大王 2、约瑟夫环 3、迷宫求解 4、回文游戏 5、地图四染色问题 6、八皇后问题 7、原四则表达式求值 8、k阶斐波那契序列 9、遍历二叉树 10、编写DFS算法的非递归函数。 编写BFS算法。 11、简单选择排序, 折半插入排序, 冒泡排序, 快速排序, 堆排序 12、顺序查找,折半查找-err
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-03-11
    • 文件大小:34686
    • 提供者:isxzh
  1. MM

    0下载:
  2. 数据结构中常见的迷宫求解问题 使用顺序栈 初学者适用-Data structure of the maze to solve common problems using the order applies to stack beginners
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1459
    • 提供者:pcgg
  1. shujujiegou

    1下载:
  2. 本课题主要根据功能需要开发软件解决迷宫求解的问题。可以输入一个任 意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出。以及Joseph环问题,利用单向循环链表存储结构模拟此,按照出列的顺序输出各个人的编号。还有猴子选大王问题。数据结构课程设计时做的-This issue primarily on the basis of functional need to develop software solutions to solve maze problems. Can enter
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:106463
    • 提供者:胡娟
  1. maze

    0下载:
  2. 我们数据结构课的课程设计,是一个迷宫问题的实验,用了A*算法求解迷宫的最短路径-Data structure of our course curriculum design, the problem is a maze experiment, using the A* algorithm to solve the maze of the shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2919970
    • 提供者:Shi
  1. sixmazeproblem

    0下载:
  2. 求解数据结构中迷宫问题的C语言源程序,代码精炼,已通过运行-Data structure to solve a maze problem in C-language source code
  3. 所属分类:Data structs

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

    0下载:
  2. 迷宫求解问题。程序中已经建好了一个数组作为迷宫数组。然后进行试探,输出迷宫从起点到终点的路径。-Maze solving the problem. The program has been built as a maze of an array of arrays. And then test the output from the beginning to the end of the maze path.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1141
    • 提供者:dong8499
  1. main

    0下载:
  2. 数据结构的入门问题之一,迷宫求解问题。具体要求是自定义迷宫,然后找到一条出路-One of the entry data structure, maze solving the problem. Specific requirements of a custom maze, then find a way out
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1045
    • 提供者:toby
  1. matrix

    0下载:
  2. 迷宫求解问题,输入一个M行N列0-1矩阵,0代表通过,1代表不能通过,判断是否能走出所给迷宫-matrix
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3734190
    • 提供者:王月兵
  1. maze-Examples

    0下载:
  2. c++实现 迷宫求解问题 数据结构 算法 利用数组实现-c++ data structures to achieve the maze solving algorithm uses an array of issues to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:256044
    • 提供者:杜鹃
  1. Maze-solving-Two-way-circular-list

    0下载:
  2. 实现了经典的迷宫求解问题和双向循环链表问题,应用性很强-To achieve a classic two-way circular maze solving problems and problem list, the application of highly
  3. 所属分类:Data structs

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

    0下载:
  2. 迷宫求解问题是数据结构中的经典问题,利用栈的原理。-maze problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:9340
    • 提供者:liwenxue
  1. linkqunue

    0下载:
  2. 迷宫问题c语言解决,队列 站 迷宫求解问题,最短路径同时求解 迷宫代码-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:142586
    • 提供者:zl
  1. Maze-problem

    0下载:
  2. 该程序用C++语言解决了一个简单的迷宫求解问题。-Maze problem:This programe offer a solution to the commom Maze problem.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1308
    • 提供者:zeq
« 12 3 4 »
搜珍网 www.dssz.com