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

搜索资源列表

  1. Puzzle

    0下载:
  2. 简易迷宫游戏 适合初中级读者,设计位图操作、文件操作、键盘操作、简易地图等,主要是完整的设计思想-Simple maze game for junior high school-level readers, design bitmap operations, file operations, keyboard operation, simple maps, the main design idea is a complete
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:39162
    • 提供者:matthew
  1. Maze

    0下载:
  2. 一个基于JAVA的小程序,关于迷宫问题的,是我们的一个课后作业。-Maze
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-13
    • 文件大小:2547
    • 提供者:钟邱
  1. labyrinth

    0下载:
  2. 用C++实现的迷宫应用程序!可从文本文件中读入相应的迷宫!深度搜索实现!-Using C++ implementation of the maze applications! Can be read from the text file corresponding to the maze! Realize the depth of search!
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:104261
    • 提供者:陈新杰
  1. Puzzle

    0下载:
  2. VC++和openGL开发的迷宫程序,通过鼠标点击事件完成游戏。-Developed by VC++ and openGL ,and you can click the mouse to play the game。
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:1848680
    • 提供者:
  1. datastruct_example

    0下载:
  2. 本人讲授数据结构课程时的所写的示例程序,结构清晰规范,有注释,全部可编译运行,包括如下代码: 长整数:ch0_bigint2.c 顺序表的实现:ch2_stable.c 链表的实现ch2_ltable.c 合并两个有序表:ch2_stable_merge.c 表达式计算:ch3_express.c 队列的链式实现:ch3_lqueue.c 栈的链式实现:ch3_lstack.c 迷宫求解:ch3_maze.c 队列的顺序实现:ch3_squeue.c
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:14766
    • 提供者:kk.h
  1. Recursivemthodtogenerete2Dmaze

    0下载:
  2. 递归法生成2D迷宫,是想学习游戏编程的一个典型例子-Recursive method to generate 2D maze, want to study game programming are a typical example of
  3. 所属分类:Game Program

    • 发布日期:2017-04-08
    • 文件大小:919
    • 提供者:ciweijsf
  1. 645648

    0下载:
  2. 迷宫的生成和算法,可有一点问题请大家帮忙修改一下 -Maze generation and algorithms, can have a little problem, please help everyone make some corrections
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-30
    • 文件大小:11922243
    • 提供者:zhangbo
  1. m

    0下载:
  2. 7. 迷宫问题 给一个20×20的迷宫、起点坐标和终点坐标,问从起点是否能到达终点。 输入数据:’.’表示空格;’X’表示墙。 -7. Maze problem to a 20 × 20 maze, the starting point coordinates and end coordinates, from the question whether the starting point to reach the terminal. Input data: ' .'
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:160171
    • 提供者:松柏长青
  1. Source

    0下载:
  2. 用VC编程实现迷宫游戏。调试环境:Win XP;VC++ 6.0-Programming with VC games maze. Debugging environment: Win XP VC++ 6.0
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1736877
    • 提供者:李荣
  1. xtem

    0下载:
  2. 压缩包里有5个c程序,分别实现5个不同的算法:1个迷宫算法,-个货郎担算法-Compression bag 5 c procedures, respectively, to achieve five different algorithms: a maze algorithm,- a traveling salesman algorithm ..
  3. 所属分类:Other windows programs

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

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

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

    0下载:
  2. 一个vc下实现的走迷宫游戏,预设一个简单的迷宫环境,用户输入移动方向,走出迷宫-Under a vc game of the Maze, by default a simple maze environment, the user enters the direction of movement out of the maze
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:492368
    • 提供者:qianchen
  1. algorithm

    0下载:
  2. 一些常用的算法, 包括 汉诺塔、走迷宫等-Some commonly used algorithms, including the Tower of Hanoi, Maze, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1196611
    • 提供者:
  1. 123

    0下载:
  2. 迷宫问题,如何在C/C++环境下实现迷宫问题-Maze problem, how C/C++ environment the question of the realization of the maze
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:841
    • 提供者:宁宁
  1. migong

    0下载:
  2. 走迷宫 自动绕行 红外线导航 遇到障碍物自动避开-migong
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:669
    • 提供者:周方磊
  1. migong

    0下载:
  2. 本程序主要是用栈来实现迷宫问题。所用算法是非递归算法,输入为迷宫的行数和列数,然后在对应位置上输入其值(0表示该位置通,1表示该位置不通)。输出则是以三元组(i,j,d)的形式,其中(i,j)表示迷宫中的一个坐标,d表示走到下一坐标的方向,-This procedure is mainly used to achieve the maze problem stack. Algorithm used in a non-recursive algorithm, enter the number of
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:19168
    • 提供者:尹素芳
  1. Maze

    0下载:
  2. 老鼠爬迷宫, 迷宫地图可自己设置, 老鼠走的路线,每走一步,都会实时输出,走错了会倒退,直到走出迷宫。-Rats climbing maze, the maze map to their own settings, the mouse line, every step will be real-time output, is going the wrong way will lead to retrogression, until out of the maze.
  3. 所属分类:Game Program

    • 发布日期:2017-03-30
    • 文件大小:5486
    • 提供者:Eileen
  1. search

    0下载:
  2. 迷宫搜索 ,A*算法 ,自动生成迷宫矩阵,查找最短路径-Maze search, A* algorithm, automatic generation of matrix maze to find the shortest path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:636365
    • 提供者:梁旭
  1. ourgame

    0下载:
  2. 迷失森林 一个精灵在森林里走迷宫,有生命值-LOSE Sprite mySprite.paint(g)
  3. 所属分类:J2ME

    • 发布日期:2017-04-02
    • 文件大小:81572
    • 提供者:raito
  1. maze

    0下载:
  2. 数据结构 迷宫源代码。可以实现迷宫算法-datastruct maze
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:355753
    • 提供者:david
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com