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

搜索资源列表

  1. Maze32

    0下载:
  2. 用C实现的迷宫求解算法。图形界面,求解过程参照了深度优先搜索,迷宫由随即矩阵生成,采用栈作为路径存储结构-Implemented in C maze solving algorithm. Graphical interface, the solution process with reference to the depth-first search, then the matrix generated by the maze, using the stack as the storage st
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-19
    • 文件大小:5266948
    • 提供者:杨萝卜
  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. scasca

    0下载:
  2. 迷宫求解 用一个m×n长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序对于任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。-Maze solving an m × n long phalanx said the maze, the maze of pathways and barriers 0 and 1, respectively. Design a program for any set of the maze, find a path from entran
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2712
    • 提供者:mkk
  1. Algo3-5

    0下载:
  2. 实现迷宫求解,可以方便的找出迷宫出口,很好的哦-The realization of the maze to solve, you can easily find out the maze of export, oh well
  3. 所属分类:Data structs

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

    0下载:
  2. 关于迷宫求解的一个通常解法,大家相互参考一哈吧,认真分析还是能解决的,数据结构的经典题型-On solving a maze is usually solution, we let each other with reference to a Kazakh, a careful analysis, or can be resolved, the data structure of the classic questions
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:12125
    • 提供者:jianping
  1. maze

    0下载:
  2. 本程序为一个迷宫求解程序,他实现了如何求解迷宫-This procedure for solving a maze procedure, he realized how to solve the maze
  3. 所属分类:source in ebook

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

    1下载:
  2. 编写一个程序求解迷宫问题。迷宫由m行n列的二维数组设置,0表示无障碍,1表示有障碍。设入口为(1,1),出口为(m,n),每次只能从一个无障碍单元移到周围四个方向上任一无障碍单元。编程实现对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 算法输入:代表迷宫入口的坐标 算法输出:穿过迷宫的结果。 -The preparation of a program to solve maze problems. Maze by m lines n set out in two
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:132322
    • 提供者:罗子
  1. delphi7

    0下载:
  2. 数据结构大作业 迷宫求解 用delphi做的 有源码-Data structure used to solve major operating maze do have a source delphi
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-05
    • 文件大小:277530
    • 提供者:炫耀
  1. migong

    0下载:
  2. 迷宫求解,数据结构,用二维数组存储迷宫,回朔法-Maze solving, data structure, with two-dimensional array storage maze, back to New Law
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1441
    • 提供者:lirunxe
  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-04
    • 文件大小:106463
    • 提供者:胡娟
  1. migongqiujie(wjluo)

    0下载:
  2. 迷宫求解!直接运行。即可生成-Solving the maze! Direct operation. To generate
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:24421
    • 提供者:yanmei
  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. calcExpression

    0下载:
  2. 表达式计算和迷宫求解的vs2005 c#源代码-Expressions to solve a maze of calculations and vs2005 c# source code
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:54368
    • 提供者:Bob
  1. mymaze_OK

    0下载:
  2. 迷宫求解!路径标记!构造一个迷宫,然后对其判断是都满足条件,若满足继续找到出路,并标记上1!-Find the Path of the Maze!
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:44394
    • 提供者:李鹏
  1. Stack

    0下载:
  2. 完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文 -Completion of the stack abstract data type of the order, said that with the realization of the chain. The realization of functions: numerical conversion calculator (expression evaluation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:33009
    • 提供者:韩非
  1. Maze

    0下载:
  2. 数据结构的迷宫求解,用C++编程,在VC编译通过-Data structure to solve the maze, using C++ programming, compiler in VC through
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:587184
    • 提供者:dahai
  1. hello

    0下载:
  2. 迷宫,本程序只求出一条成功的通路。然而,只需要对迷宫求解的函数作小量修改,便可得全部路径。-mazepath
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:601739
    • 提供者:baobao
  1. datastructure

    0下载:
  2. 这是一个数据结构课程设计,里面包含有文章编辑、迷宫求解、建立二叉树,层序、先序遍历、各种排序四个程序,对初学者来说有一定的帮助。-This is a data structure of the curriculum design, which contains articles editors, maze solving, the establishment of tree, sequence, first traversal, all four procedures to sort of ha
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:775763
    • 提供者:liping
  1. Four-kinds-of-classical-algorithms

    0下载:
  2. 四种经典的算法,包括猴子选大王,约瑟夫环,迷宫求解,文本编辑-Four kinds of classical algorithms, including the monkey king of the election, Joseph Wan, maze solving, text editor
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:133427
    • 提供者:liu jian
  1. migong

    0下载:
  2. 迷宫求解 求解迷宫中一条通路的伪码算法等-Solving a maze to solve the maze path of pseudo-code algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:666831
    • 提供者:Jasio
« 1 2 3 45 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com