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

搜索资源列表

  1. cabyrinqh

    0下载:
  2. Maze using backtracking algorithm design of the labyrinth - backtracking methods!
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:onzine
  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. 9359736

    0下载:
  2. 数据结构里的迷宫实验,把它编成一个类似坦克游戏的程序(Data structure in the maze experiment, put it into a similar tanks game program)
  3. 所属分类:组合框控件

    • 发布日期:2017-12-30
    • 文件大小:576512
    • 提供者:Gqvin
  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. 6999934

    0下载:
  2. 此程序是一个迷宫的小游戏,只要用键盘的方位键就可以控制,(This program is a maze of small game, as long as the location of the keyboard can control,)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:22528
    • 提供者:storagm
  1. guguyu9899

    0下载:
  2. 图像处理作为小车走迷宫过程中获得信息的第一过程,对于小车的计算路径和确认位置起到了根本的作用(The image processing is the first process of obtaining information in the maze, and plays a fundamental role in the calculation path and the confirmation position of the car)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-20
    • 文件大小:76800
    • 提供者:hihi8876699
  1. 774931

    0下载:
  2. The data structure breadth-first search maze the short circuit
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:kukunn99
  1. 长方阵迷宫

    0下载:
  2. 实现自动生成迷宫功能,以及对应的迷宫求解,也可以自己构造迷宫并求解。(Achieve automatic generation of maze function, and the corresponding maze solution, you can also build their own maze and solve.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:194560
    • 提供者:ygcorange
  1. 460501

    0下载:
  2. 下载DOS版和windows版的迷宫游戏全部代码(Download the DOS version and all the Windows version of the maze game code)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:241664
    • 提供者:reflucteon
  1. ocstavlesaid

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

    • 发布日期:2017-12-30
    • 文件大小:2048
    • 提供者:tmrgkt
  1. qnputany

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

    • 发布日期:2017-12-29
    • 文件大小:3072
    • 提供者:Myraav
  1. 迷宫

    0下载:
  2. 使用C++语言,在windows环境下实现一个简单的迷宫程序(To achieve a simple maze procedures)
  3. 所属分类:Windows编程

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

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:磷火
  1. kmlozqe

    0下载:
  2. A good Maze algorithm 很好的一个Maze算法()
  3. 所属分类:对话框与窗口

    • 发布日期:2018-01-03
    • 文件大小:31744
    • 提供者:ZJ%252B54724
  1. composision

    0下载:
  2. A maze generator to a small program()
  3. 所属分类:Windows编程

    • 发布日期:2018-01-03
    • 文件大小:11264
    • 提供者:yngblo
  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 2 ... 34 35 36 37 38 3940 »
搜珍网 www.dssz.com