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

搜索资源列表

  1. xlscg

    0下载:
  2. 程序目的 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径-Program to input a labyrinth of any size, use the stack and a maze path
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-25
    • 文件大小:3072
    • 提供者:aevejtiot
  1. migong

    0下载:
  2. 用c编写的一个迷宫游戏,可自动生成也可手动生成迷宫(C prepared by a maze game, automatically generated, you can manually generate mazes)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:463872
    • 提供者:zhihui
  1. Stack_Code

    0下载:
  2. 这是一款基于A-star算法的迷宫设计,用于学习与熟悉A-star算法,希望对大家有所帮助(This is a maze design based on A-star algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:3072
    • 提供者:渺辰
  1. sourbvthm

    0下载:
  2. 一个迷宫问题路径寻找的求解源程序代码,有注释,用VC++编写,(Solve a maze problem path searching for the source code, with comments, written in vc + +,)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-21
    • 文件大小:2048
    • 提供者:yaable
  1. 算法设计

    0下载:
  2. 问题描述:以一个m×n的长方形表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 基本要求:首先实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。(Problem Descr iption: a m * n rectangle represents the maze, and 0 and 1 i
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:2048
    • 提供者:beautiful
  1. ocstavlesaid

    0下载:
  2. 以一个的长方阵表示迷宫,字符 # 表示障碍, @ 表示死胡同(Said with a long square maze, character # said obstacle, @ said a dead end)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:2048
    • 提供者:tmrgkt
  1. 0下载:
  2. 走迷宫程序的写法,某年某月某大学某课程期末考试题(MAZE PROBLEM in MOU UNIVERSITY)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:磷火
  1. 算法第四次作业

    0下载:
  2. 使用搜索算法实现的0-1背包问题和迷宫问题(0-1 knapsack problem and maze problem by search algorithm)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:60416
    • 提供者:mmdxs
  1. project1

    0下载:
  2. 迷宫有一个入口,一个出口。一个人从入口走进迷宫,目标是找到出口。阴影部分和迷宫的外框为墙,每一步走一格,每格有四个可走的方向,探索顺序为:南、东、北、西。(The labyrinth has an entrance, an exit. A man walks into the labyrinth from the entrance, and the goal is to find the exit. The outer frame of the shadow and the maze is a
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:14336
    • 提供者:julian_
  1. 迷宫求解

    0下载:
  2. 迷宫问题是取自心理学的一个古典实验。在该实验中,把一只老鼠从一个无顶大盒子的门放入,在盒子中设置了许多墙,对行进方向形成了多处阻挡。盒子仅有一个出口,在出口处放置一块奶酪,吸引老鼠在迷宫中寻找道路以到达出口。对同一只老鼠重复进行上述实验,一直到老鼠从入口走到出口,而不走错一步。老鼠经过多次试验最终学会走通迷宫的路线。设计一个计算机程序对任意设定的矩形迷宫如下图A所示,求出一条从入口到出口的通路,或得出没有通路的结论。(The maze problem is a classical experim
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:混合双打
  1. The_Cuckoo's_Egg_Tracking_a_Spy.pdf

    0下载:
  2. Tracking a Spy Through the Maze Of Computer Espionage
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:802816
    • 提供者:white_bob
  1. no_6_version02

    0下载:
  2. 迷宫问题,用回溯的思想自顶向下进行遍历找到一条通路,用GUI显示(Maze problem, with the idea of backtracking top-down traversal to find a path)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:SDQWDWQ
  1. 基于网络通信&多路径&死胡同的java迷宫

    0下载:
  2. 1.基于网络通信的走迷宫 2.算法为栈,深度优先搜索遍历 3.基于线程 4.多路径的寻找 5.死胡同的判别 6.基于GUI实现(1. the maze of maze based on network communication 2. algorithm is the stack, the depth first search traversal 3. based on threads 4. The search for themultipath 5. Discriminat
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:14982144
    • 提供者:清于乐
  1. 走迷宫

    0下载:
  2. 给定一个大小为N*M的迷宫。迷宫有通道和墙壁组成,每一步可以向邻接的上下左右的通道移动。请求出从起点到终点所需要的最小步数。(Given a maze of N*M size. The labyrinth is composed of channels and walls, and each step can move to the adjacent, upper and lower channels. The minimum number of steps required from the
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:395264
    • 提供者:bobcat2005
  1. 迷宫

    0下载:
  2. 建立迷宫模型,采用c++进行编程,仿真界面显示迷宫和最快逃生路线。(The maze model is established, and the c++ is used to program. The maze and the fastest escape route are displayed in the simulation interface.)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:17502208
    • 提供者:sanxj
  1. 274310

    0下载:
  2. A maze generator to a small program()
  3. 所属分类:其他小程序

« 1 2 ... 12 13 14 15 16 17»
搜珍网 www.dssz.com