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

搜索资源列表

  1. mazeduil

    0下载:
  2. 数据结构中的迷宫问题的代码 用队列实现 可以看看 -data structure of the maze of code can be used to achieve look at the queue
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2285
    • 提供者:张德
  1. migongwent

    0下载:
  2. 此源码是用C++语言编写的迷宫问题小程序。-this source is used C language issues prepared by the small maze procedure.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1353
    • 提供者:我来也
  1. solution-for-maze

    0下载:
  2. 一个迷宫问题路径寻找的求解源程序代码,有注释,用VC++编写,-a maze path for solving the source code, a note prepared by VC,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3170
    • 提供者:刘宇
  1. 1migong

    0下载:
  2. 这是使用回溯法求解迷宫问题的程序。程序把迷宫问题设计成一个类,搜索函数使用回溯法搜索迷宫的所有分支。 migong.cpp就是程序 migong.txt是运行结果-This is the use of retrospective method maze of procedures. Maze procedure, so designed as a category, search function uses backtracking search all branches of the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1270
    • 提供者:丁丁
  1. 迷宫问题回朔解法

    1下载:
  2. 迷宫问题回朔解法-maze Schomburg solution to the problem
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1006
    • 提供者:赵君龙
  1. migong

    0下载:
  2. 数据结构学习中的迷宫问题算法,给出迷宫的路径。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10690
    • 提供者:yellowdoo
  1. migongwenti.cpp

    0下载:
  2. 计算迷宫问题, 在c窗口中输出并画出所走的路线
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1007
    • 提供者:练桂弟
  1. 回溯法求迷宫问题

    0下载:
  2. 回溯法求迷宫问题-back Method Maze
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1576
    • 提供者:
  1. maze

    0下载:
  2. c++迷宫问题,在vc环境下编写,可直接运行
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:43680
    • 提供者:cindy
  1. 5

    0下载:
  2. 迷宫问题 迷宫问题 迷宫问题 迷宫问题
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18658
    • 提供者:赵冉
  1. vcproj

    0下载:
  2. 迷宫问题的源代码,其中具有地图编辑等功能
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:54202
    • 提供者:wangwang
  1. 几个c实用程序

    0下载:
  2. 背包问题、设计彩色框、全屏幕模拟时钟、五子棋、迷宫问题等5个c程序。
  3. 所属分类:其它

    • 发布日期:2008-11-07
    • 文件大小:6223
    • 提供者:tggwin
  1. migong.rar

    0下载:
  2. 关于数据结构的课程设计:迷宫问题,提供了广度优先和深度优先两种算法。,On the data structure of curriculum design: the maze problem, provides a breadth-first and depth-first two algorithms.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:3182
    • 提供者:小海燕
  1. migong

    0下载:
  2. 实现迷宫问题的寻找路径!详情源码头有说明-The question of the realization of the maze to find the path! First described the details of source
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:5408
    • 提供者:Freedom
  1. maze

    0下载:
  2. 用堆栈实现迷宫求解问题 基本思想: 若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。 求解迷宫问题的简单方法是:从入口出发,沿某一方向进行探索,若能走通,则继续向前走;否则沿原路返回,换一方向再进行探索,直到所有可能的通路都探索到为止。 为避免走回到已经进入的点(包括已在当前路径上的点和曾经在当前路径上的点),凡是进入过的点都应做上记号。-Maze with the stack to achieve the basic ide
  3. 所属分类:source in ebook

    • 发布日期:2017-04-24
    • 文件大小:34605
    • 提供者:Tantan
  1. c-program

    0下载:
  2. C语言程序设计案例精编。包括“贪吃蛇游戏 计算器 黑白棋游戏 迷宫问题 扫地雷游戏”-C Programming Language Design Case compiled fine. Including " Snake Game Calculator Reversi game Maze Game Mine sweeping the problem," and so on
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:59377
    • 提供者:猪猪
  1. Clanguage

    0下载:
  2. C语言课程设计案例精编,包括贪吃蛇游戏 ,计算器,黑白棋游戏,迷宫问题,扫地雷游戏 等等 -C language curriculum design, fine series of cases, including the Snake games, calculator, Reversi game, maze problems, mine sweeping games and so on
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:59381
    • 提供者:yufeng
  1. migongwenti

    0下载:
  2. 迷宫问题 的求解,运用在vc6.0德尔c++编译程序中-mogongwenti
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:848
    • 提供者:wangyu
  1. migongyumataqipan

    0下载:
  2. 迷宫问题、马踏遍棋盘问题 都很详细的可以-Maze problem the horse travels checkerboard problem can look very detailed
  3. 所属分类:assembly language

    • 发布日期:2017-12-05
    • 文件大小:504544
    • 提供者:辰辰米
  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-09
    • 文件大小:2109036
    • 提供者:dahaideerzi0
« 12 »
搜珍网 www.dssz.com