CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - maze problem

搜索资源列表

  1. C3

    0下载:
  2. 迷宫问题的源代码,对一些人可能有用,希望大家支持。-Maze problem source code, may be useful for some people, I hope you will support them.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1.15kb
    • 提供者:likai
  1. migong

    0下载:
  2. 迷宫问题 的c语言实现算法。在数据结构中是很重要的一个问题。-Maze problem algorithm c language. In the data structure is very important to a problem.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:879byte
    • 提供者:冷月X
  1. migong

    0下载:
  2. 迷宫问题,首先自定义建立迷宫的数据结构,迷宫数据放入矩阵中.在路线查找时,初始化栈,应用循环对每一点座标进行4个方向的判断,如果该点可达则把该点信息放入栈内,或者回溯到出栈后的坐标点,最后如果最后能够到达出口,那么栈内存储的即为走出迷宫路径-Maze problem, first of all, since the definition of the establishment of a maze of data structure, a maze of data Add matrix. Loo
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.64kb
    • 提供者:吕璐
  1. migong

    0下载:
  2. 运用c++ 实现迷宫问题,算法比较紧简单,-Use c++ Achieve maze problem, the algorithm relatively simple,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1.03kb
    • 提供者:
  1. migong

    0下载:
  2. 实现迷宫问题 用VC6.0开发 可实现迷宫问题-The question of the realization of the maze can be achieved using VC6.0 Development maze problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.68kb
    • 提供者:lxcnbnb
  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
    • 文件大小:1.12kb
    • 提供者:
  1. Maze

    0下载:
  2. 迷宫问题 非递归算法 自动生成m*n矩阵,1表示不通,0表示通行-Maze problem of non-recursive algorithms automatically generate m* n matrix, 1 is blocked, passage 0
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:18.53kb
    • 提供者:明猩
  1. maze

    0下载:
  2. 迷宫问题,用c编写,开发环境是vc2008.迷宫大小可自己定义-Maze problem, with c preparation, development environment is vc2008. Maze size can define their own
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:214.33kb
    • 提供者:jinjiao
  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
    • 文件大小:17.13kb
    • 提供者:
  1. maze

    0下载:
  2. 应用程序向导已为您创建了此 迷宫问题 应用程序。 本文件概要介绍组成 迷宫问题 应用程序的每个文件的内容。 迷宫问题.vcxproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 迷宫问题.vcxproj.filters 这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。 它包含有关项目文件与
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:2.07mb
    • 提供者:刘兵
  1. Maze

    0下载:
  2. 这是我的数据结构课程第三次作业--迷宫问题求解,包含递归与非递归算法-This is the third of my data structure course work- the maze problem-solving, including recursive and non-recursive algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:184.03kb
    • 提供者:tgl
  1. Maze

    0下载:
  2. 利用C语言编程,分别采用递归和非递归的方法解决迷宫问题-Using the C programming language, namely the use of recursive and non-recursive methods to solve the maze problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:101.48kb
    • 提供者:eliizabeth
  1. maze

    0下载:
  2. maze solution. it is a solution for maze problem with matlab code. in this solution I used very simple functions and it is easy for everyone.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:734byte
    • 提供者:lily
  1. maze

    0下载:
  2. 经典的c语言迷宫问题解答,寻找路径,对于新手理解栈有很大帮助-maze problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1.29kb
    • 提供者:于海坤
  1. maze-problem

    0下载:
  2. 针对迷宫问题的解决思路及其相应的C++解决代码-Corresponding C++ to solve the maze code
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:861byte
    • 提供者:李一野
  1. Maze-Problem

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

    • 发布日期:2017-04-11
    • 文件大小:971byte
    • 提供者:
  1. Romeo-and-Juliet-maze-problem

    0下载:
  2. 罗密欧与朱丽叶的迷宫问题。罗密欧与朱丽叶身处一个m×n的迷宫中,如图所示。每一个方格表示迷宫中的一个房间。这m×n个房间中有一些房间是封闭的,不允许任何人进入。在迷宫中任何位置均可沿8 个方向进入未封闭的房间。罗密欧位于迷宫的(p,q)方格中,他必须找出一条通向朱丽叶所在的(r,s)方格的路。在抵达朱丽叶之前,他必须走遍所有未封闭的房间各一次,而且要使到达朱丽叶的转弯次数为最少。每改变一次前进方向算作转弯一次。请设计和实现一个算法帮助罗密欧找出这样一条道路。-Romeo and Juliet m
  3. 所属分类:Other systems

    • 发布日期:2017-06-02
    • 文件大小:13.77mb
    • 提供者:zhangqian
  1. Maze-Problem

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

    • 发布日期:2017-04-11
    • 文件大小:1011byte
    • 提供者:jackietseng
  1. Maze-problem-data-structure

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

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

    0下载:
  2. 课堂作业 迷宫求解问题 c语言 main文件直接用- Classwork maze problem solving c language main files directly with
  3. 所属分类:Other windows programs

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