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

搜索资源列表

  1. maze

    0下载:
  2. 简单的迷宫问题C++源码,数据结构中实习的题目——迷宫问题。-Simple maze problem C++ source code, practice topics in the data structure- maze.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:30360
    • 提供者:杨客
  1. maze

    0下载:
  2. 输入迷宫的行数,不大于20,输入迷宫的列数,不大于20,随机建立迷宫,输入入口坐标和出口坐标,找出走出迷宫的路径-Enter the maze the number of rows is not greater than 20, enter the number of columns in the maze, not more than 20 randomly create the maze, and enter the entrance coordinates and export coord
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:194447
    • 提供者:makaalbarn
  1. Maze

    0下载:
  2. 走迷宫问题的解决代码,只要可以,一定可以找到一条通路-This is a programing code about “How dose a mice to find a way to go out of a maze"
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:191843
    • 提供者:zuanshipaopao
  1. Maze

    0下载:
  2. 该程序是数据结构栈的应用,迷宫游戏,该游戏自动完成迷宫的路径并显示。-The program is the application of data structure stack, a maze game, the game automatically complete the path of the labyrinth and displayed.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:938662
    • 提供者:柳祚鹏
  1. maze

    0下载:
  2. source code for maze game
  3. 所属分类:Other Games

    • 发布日期:2017-04-14
    • 文件大小:5332
    • 提供者:Azizi
  1. Maze--spurt--

    0下载:
  2. 电脑鼠校级竞赛参赛程序,能稳定的搜索迷宫,并进行最后冲刺,遍历搜寻以寻找最优路径-IEEE micro mouse the competition the procedure, can stable search maze, and final sprint, traverse search to find the most optimal path
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:99231
    • 提供者:何成洋
  1. maze

    0下载:
  2. 迷宫程序,采用c 编写,集娱乐性与一身。-Maze procedure, c prepared set of entertainment and a.
  3. 所属分类:Other Games

    • 发布日期:2017-04-16
    • 文件大小:34912
    • 提供者:john
  1. maze

    0下载:
  2. 走迷宫程序,输入为迷宫结构(二维数组存储,0代表走廊,X代表墙),输出迷宫是否有解,以及走迷宫的最小步数-program to pass a maze
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-10
    • 文件大小:1251
    • 提供者:兰兰
  1. Maze-of-export

    0下载:
  2. 用MFC 写的一个求解迷宫出口算法演示问题,可以设置迷宫的规格,并且动态显示求解迷宫出口问题的动态显示。-Write a demonstration to solve the maze export algorithm using MFC, you can set the specifications of the maze, and the dynamic display of the dynamic display of solving the maze of export issues.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-09
    • 文件大小:16110090
    • 提供者:张亮
  1. maze

    0下载:
  2. maze solution 适用于迷宫求解,求解路径问题,从入口去寻找出口结束-maze solution
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2301
    • 提供者:lu
  1. maze

    0下载:
  2. 用VC6.0编写的生成和求解迷宫的程序,利用堆栈实现,代码比较简单,可以用来参考。-Written by VC6.0 generate and solve the maze procedure, and use the stack, the code is relatively simple, can be used to refer to.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1145
    • 提供者:王岱维
  1. maze

    0下载:
  2. a program that creates a maze and allows the user to move around in it
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:20164
    • 提供者:bogdan
  1. maze

    0下载:
  2. 根据图的广度优先搜索算法,用数组模拟队列处理的迷宫问题。-According to the graph breadth-first search algorithm queue processing using an array of simulated maze.
  3. 所属分类:Data structs

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

    0下载:
  2. to generate a maze randomly and find the path
  3. 所属分类:Data structs

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

    0下载:
  2. 有关迷宫的简单讲解 让初学者了解这个 供大家参考-something about maze
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-24
    • 文件大小:9976
    • 提供者:张思
  1. Maze

    1下载:
  2. 电脑鼠走迷宫代码,基于周立功615电脑鼠,修改了,转弯与速度,可连续转弯-emouse, maze, zhouligong 615,fast
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:114624
    • 提供者:yujialiang
  1. Maze

    0下载:
  2. 实现迷宫算法,已知入口点和出口点,输出从入口到出口的一条路径-Maze algorithm, known point of entry and exit points, the output of a path from entrance to exit
  3. 所属分类:Console

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

    0下载:
  2. 电脑鼠走迷宫的智能算法,基于lm615arm单片机的电脑鼠-Intelligent algorithm of the computer mouse maze, microcontroller-based lm615arm computer mouse
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:105533
    • 提供者:李建勇
  1. AStar-Maze

    0下载:
  2. 迷宫问题的A星算法程序,用户可以设置起点、终点以及障碍物。MFC-A star algorithm of the maze problem, the user can set the start, end, and obstructions.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:119488
    • 提供者:Gao
  1. Maze

    1下载:
  2. 基于不相交集合的迷宫生成及生成迷宫的求解-Disjoint sets use in maze generation and solving the generated maze
  3. 所属分类:Java Develop

    • 发布日期:2014-12-17
    • 文件大小:12288
    • 提供者:luotao
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 50 »
搜珍网 www.dssz.com