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

搜索资源列表

  1. maze

    1下载:
  2. 数据结构试验报告—迷宫问题,有详细的需求分析和源码及测试结果,高质量!-Test report data structure- a maze problem, there is a detailed needs analysis and source code and test results
  3. 所属分类:Data structs

    • 发布日期:2014-10-03
    • 文件大小:69159
    • 提供者:sunyingcheng
  1. Maze

    0下载:
  2. 迷宫问题。采用回溯法解决迷宫问题。Swing界面,符号代表路径和迷宫墙。-Maze problems. A retrospective method to solve the maze problem. Swing interface, symbols represent the path and the maze walls.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-24
    • 文件大小:3600
    • 提供者:李程序
  1. maze

    0下载:
  2. 这是经典迷宫问题,本代码是用C语言实现的-This is the classic maze problem, the code is achieved using C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2835
    • 提供者:huqiong
  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. maze

    0下载:
  2. 迷宫问题,用于寻求一条可能的路径,迷宫问题,用于寻求一条可能的路径-Maze problem, for to find a possible path, the labyrinth problem for the search for a possible path
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:952
    • 提供者:胡柳
  1. maze

    0下载:
  2. 用队列实现迷宫问题:寻找并记录通过迷宫的最短路径。-Queue with the realization of the maze problem: to find and record the shortest path through the maze.
  3. 所属分类:Other windows programs

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

    0下载:
  2. 迷宫问题,C++编写,codeblocks环境下,可以用vc打开我的主文件,自己编译-Maze problem, C++ written, codeblocks environment, you can use vc to open my main file, compile it yourself
  3. 所属分类:Other windows programs

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

    0下载:
  2. 解决数据结构中的迷宫问题 可在TUEBOC中直接运行-Data structure to solve the maze problem can be run directly in TUEBOC
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1033
    • 提供者:陈蓝
  1. maze-problem

    0下载:
  2. 实现迷宫问题的求解:以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。-Achieve maze problem solving: a long-m* n matrix that maze, 0 and 1, respectively, in the maze of paths and obstacles. Design a program, for any set of the maze, find
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1605
    • 提供者:GUM
  1. Maze-problem

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

    • 发布日期:2017-03-31
    • 文件大小:1308
    • 提供者:zeq
  1. The-maze-problem

    0下载:
  2. 数据结构课设——迷宫问题。采用C++编程,主要采用队列、指针,自动生成图案迷宫,并判断出路,迷宫大小可自己设置。界面较好。-Data structures course- the maze problem. To adopt C++ programming, mainly using the queue, a pointer, and automatically generate pattern maze and judge the way out of the maze size can se
  3. 所属分类:SQL Server

    • 发布日期:2017-11-14
    • 文件大小:2516
    • 提供者:Blus
  1. maze-problem

    0下载:
  2. 迷宫程序,输入行列值(包含围墙),自动生成一个迷宫并自动搜索路径,其中1代表围墙,0代表通路,最后打印路径,内容很简单,默认方向由正北方顺时针搜索。三个文件中maze.c是主文件。-c program,the maze problem.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-14
    • 文件大小:3446
    • 提供者:廉月弯刀
  1. MFC-maze-problem-(finding-all-paths)

    0下载:
  2. 编译环境MFC,实现一个迷宫问题: 任意确定一个迷宫的规模和形态,用非递归的方法走出迷宫,并输出至少一条通路的路径。 -Compiler environment MFC, the realization of a maze problem: determining a maze of arbitrary size and shape, with a non-recursive way out of the maze, and outputs at least one channel pa
  3. 所属分类:assembly language

    • 发布日期:2017-05-10
    • 文件大小:2109036
    • 提供者:dahaideerzi0
  1. Maze-Problem

    0下载:
  2. 经典迷宫问题BFS,手动打表寻找出口解决-Classic maze problem, manually hit the table looking for export
  3. 所属分类:Other systems

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

    0下载:
  2. 迷宫问题的非递归求解,探测回溯解法而且打印图像,希望有用。 -Maze Problem
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:951
    • 提供者:李伟
  1. maze-problem

    0下载:
  2. 迷宫问题的应用程序,含深度搜索和广度搜索-maze problem The depth of the search
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:72639
    • 提供者:希念
  1. Maze-Problem

    0下载:
  2. C语言实现宽度优先搜索解决迷宫问题,求最短路径-maze problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1011
    • 提供者:jackietseng
  1. The-maze-problem

    0下载:
  2. C++源码,控制台实现数据结构中的迷宫问题,可给出所有路径的路径图,路径总数和最短路径图-Using VC++ to realize the maze problem.It can figure out all paths and the shortest path.
  3. 所属分类:Console

    • 发布日期:2017-05-16
    • 文件大小:4312198
    • 提供者:苗航
  1. Maze-problem-data-structure

    0下载:
  2. 算法与数据结构中 几类迷宫问题的源码 深入学习迷宫问题-Maze problem data structure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:10973
    • 提供者:dushifeng
  1. the-maze-problem

    0下载:
  2. 功能:用递归方法实现对迷宫问题的求解。 内容说明:熟练递归特点;掌握递归与栈的关系。-Function: using recursive method to solve the maze problem. Content Descr iption: familiar with recursive characteristics master the relationship between recursion and stack.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:11071
    • 提供者:Sylvie
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com