搜索资源列表

  1. foot_by_xueylloulan

    0下载:
  2. 用C++编写的迷宫求路径算法-prepared for the labyrinth path algorithm
  3. 所属分类:游戏

    • 发布日期:2024-05-19
    • 文件大小:95232
    • 提供者:薛云龙
  1. tangbiao132

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

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:李凤宪
  1. simplemaze

    0下载:
  2. 一个用Javascr ipt写的走迷宫游戏,用键盘上的→←↑↓键进行游戏,走出迷宫。请按照maze.txt中的说明把一部分代码复制到<head></head>之间,另一部分代码复制到<body></body>之间:-a written using Javascr ipt Maze games, the keyboard keys for the game, out of the l
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:王羊
  1. 迷宫程序1.10版

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

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:邵思瑾
  1. Maze简易迷宫

    0下载:
  2. 这是一个“迷宫”小游戏,键盘控制移动。执行环境为 TC 3.0。-This is a "labyrinth" mini games, mobile keyboard control. The environment for the implementation of TC 3.0.
  3. 所属分类:其他游戏

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:钟祖豪
  1. (1)

    0下载:
  2. 1、 用随机数生成的方式(要求用户输入随机数)产生一个迷宫:“1”表示墙,“0”表示路,最后的路径用“8”表示,若没有路径则打印报文,若有路径则打印出路径。 2、 通过堆栈及判断实现迷宫的自动寻找路径功能 -1, the random number generator of (requiring user input random number) produces a maze : "a" Wall said
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:37888
    • 提供者:毅君
  1. labyrinth

    0下载:
  2. 该项目是PC平台上为广大玩家所熟悉的益纸类游戏之一,是基于Mophum 环境的。-The project is on the PC platform for the majority of the players are familiar with one game benefits paper crafts, Mophum is based on the environment.
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-19
    • 文件大小:65536
    • 提供者:lvye
  1. mglj

    0下载:
  2. 数据结构:迷宫路径求解 数据结构:迷宫路径求解-data structure : labyrinth path data structure Solution : Solving the maze path data structure : Solving labyrinth path data structure : maze Solving Path
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:tylzsd
  1. LimitedLabyrinth

    0下载:
  2. labyrinth: you need to find the doable way to go to the destinaton.And then print out the path.-labyrinth: You need to find the doable way to go to the destinaton.And then print out the path.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:张丽颖
  1. puzzlemigong

    0下载:
  2. 这是一个迷宫程序,迷宫大小是根据你定的数组大小来决定的,enjoy it。-This is a procedural maze, the labyrinth is based on the size you the array size to decide, enjoy it.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:朱智
  1. labyrinth-java

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

    • 发布日期:2024-05-19
    • 文件大小:276480
    • 提供者:曾柯
  1. 12-3

    0下载:
  2. 关于如何走出迷宫的c语言程序,首先从键盘上输入迷宫进、出口位置,即可在屏幕上显示出口路线图。-on how out of the labyrinth c language program, the first from the keyboard input maze imports and exports position, can be displayed on the screen export the road map.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:孙红艳
  1. mouse001

    0下载:
  2. 老鼠走迷宮,隨機創建迷宮或由文件讀入迷宮檔,老鼠會記憶走過的路直到找到迷宮出口。-rats were randomly created by the maze or labyrinth document read into the stall, Mouse memory will be traversed by the road until they found a maze exports.
  3. 所属分类:游戏

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:胡德明
  1. newLabyrinth

    0下载:
  2. 程序开始运行时显示一个迷宫地图,迷宫中央有一老鼠。迷宫的右下方有一粮仓。游戏任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处。为了增加游戏的趣味性,在迷宫的路上设置若干门,一次通过后即锁上(变为墙)。 程序应使用SDI结构,有建立、修改和存储迷宫地图等功能。-started running shows a map of the maze, the labyrinth is a central rats. The lower
  3. 所属分类:其他游戏

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:海港
  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 t
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:尤冉
  1. jmaze

    0下载:
  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

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:liuben
  1. Labyrinth

    0下载:
  2. 迷宫算法的实现(带小游戏,支持鼠标和键盘操作) 初次尝试分层开发结构,使用Eclipse+Designer做界面,要求JDK1.6支持。源文件使用标准文档注释,带开发文档与类文档-Maze algorithm (with mini-games support mouse and keyboard to operate) the first attempts to develop layered structure, the use
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-19
    • 文件大小:209920
    • 提供者:上官剑敏
  1. Maze

    0下载:
  2. VB6实现的迷宫求解程序,可以保存迷宫或读取保存的迷宫-VB6 achieved to solve the maze procedure can be saved or read Save the maze labyrinth
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:18432
    • 提供者:fanli
  1. YQQ

    0下载:
  2. 迷宫寻宝,含有启动画面,图形不为矩形,走过路径可以显示,含有声音-Labyrinth Treasure Hunt, which contains startup screen, graphics are not rectangular, walked the path can be shown that contains the voices of
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:张伟
  1. migong554432

    0下载:
  2. 此程序是求迷宫中从入口 到出口的所有路径。在搜索中还要建立一个堆栈,将所走过的路记录下来,后退时将退出的路从堆栈中弹出。这样保证了最终保存的是迷宫的一条出路。栈底元素为入口坐标,栈顶元素为迷宫的出口坐标-This procedure is for the maze from the entrance to the export of all paths. In the search but also the establishment
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:wangnan
« 1 2 3 45 6 7 8 9 10 ... 13 »

源码中国 www.ymcn.org