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

搜索资源列表

  1. Maze

    0下载:
  2. 基于API函数的windows编程的迷宫,开发软件是Visual c++。可以实现简单普通困难三个级别,也可以自定义迷宫的宽高,并显示迷宫的最短路径,同时有背景音乐。-Maze, windows-based software development programming API function is Visual c++. Can be difficult to achieve a simple ordinary three levels, you can also customize th
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3277437
    • 提供者:翟舒青
  1. Maze-Problem

    0下载:
  2. 经典迷宫问题BFS,手动打表寻找出口解决-Classic maze problem, manually hit the table looking for export
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:971
    • 提供者:
  1. maze

    0下载:
  2. 随机画出迷宫,输入起点终点,寻找迷宫路径-Random draw maze, enter starting and ending points, find the maze path
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:729891
    • 提供者:苏宪龙
  1. Maze-CPP-code

    0下载:
  2. 迷宫问题 C++ 代码实现-Maze C++ code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:182129
    • 提供者:肖冬冬
  1. maze

    0下载:
  2. 经典的迷宫问题 可用于对强化学习最优路径的研究-The classic maze can be used to study the optimal path reinforcement learning
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1645
    • 提供者:虎楠
  1. Romeo-and-Juliet-maze-problem

    0下载:
  2. 罗密欧与朱丽叶的迷宫问题。罗密欧与朱丽叶身处一个m×n的迷宫中,如图所示。每一个方格表示迷宫中的一个房间。这m×n个房间中有一些房间是封闭的,不允许任何人进入。在迷宫中任何位置均可沿8 个方向进入未封闭的房间。罗密欧位于迷宫的(p,q)方格中,他必须找出一条通向朱丽叶所在的(r,s)方格的路。在抵达朱丽叶之前,他必须走遍所有未封闭的房间各一次,而且要使到达朱丽叶的转弯次数为最少。每改变一次前进方向算作转弯一次。请设计和实现一个算法帮助罗密欧找出这样一条道路。-Romeo and Juliet m
  3. 所属分类:Other systems

    • 发布日期:2017-06-02
    • 文件大小:14434459
    • 提供者:zhangqian
  1. maze

    0下载:
  2. 用C语言写的迷宫程序,可以输出路径,这个对数据结构应该有用-Written in C language maze procedure can output path, this should be useful for data structures
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:183708
    • 提供者:
  1. Maze

    0下载:
  2. 迷宫的总路径和最短路径,简单实现方法,单路径寻找终点时动态演示。-The total path of the maze and the shortest path, a simple method
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:213895
    • 提供者:王三少
  1. A-maze

    0下载:
  2. VC下的一个迷宫游戏,有源代码,玩家控制上下左右走出迷宫-VC under a maze game, source code, players control up and down out of the maze
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:348299
    • 提供者:sanye
  1. MAZE

    0下载:
  2. 一个老鼠走迷宫的程序,用C++编写,用到了堆栈和数组,方便实用,VC++6.0编写-A Mouse Maze procedure using C++ write, use the stack and arrays, convenient and practical, VC++6.0 write
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:358119
    • 提供者:管学宁
  1. Maze

    0下载:
  2. 基于C++的一个走迷宫算法,可以输出迷宫与走出的路径,无路径则提示无法走出-Maze algorithm is based on a C++, you can output the path out of the maze, no path is prompted not out
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1089937
    • 提供者:张聪
  1. Maze

    0下载:
  2. 一个关于走迷宫的小程序,以矩阵形式来表示迷宫-A small program on Maze
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1783
    • 提供者:王明
  1. Maze

    0下载:
  2. 实现一个简单迷宫的的求解,利用堆栈,而不是用递归实现。对于初接触数据结构者有一定的参考价值。-Achieve a simple maze solving, using the stack instead of recursive. For those early exposure data structure has a certain reference value.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:216532
    • 提供者:俞航
  1. maze

    0下载:
  2. 用栈实现走出迷宫的的程序,有迷宫的具体矩阵-implement program of the maze using stack,
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-27
    • 文件大小:9831730
    • 提供者:灵竹子
  1. maze

    0下载:
  2. Microsoft c# 官方教学 迷宫游戏工程文件-Microsoft c# project file official teaching maze game
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:50201
    • 提供者:
  1. Random-Maze-Traversal

    0下载:
  2. 創建一個自定義的隨機迷宮然後尋找迷宮路徑並且把路徑標識出來-Create a custom random labyrinth maze path and then to find out the path identifier
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1790
    • 提供者:ZJ
  1. Maze

    0下载:
  2. a maze animation simulation solved by recursion written by c-a maze animation simulation solved by recursion written by c++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:188522
    • 提供者:Python
  1. Maze-Problem

    0下载:
  2. C语言实现宽度优先搜索解决迷宫问题,求最短路径-maze problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1011
    • 提供者:jackietseng
  1. maze

    0下载:
  2. 数据结构堆栈实现的一段走迷宫的程序,c++语言实现的-maze by stack
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-22
    • 文件大小:6284479
    • 提供者:颜刚
  1. maze

    0下载:
  2. 编写一个程序求解迷宫问题,迷宫是一个m行n列的0-1矩阵,其中0表示无障碍,1表示有障碍,设入口为(1,1),出口为(m,n),每次移动只能从一个无障碍的单元移到其周围8个方向上任一无障碍的单元,编制程序给出一条通过迷宫的路径。 要求:(1)输入m*n的迷宫矩阵,如: 6 9 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 1 1 0 1 1 0 0 0 0 1 1 1 1 0 1 1 1 1 0 1 1 1 0 1 0 0 1 0 0
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1357
    • 提供者:jiaochongze
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 40 »
搜珍网 www.dssz.com