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

搜索资源列表

  1. maze

    0下载:
  2. 用C++编写的迷宫游戏,由于时间仓促,写的不是很好-Simple maze game
  3. 所属分类:Other Games

    • 发布日期:2017-05-13
    • 文件大小:3115152
    • 提供者:GMR
  1. maze

    0下载:
  2. 一个迷宫游戏,希望对学习C++的同学有所帮助-A maze game, I hope to learn C++ students help
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-24
    • 文件大小:31895
    • 提供者:杨希明
  1. maze

    0下载:
  2. 通过广度优先搜索的方法搜寻走通特定迷宫的最短路径-To find the nearest road in a maze by breast first search
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:527108
    • 提供者:LI
  1. maze

    0下载:
  2. 利用数组实现的迷宫代码,在VC环境下运行-Code using the array to achieve the maze, run in VC environment
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:182653
    • 提供者:xia
  1. maze-game

    0下载:
  2. 一款自己编的小白菜走迷宫的小游戏,是图像处理课上的大作业-Maze their own series of cabbage a little game, is the image processing operations on a large class
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:11221758
    • 提供者:莫斌峰
  1. Maze

    0下载:
  2. 实现最简单的小迷宫游戏,从文件里读图形,显示在桌面上-Achieve the most simple little maze game from the file read graphic display on the desktop
  3. 所属分类:Other Games

    • 发布日期:2017-04-07
    • 文件大小:947
    • 提供者:lifei
  1. Maze-solving-Two-way-circular-list

    0下载:
  2. 实现了经典的迷宫求解问题和双向循环链表问题,应用性很强-To achieve a classic two-way circular maze solving problems and problem list, the application of highly
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4329
    • 提供者:黎明
  1. Maze

    0下载:
  2. 迷宫问题求解,一个经典的算法。包含完整的程序代码,可以直接运行。-Maze problem solving, a classical algorithm. Contains the complete code can be run directly.
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1753539
    • 提供者:追风
  1. Maze

    0下载:
  2. 迷宫有一个入口,一个出口。一个人从入口走进迷宫,目标是找到出口。阴影部分和迷宫的外框为墙,每一步走一格,每格有四个可走的方向,探索顺序为:南、东、北、西。 -The maze has one entrance, one exit. A person from entry into the maze, the goal is to find the exit. Shaded and the maze of the frame for the wall, walk every step of a g
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:700
    • 提供者:王石
  1. maze

    0下载:
  2. 主函数中有存储迷宫的二维数组,可以构造出迷宫的图形,程序通过算法找到一条从入口到出口的路径并输出。-The main function in the maze of two-dimensional storage array can be constructed out of the maze of graphics, the program through the algorithm to find a path from the entrance to the exit and output
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:11780
    • 提供者:冀中子弟
  1. Smart-car-tracking-maze-procedure

    0下载:
  2. 循迹迷宫智能小车程序,可以避障,循迹,走循迹迷宫-Smart car tracking maze procedure
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:82213
    • 提供者:小正
  1. Maze-generation

    0下载:
  2. Maze generation algorithm
  3. 所属分类:Data structs

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

    0下载:
  2. 简单迷宫的搜索问题,其中#为路,*为墙,0为入口,1为出口,输入地图为矩阵-Simple maze search problem, where# is the way* for the wall, 0 is the entrance, one for export, enter the matrix map
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:711
    • 提供者:123
  1. Maze-production-of-teaching

    1下载:
  2. 迷宫制作教学(含GameMaker源码),简明阐述了迷宫游戏制作的思想和具体实现方法,步骤十分详细。-Maze production of teaching (including GameMaker source), concise exposition of the maze game production ideas and specific method, the steps are very detailed.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-26
    • 文件大小:1023223
    • 提供者:王颖
  1. MAZE

    0下载:
  2. a new way to solve MAZE problem using cellular automaton
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1014
    • 提供者:meysam
  1. MAZE(-)

    0下载:
  2. 迷宫小程序,使用MFC界面,数据结构课程设计!希望大家共同学习啊!-Maze of small programs using MFC interface, data structure course design! Hope that we learn together ah! Ho ho ho
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:67339
    • 提供者:TaoPeng
  1. Maze-Game

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

    • 发布日期:2017-04-04
    • 文件大小:2022
    • 提供者:情天栋
  1. maze

    0下载:
  2. 迷宫问题解答,适用于VC6.0用于一般初学者。-Maze of questions, for VC6.0 for general beginners.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:231002
    • 提供者:张琪
  1. maze

    0下载:
  2. 迷宫有一个入口,一个出口。一个人从入口走进迷宫,目标是找到出口。阴影部分和迷宫的外框为墙,每一步走一格,每格有四个可走的方向,探索顺序为地图方向:南(下)、东(右)、北(上)、西(左)。 输入:输入迷宫数组。第一行数据表示一个 n*n (n<=100)的迷宫;第二行开始的n行为迷宫数据。 其中:0表示路,1表示墙,起点在左上角 <1,1> 的位置,终点在右下角 <n,n> 的位置。 输出:若有解,输出从入口到出口的一条路径,否则输出 the
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:19461
    • 提供者:vengeance
  1. maze

    0下载:
  2. 一个简易的迷宫程序,自动生成迷宫,寻找路径走出迷宫。-A simple maze procedure, automatically generated maze, find the path out of the maze.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2400665
    • 提供者:王璐林
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
搜珍网 www.dssz.com