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

搜索资源列表

  1. 迷宫求解问题

    1下载:
  2. 一次软件作业,迷宫的求解问题,有需要的可以直接下载,(c语言版)-a software operations, maze solving the problem, we need can be directly downloaded (c language version)
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2.12kb
    • 提供者:li
  1. 源代码(vc++)

    0下载:
  2. 里面装有 5 个小程序,分别是:0-1背包问题、二叉树遍历、链式表的实现、迷宫路径、资源最优配置算法。每个程序都有详细的说明,是我这两个学期所做的实验的一部分。-containing five small programs, namely : 0-2-1 knapsack problem, the binary tree traversal and the chain table and that the realization of the maze path, the optimal res
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:84.14kb
    • 提供者:葛兴高
  1. tracy

    0下载:
  2. 求迷宫中从入口到出口的所有路径是一个经典的程序设计问题。由于计算机解迷宫室,通常用的是“穷举求解”的方法,即从入口出发,顺某一方向向前探索,若能走通,则继续往前走;否则沿原路退回,换一个方向在继续探索,直到所有可能的通路都探索到为止。为了保证在任何位置上都能沿原路返回,显然需要用一个后进先出的结构来保存从入口到当前位置的路径。因此,在球迷宫通路的算法中应用“栈”也就是自然而然的事了。 -seeking maze exports from the entrance to the path of a
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:38.03kb
    • 提供者:Tracy
  1. ega-palace

    0下载:
  2. 用遗传算法解决迷宫问题-using genetic algorithms to solve maze problems
  3. 所属分类:其它文档

    • 发布日期:2015-06-12
    • 文件大小:7.92kb
    • 提供者:徐文臣
  1. migong

    0下载:
  2. 老鼠走迷宫问题,VC++6.0开发平台,实现图形的界面。-IEEE MicroMouse Maze Algorithm Research and Implementation of The Algorithm
  3. 所属分类:software engineering

    • 发布日期:2016-03-11
    • 文件大小:27.7kb
    • 提供者:赵灿
  1. Maze

    0下载:
  2. 数据结构的课程设计,利用堆栈的后进先出保存从起点开始的每一步行走。可以自定义迷宫地图,并在地图上标明,和用坐标表示行走路线。-Data structure of the curriculum design, use of the LIFO stack to preserve from the starting point for each walk away. Can customize the maze map and marked on the map, and the use of coo
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:3.09mb
    • 提供者:zlx
  1. Maze

    0下载:
  2. maze rthis file create and simulated maze: a 8*8 table and a robot that walk trough this -maze rthis file create and simulated maze: a 8*8 table and a robot that walk trough this ....
  3. 所属分类:software engineering

    • 发布日期:2017-05-01
    • 文件大小:512.83kb
    • 提供者:hossein
  1. Maze

    0下载:
  2. great maze game on pic18f4550 that i found... all credits to the coder of this file-great maze game on pic18f4550 that i found... all credits to the coder of this file
  3. 所属分类:Project Design

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

    0下载:
  2. 由0和1构成的m*n维矩阵M表示一个迷宫,其中0表示通路,1表示墙壁。迷宫入口为(1,1),出口为(m,n)。迷宫随机产生。试编一算法求出从入口点到出口点可沿八个方向或四个方向前进的一条通路,或显示没有通路-Maze example
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:54.31kb
    • 提供者:九凌
  1. The-Book-about-Mouse-Maze-Contest

    0下载:
  2. 周立功电脑鼠手册,绝对完整版本。针对的cpu是LM3S615。- The Book about Mouse Maze Contest aimed at cpu is LM3S615,by LigongZhou
  3. 所属分类:File Formats

    • 发布日期:2017-05-11
    • 文件大小:2.62mb
    • 提供者:DashLiu
  1. The-maze-mouse

    0下载:
  2. 电脑鼠在迷宫中自动记忆迷宫图形,检测之后,能够以最快最短的路径走出迷宫。-Computer mouse in a maze the automatic memory maze graphics, after detection, fastest shortest path out of the labyrinth.
  3. 所属分类:Project Design

    • 发布日期:2017-11-15
    • 文件大小:95.03kb
    • 提供者:王阳阳
  1. maze-game-

    0下载:
  2. 迷宫小游戏,就是简单的给出迷宫的外围设计,然后就是简单的操作方向键完成任务即可-Maze game, is given a simple maze peripheral design and simple operation direction key to complete the task to
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:9.22kb
    • 提供者:apple
  1. The-maze-established

    0下载:
  2. 数据结构,迷宫建立,c语言实现,找出迷宫路径。-Data structures, the maze established, c language, find out the maze path.
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:11.62kb
    • 提供者:颜高朔
  1. maze

    0下载:
  2. vc电脑鼠迷宫可视化仿真,有良好的可视化效果-vc computer mouse maze visual simulation, with good visual effects
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:264.47kb
    • 提供者:王力
  1. maze

    0下载:
  2. 制作迷宫游戏的最基础的程序,初学者可以参考一下-Making maze game of the most basic procedures, beginners can refer to
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:11.39kb
    • 提供者:刘磊
  1. line-maze-algorithm

    0下载:
  2. Teaching a Robot to Solve a Line Maze.
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:368.83kb
    • 提供者:Gaga Gogolauri
  1. maze

    0下载:
  2. paper q learning for solving a maze
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:860.37kb
    • 提供者:zeroshujin
  1. Maze

    0下载:
  2. 数据结构课程设计迷宫问题完整报告,里面附有源代码和实验结果截图。-Curriculum design maze full report, which is attached to the source code and experimental results screenshots.
  3. 所属分类:software engineering

    • 发布日期:2017-05-01
    • 文件大小:32.18kb
    • 提供者:炮灰
  1. maze

    0下载:
  2. 一种用于迷宫搜索路径的作业算法,帮助同学们理解堆栈-A maze of job search path algorithm, to help students understand the stack
  3. 所属分类:Software Testing

    • 发布日期:2017-04-29
    • 文件大小:165.72kb
    • 提供者:ljjk
  1. maze-solver

    0下载:
  2. This project is used to solve maze puzzle in a easy manner.
  3. 所属分类:Project Design

    • 发布日期:2017-05-04
    • 文件大小:16.69kb
    • 提供者:deepi
« 12 3 4 »
搜珍网 www.dssz.com