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

搜索资源列表

  1. Maze

    0下载:
  2. 迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK, * 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary. * Each step can be made horizontally or vertically for one more gri
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1372
    • 提供者:JerryJiang
  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. maze

    0下载:
  2. 典型的迷宫算法,用数据结构——栈来实现,很好的代码-maze
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1840
    • 提供者:任雪菲
  1. maze

    0下载:
  2. 老鼠走迷宫。。。用回溯法求解。。。。矩阵记载迷宫资料-Maze rats. . . Method with backtracking. . . . Recorded in the maze of information matrix. . . .
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1088
    • 提供者:star
  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. Exp4

    0下载:
  2. 利用栈制作的控制台的迷宫,静态二维数组初始化迷宫-Making use of the console stack maze, a maze of static two-dimensional array initialization
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6961
    • 提供者:zhaolu
  1. labyrinth

    0下载:
  2. 迷宫游戏(8086 汇编)可随机生成地图或者使用固定地图,至少要有五关,每关地图至少为 5*5,地图中要有一个入口和一个出口,入口到出口之间要有通路-Maze Game (8086 compilation) can be randomly generated map or use the fixed map, at least five passes and map at least every Guan 5* 5, the map should have one entrance and on
  3. 所属分类:Windows Develop

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

    0下载:
  2. 这是一个迷宫程序,用户可以自行玩迷宫.程序可以自动生成迷宫-maze program
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:27552
    • 提供者:丽丽
  1. worms

    0下载:
  2. Maze code in OpenGL. Good one.
  3. 所属分类:OpenGL program

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

    0下载:
  2. 迷宫通路算法实现 希望对大家有用 大家自己看看把 -maze complete算法实现 希望对大家有用 大家自己看看把
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:526
    • 提供者:cc
  1. Maze

    0下载:
  2. 用链表实现的迷宫游戏,该链表TList是一个模板类链表-Achieved with the maze game list, the list is a template class TList list
  3. 所属分类:Other Games

    • 发布日期:2017-04-06
    • 文件大小:2328
    • 提供者:胡斌
  1. Maze

    0下载:
  2. 迷宫自动生成程序,并且可以将生成的迷宫以BMP文件格式保存下来。需要输入的参数为迷宫的长度、宽度和长宽格数。-Automatic generation of the maze procedure, and the maze can be generated in BMP file format saved. Parameters need to enter the maze of the length, width and length and width of the cells.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:41205
    • 提供者:鲁锐
  1. mouse

    0下载:
  2. 问题描述:在一个迷宫内,猫正在追老鼠,猫总是选择在迷宫中到老鼠最近的路线走,而老鼠也选择远离猫的路线逃离。模拟猫抓老鼠的动态过程。 -Problem Descr iption: In a maze, the cat is chasing a mouse, a cat always choose to mice in the maze of lines recently, and the mice chose to flee away from the cat' s line. Simu
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:3873
    • 提供者:刘静霞
  1. maze

    0下载:
  2. 迷宫问题,解决简单的迷宫解决问题,不是图形界面,数组实现-solution of maze
  3. 所属分类:Other Games

    • 发布日期:2017-04-08
    • 文件大小:153886
    • 提供者:王睿
  1. Maze

    0下载:
  2. 迷宫(8个方向)求解,INPUT.TXT OUTPUT.TXT-MAZE,SAVE RESULT ,INPUT.TXT OUTPUT.TXT
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:14591
    • 提供者:wangfei
  1. mg

    0下载:
  2. 汇编语言完成的迷宫游戏,可以运行,可以再dos中玩这个小游戏-Assembler language to complete the maze game, can run, you can re-dos in playing this game
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:4666
    • 提供者:xiaochong
  1. maze

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

    • 发布日期:2017-04-16
    • 文件大小:355753
    • 提供者:david
  1. MAZE

    0下载:
  2. 该迷宫游戏系统具有下列功能: ⅰ、储存玩家的游戏进度,只要选择continue game 就能使用曾经用过的用户名继续游戏,并积累游戏分数。 2、给各个玩家评分并会进行排名。排名可在排行榜上查到。并且系统还会通过玩家的积累分数判断玩家的级别,共分为五个级别。0~300为baby,300~900为student,900~1800为teacher,1800~3300为professor。 -The maze game system has the following functions:
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:5494
    • 提供者:Andrew
  1. maze

    0下载:
  2. 迷宫 数据结构上机课程设计——源代码 使用二维数组-Maze data structure courses on machine design- the source code using two-dimensional array
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:19210
    • 提供者:yueer
  1. maze

    0下载:
  2. 数据结构中迷宫的实现-Data structure in the realization of the maze
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1612
    • 提供者:phonixJ
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com