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

搜索资源列表

  1. labyrinth-java

    0下载:
  2. 数据结构中的迷宫算法,演示程序用java实现-data structure of the maze algorithm, demo program using java to achieve
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:276621
    • 提供者:曾柯
  1. PathFinder_Applet

    0下载:
  2. 一个很有意思的互动式的走迷宫程序。你可以用鼠标画出一个迷宫,然后电脑会找出迷宫走法。 当你点击\"Go\"按钮后,蓝色点会在你绘制的迷宫中试图找出通往绿色点的路径。-a very interesting interactions between the Maze procedure. You can use the mouse painted a labyrinth, and then the computer would find the maze in law. When you cli
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5940
    • 提供者:尤冉
  1. jmaze

    1下载:
  2. 关于用java解决迷宫多路径及最短路径的算法,并可以游戏,有两种算法,详细代码.-java solution on the use of multi-path labyrinth and the shortest path algorithm, and can play, there are two algorithms, detailed code.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:6814
    • 提供者:liuben
  1. javamigong

    0下载:
  2. java Labyrinth game;Provides two kinds to produce map s way stochastically: The stochastic distribution point method and the chart depth first traversal the law two kinds.It can searches the shortest way to demonstrate automatically
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:170993
    • 提供者:林络
  1. mn

    0下载:
  2. 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为扩展名。输入
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:54533
    • 提供者:景运革
  1. MazePath

    0下载:
  2. 程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并显示在屏幕上。 -Procedure goal: inputs a random size the labyrinth, extracts one with the stack to go out the labyrinth the way, and demonstrates on the screen.
  3. 所属分类:Java Develop

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

    0下载:
  2. 本程序中,以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。迷宫数据输入的形式为一个以"回车符"为结束标志且允许出现重复字符-This program, with an m × n matrix, said the long labyrinth of 0 and 1, respectively, the maze of paths and obstacles. Maze of data input in the form of a " carriage return&quo
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2969
    • 提供者:guanlong
  1. maze

    0下载:
  2. 你的朋友Jefferson在一个二维迷宫(可以视为是有N*M个格子的方阵)中迷了路,他目前只知道他的起始坐标(startX, startY)和他需要抵达的目的地坐标(destX, destY)。然而迷宫中有许多格子是不能进入的,还有一些格子是收费的——要知道Jefferson手头的现金(cash)极其有限。所以现在你需要写一个程序来帮助他:给出一条步数最短的路径,让Jefferson能够用手头的现金抵达目的地。 1. 迷宫表示,迷宫用一个二维矩阵表示。当用户输入N,M后,计算机随机生成一个N
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:1763
    • 提供者:张强
  1. Labyrinth

    0下载:
  2. 用java实现数据结构中的迷宫探索,迷宫自动生成-Data structure using java explore the maze, the maze automatically generated
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:1768
    • 提供者:dy
  1. MazeBug

    0下载:
  2. 软件学院实训阶段三任务3 - 挖迷宫,深度和广度算法的运用-Software Engineering Training Stage Three Task 3- dig Labyrinth
  3. 所属分类:Ajax

    • 发布日期:2017-04-07
    • 文件大小:2262
    • 提供者:yuchen
  1. labyrinth-java

    2下载:
  2. 走迷宫游戏java实现源代码,有具体的界面和详细的程序说明。-Labyrinth game Java source code, and implement a specific interface and detailed application instructions.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:20204
    • 提供者:石凤兴
  1. TestFactory

    0下载:
  2. Factory Method 将迷宫项目(TestFactory)使用FactoryMethod进行改写-Factory Method The Labyrinth Project (TestFactory) be rewritten using FactoryMethod
  3. 所属分类:Java Develop

    • 发布日期:2017-05-01
    • 文件大小:15422
    • 提供者:zhangqi
搜珍网 www.dssz.com