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

搜索资源列表

  1. Maze-copy.java

    0下载:
  2. source code to create a maze, without the graphical part
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2203
    • 提供者:cetha
  1. Maze-Game100

    0下载:
  2. 一个用c++实现的迷宫游戏,里面的算法不错,适合新手学习-Maze Game
  3. 所属分类:Game Program

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

    0下载:
  2. An small game that can generate a maze of specific size.
  3. 所属分类:Game Program

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

    0下载:
  2. 运用了设计模式中抽象工厂模式的迷宫游戏,不过只有两个房间,没有3d界面-The use of the design pattern abstract factory pattern maze game, but only two rooms, there is no 3d interface
  3. 所属分类:Game Program

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

    0下载:
  2. 迷宫小游戏,智力类小游戏,打发休闲时光,有趣,好玩,娱乐-Maze games, intellectual class of small game, pass the leisure time, fun, fun, entertainment
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-01
    • 文件大小:1672
    • 提供者:綦九华
  1. MAZE

    0下载:
  2. Its classic game of Maze.. Another game in greek laguage. But this game its in console application of VB. -Its classic game of Maze.. Another game in greek laguage. But this game its in console application of VB.
  3. 所属分类:Other Games

    • 发布日期:2017-03-28
    • 文件大小:177666
    • 提供者:Rafael
  1. maze

    0下载:
  2. 里面包含的是迷宫游戏的源代码,可以直接运行.exe文件,安装easyx即可编译运行-Which contains a maze game' s source code, you can run the .exe file directly, you can compile and run the installation easyx
  3. 所属分类:Other Games

    • 发布日期:2017-04-25
    • 文件大小:346780
    • 提供者:张扬
  1. Little-rabbit-maze

    0下载:
  2. 走迷宫:绘制和选择迷宫地图,系统能够自动寻找出口,支持鼠标和键盘操作 。通过画图函数设定迷宫,运用数据结构的相关知识,利用一定的算法,实现单步找寻迷宫出口的操作。-Maze: Maze map drawing and selection, the system can automatically find the exit, support mouse and keyboard. Maze set by the drawing function, using the knowledge of d
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1716
    • 提供者:孙静远
  1. Maze

    0下载:
  2. 可以根据txt文件自动生成迷宫,并寻找是否存在路径-Can be automatically generated according to txt file maze and find whether there is a path
  3. 所属分类:Games

    • 发布日期:2017-04-28
    • 文件大小:30346
    • 提供者:Lushuang
  1. Game-of-Maze

    0下载:
  2. MFC下编写迷宫游戏,C++编写,采用BFS自动寻路算法,-MFC ,c++,fun maze game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-21
    • 文件大小:5879743
    • 提供者:秋风
  1. Escape-the-maze

    0下载:
  2. 游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处,老鼠在规定时间内走到粮仓处,提示成功,否则提示失败,添加编辑迷宫功能,可修改当前迷宫,修改内容:墙变路、路变墙,出走出迷宫的所有路径,以及最短路径-Game task is to use the arrow keys on your keyboard to manipulate the mouse went granary at the specified time, the mice come within the specifi
  3. 所属分类:Other Riddle games

    • 发布日期:2017-06-12
    • 文件大小:19867786
    • 提供者:孙阳
  1. Maze-game

    0下载:
  2. 每次都随机生成迷宫线路,并且分为基础,中级,高级三个等级,休闲益智小游戏-Each time randomly generated maze route,Divided into the basis, intermediate, advanced three levels casual puzzle game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-25
    • 文件大小:12247
    • 提供者:long
  1. maze-game

    0下载:
  2. 一个用C语言写的迷宫游戏 定义一个8*8的格子,这64个格子是人物可以移动到的位置;障碍物定义为两个相邻格子之间的挡板,0或1两种状态。类似上述方法,可以定义整个迷宫的布局,64个格子,对应数目的挡板,迷宫出口,迷宫入口,小人,这些元素。 文件里,需要存储迷宫大小,挡板位置,出口,入口。 小人在任一位置,可以向四个方向移动,有挡板则可以移动,没挡板则不可以移动。 最优路径的提示,使用A星路径算法去做,实质是一个启发式广度优先遍历。-A written in C language
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-14
    • 文件大小:2644
    • 提供者:ShichaoLiang
  1. Maze-Game

    0下载:
  2. 这是一个迷宫游戏的内核,没有做图形化,不过基本功能做完了-Maze Game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-07
    • 文件大小:1236422
    • 提供者:kongwenze
  1. Maze-game

    0下载:
  2. 迷宫小游戏,通过java的学习,设计了一个迷宫的小游戏,给其他的学习者作为参考。-Maze game, through the study of Java, designed a maze of small game, as a reference to other learners.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-30
    • 文件大小:11800
    • 提供者:杨清
  1. maze

    0下载:
  2. 在dos环境下编写迷宫,并能够自动寻找最短的迷宫路径-look for the shortest path of maze
  3. 所属分类:Other Games

    • 发布日期:2017-04-30
    • 文件大小:35062
    • 提供者:嵘池
  1. Maze-Adventure

    0下载:
  2. 利用C语言编的一个可以作为迷宫探险的游戏,惊险 益智-Use the C language can be used as a maze adventure games, adventure puzzle
  3. 所属分类:Other Games

    • 发布日期:2017-04-30
    • 文件大小:24842
    • 提供者:夫子
  1. maze

    0下载:
  2. 基于安卓操作系统的迷宫游戏,附加迷宫地图设计器源代码,供广大游戏爱好者和游戏开发者使用。-Android-based operating system maze game, maze additional map design source code, for the majority of gamers and game developers.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-27
    • 文件大小:9561212
    • 提供者:张恒瑞
  1. maze

    0下载:
  2. 一个很不错的迷宫,希望大家喜欢,可以试试看,左上角下载!-A very good maze, I hope you like it, you can give it a try, the upper left corner of the download!
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-30
    • 文件大小:213422
    • 提供者:伍宏禹
  1. maze

    0下载:
  2. 一款简单的迷宫游戏,可以自行设计迷宫,可以自动完成迷宫路径。基于DELPHI设计,有助于研究路径算法,程序完整。-A simple maze game, can design their own labyrinth, maze path can be done automatically. Based on DELPHI designed to help research path algorithm, the program intact.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-04
    • 文件大小:262171
    • 提供者:康道之
« 1 2 3 4 5 6 78 9 10 11 12 ... 30 »
搜珍网 www.dssz.com