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

搜索资源列表

  1. x_maze

    0下载:
  2. X Windows下的迷宫程序-X Windows labyrinth procedure -Maze procedure-X Windows X Windows labyrinth procedure
  3. 所属分类:Linux Network

    • 发布日期:2017-12-06
    • 文件大小:6154
    • 提供者:新来的
  1. MAZE

    0下载:
  2. 穷举法走出迷宫的代码,自己写的小玩意儿,界面还算友好,欢迎下载,谢谢。-Exhaustive method code out of the labyrinth, write your own gadgets, the interface is pretty friendly welcome to download, thank you.
  3. 所属分类:Other Games

    • 发布日期:2017-11-25
    • 文件大小:3399
    • 提供者:natsumi
  1. maze

    0下载:
  2. 一个VC++编写的迷宫游戏,目录下包含了4个迷宫相关的源代码:简单的迷宫生成算法、复杂的迷宫生成算法、简单的迷宫搜索算法、复杂的迷宫搜索算法-A maze game based on VC++. the directory contains four the labyrinth associated source code generation algorithm: a simple maze generation algorithm, a complex maze, a simple maze
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-07
    • 文件大小:107520
    • 提供者:huangq
  1. wanggemigongxiaoche

    0下载:
  2. 该程序源码是为了实现一辆由黑线引导行进路线的智能小车。要求小车在活动场上能利用传感器判断黑线的位置,并自自动沿黑线前进并走出迷宫。-The program source code to a guide by the black line the route of the smart car. Car in the activity field using sensors to determine the position of the black line, and since automati
  3. 所属分类:SCM

    • 发布日期:2017-12-04
    • 文件大小:30884
    • 提供者:许万塔
  1. program3

    0下载:
  2. 数据结构实验,有关迷宫的算法,可以输入一个迷宫,功能有迷宫的输出,带路径的迷宫输出-Structure experiments, data about the maze algorithm, you can enter a maze, maze output function, with the path of the labyrinth output
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:1155027
    • 提供者:zhuyanqing
  1. maze

    0下载:
  2. 完成迷宫程序的设计 输入 从maze.txt文件读入迷宫,格式如下 其中第一行为迷宫的阶数N,接下来是一个N*N的矩阵代表迷宫,0为路径,1为障碍物。 实验要求 要求自学查询技术文档,利用STL 的stack 类,完成以下要求的功能: 1. 打印迷宫: DisplayMaze()或者重载<< 其中(1,0)位置和(N-2,N-1)位置打印“=>,其余的1的位置打印“##”,0的位置打印“ ”(两 个空格),注意每个位置都是两个字符。 打印示例
  3. 所属分类:Console

    • 发布日期:2016-03-13
    • 文件大小:207872
    • 提供者:ld
  1. src

    0下载:
  2. C编的控制台小游戏源码:暗影迷宫文件内容:导入的文件内容必须是以0和1构成的矩阵图(0代表墙,1代表通道),不能有其他数字,且矩阵元素间以空格分隔。请参考以下导入文件的格式进行编辑。-C series console game source: the Shadow Labyrinth file content: the content of the imported file must be based on 0 and 1 matrix (0 for wall, on behalf of th
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-14
    • 文件大小:12188
    • 提供者:吴勇辉
  1. STC12c5a60s2

    1下载:
  2. 基于单片机的迷宫小车系统设计 这是一款 由STC12c5a60s2单片机控制的迷宫小车程序,采用了5路红外避障,2路光电循迹,同时有霍尔传感器测距,12864显示的一款毕业设计-The design of labyrinth car system based on MCU This is a STC12c5a60s2 single chip to control the maze car program, using 5 infrared obstacle avoidance
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-04-05
    • 文件大小:67121
    • 提供者:王靖
  1. Labyrinth

    0下载:
  2. 利用栈实现的迷宫求解算法,可以进行多通道迷宫的求解,需要手动写入迷宫图形-Use stack to achieve the maze solving algorithm, can be multi-channel maze solving, you need to manually write the maze graphics
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:4878
    • 提供者:冯小珂
  1. Labyrinth

    0下载:
  2. 迷宫游戏,找出走迷宫的所有路径和最短路径,进行打印-Maze game, maze to find all the paths and the shortest path for printing
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-18
    • 文件大小:263509
    • 提供者:叶倩莹
  1. labyrinth

    0下载:
  2. 用c语言求解迷宫问题 很详细是一个比较不错的课设-Problem solving maze with c language is a very detailed set relatively good lesson
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:68772
    • 提供者:朱洁
  1. park

    0下载:
  2. 迷宫数据结构de 迷宫方程实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序-De labyrinth maze data structure equations for the realization of a linked list storage structure of the stack type, and then write a program to solve a maze of non-recursive
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:565522
    • 提供者:郭晓锋
  1. maze

    0下载:
  2. 迷宫游戏的变成,无图形界面,可以自行生成迷宫,或读取迷宫(迷宫的读取文件需要自己编写.txt)等多种生成迷宫方式。有部分bug存在-Maze game becomes, no graphical interface, you can self generate maze, or read the labyrinth (maze to read files need to write your own. Txt) and other ways to generate mazes. Some bug
  3. 所属分类:Other Games

    • 发布日期:2017-04-06
    • 文件大小:9427
    • 提供者:liudongzhu
  1. Labyrinth

    0下载:
  2. 用java实现数据结构中的迷宫探索,迷宫自动生成-Data structure using java explore the maze, the maze automatically generated
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:1768
    • 提供者:dy
  1. migong

    0下载:
  2. 设计一个OpenGL程序,创建一个三维迷宫,支持替身通过一定交互手段在迷宫中漫游,基本功能包括:  迷宫应当至少包含10 * 10 个Cell,不能过于简单,下图给出一种示例。  读取给定的替身模型,加载到场景中。  键盘方向键控制替身转向与漫游。  有碰撞检测,替身不应当穿墙。  支持切换第一视角和第三视角进行观察。  迷宫场景中的墙、地面等应贴上纹理。 扩展功能:
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-10
    • 文件大小:2538263
    • 提供者:张天扬
  1. Creat-Alarm-

    0下载:
  2. scheme 建立警报器光学迷宫3d模型-scheme to establish an optical labyrinth 3d models Sirens
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:550
    • 提供者:zqy
  1. Desktop

    0下载:
  2. 单片机晶振为11.0592MHz的纳秒级别延迟子函数 迷宫小车,五个传感器,三个控制转弯-Microcontroller crystal is 11.0592MHz nanosecond-level latency Functions Labyrinth car, five sensors, three control turning
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:3494
    • 提供者:付治
  1. MazeBug

    0下载:
  2. 软件学院实训阶段三任务3 - 挖迷宫,深度和广度算法的运用-Software Engineering Training Stage Three Task 3- dig Labyrinth
  3. 所属分类:Ajax

    • 发布日期:2017-04-07
    • 文件大小:2262
    • 提供者:yuchen
  1. migong

    0下载:
  2. 数据结构大作业“迷宫搜索”的MFC程序。含深度优先和宽度优先两种演示,可以鼠标编辑地图。界面良好,代码清晰。-Data structure operations " Labyrinth search" MFC program. Containing two kinds of depth-first and breadth-first presentation, you can edit the map mouse. Good interface, clear code.
  3. 所属分类:Data structs

    • 发布日期:2017-06-10
    • 文件大小:17492620
    • 提供者:费定宇
  1. AAA

    0下载:
  2. 迷宫非递归走法,利用循环即可。可做参考。-Non-recursive labyrinth walk, you can take advantage of the cycle. Do reference.
  3. 所属分类:assembly language

    • 发布日期:2017-05-02
    • 文件大小:1020668
    • 提供者:kiki
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com