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

搜索资源列表

  1. 6

    0下载:
  2. 提供规定的回调函数并与其他软件模块(MazeGame.exe)相互配合实现一个由计算机控制的走迷宫游戏。-Provision for the callback function with other software modules (MazeGame.exe) complement each other to achieve a computer-controlled maze game.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:21675
    • 提供者:张琳
  1. zhanglin

    0下载:
  2. 提供规定的回调函数并与其他软件模块(MazeGame.exe)相互配合实现一个由计算机控制的走迷宫游戏。-Provision for the callback function with other software modules (MazeGame.exe) complement each other to achieve a computer-controlled maze game.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4589907
    • 提供者:张琳
  1. m21_CarCtrl

    0下载:
  2. 小车自动走迷宫,内含迷宫数字图像处理程序,迷宫算法。-Car with automatic maze, digital image processing program includes a maze, maze algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1484018
    • 提供者:许良备
  1. Maze

    0下载:
  2. 数据结构上面的走迷宫算法,用C++ 实现-Maze algorithm data structure above, using C++,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:2987
    • 提供者:执着
  1. puzzleWayOut

    0下载:
  2. 一个图形界面的设置迷宫,自动走迷宫的算法程序…包含知识有走迷宫算法,图形绘制,文件操作等-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:33191
    • 提供者:李清畅
  1. MyExplorerDll

    0下载:
  2. 利用 Direction GetNextDirection()函数来实现走迷宫算法的主要思想;1)在当前位置,若右手不为墙,则原地右转返回toright(d);2)否则返回 d; 若返回的d为墙,则主函数调用void OnError() 通知动态链接库,d向左转两次,然后再调DirectionGetNextDirection()-Using Direction GetNextDirection () function to achieve the main ideas without hav
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:1235607
    • 提供者:bob
  1. Genetic_Algorithm

    0下载:
  2. 基于遗传算法的走迷宫实现,主要算法原理为遗传算法,界面实现为WinForm-Maze based on genetic algorithm to achieve the main principle for the genetic algorithm method, the interface is implemented as WinForm
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:54003
    • 提供者:小光
  1. maze

    0下载:
  2. 迷宫是许多小方格构成的矩形,在每个小方格中有的是墙(图中的“1”)有的是路(图中的“0”)。走迷宫就是从一个小方格沿上、下、左、右四个方向到邻近的方格,当然不能穿墙。设迷宫的入口是在左上角(1,1),出口是右下角(8,8)。根据给定的迷宫,找出一条从入口到出口的路径。 采用分支法求一个解-Maze is composed of many small rectangular box in each small box in plenty of wall (in the figure &
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:149204
    • 提供者:jory
  1. maze-backtracking

    1下载:
  2. 迷宫是许多小方格构成的矩形,在每个小方格中有的是墙(图中的“1”)有的是路(图中的“0”)。走迷宫就是从一个小方格沿上、下、左、右四个方向到邻近的方格,当然不能穿墙。设迷宫的入口是在左上角(1,1),出口是右下角(8,8)。根据给定的迷宫,找出一条从入口到出口的路径。 采用回溯法-Maze is composed of many small rectangular box in each small box in plenty of wall (in the figure " 1&quo
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:165127
    • 提供者:jory
  1. maze-C

    0下载:
  2. 一个采用C语言C++编的走迷宫游戏。非常有意思,内含源程序及可运行程序。-One with C-C++ compilation of maze games. Very interesting, includes source code and can run the program.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-01
    • 文件大小:119767
    • 提供者:wangchao
  1. xianjian

    0下载:
  2. 仙剑的东东,关于如何走迷宫的,还有物品的取得-Sword of the East, on how to Maze, and also to obtain goods
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:16636
    • 提供者:glose
  1. xuanyuanjian

    0下载:
  2. 轩辕剑的东东,关于如何走迷宫的,还有物品的取得-Xuanyuanjian of the East, on how to Maze, and also to obtain goods
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6296
    • 提供者:glose
  1. micromouse_src

    0下载:
  2. MicroMouse615上的无记忆功能的走迷宫实验-MicroMouse615 no memory function on the Maze test
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. 一个用C语言开发的走迷宫程序。采用了底层图形API画图。对图形学画图有很高的参考价值。-A Maze with a C language development program. Paint with the underlying graphics API. Paint on the graphics a high reference value.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:2675
    • 提供者:baiguo
  1. compmouse

    0下载:
  2. 老鼠走迷宫程序实际示例 可以寻找所有路径以及找出所有路径当中的最短路径。-Mouse Maze procedure can find all the practical example of the path and find the shortest path among all paths.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2071
    • 提供者:石玉
  1. migong

    0下载:
  2. 这个是做好的走迷宫,在程序最后输入一个迷宫数组,并给好开始点和结束点数组号,程序都能帮你走出这个迷宫,并将走通的路径用#标出,走过而没走通的用一个笑脸表示出来,很有意思的!-This is the good of the Maze, a maze in the program last input array, and to a good start point and end points group number, the program is help you out of this ma
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:131133
    • 提供者:吴超帅
  1. maze

    0下载:
  2. Java上的一个走迷宫程序,迷宫自动生成,根据每个格子的数字找出从起点到终点最短路径-Java on one Maze procedure, maze automatically generated, according to the number of each check to find the shortest path from start to finish
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:10672
    • 提供者:龚恺
  1. MotorCar2008

    0下载:
  2. 通过MFC界面控制STC5412AD单片机实现对圆梦小车的控制,功能包括,走轨迹,走迷宫数据采集,小车的前进后退左转右转-Interface control by MFC on Dream Car STC5412AD MCU control functions include, walking track, Maze data collection, the car' s forward and back Zuozhuanyouzhuan
  3. 所属分类:SCM

    • 发布日期:2017-05-19
    • 文件大小:5389581
    • 提供者:momo
  1. diannaoshu

    0下载:
  2. 一种电脑鼠走迷宫的快速算法,对参加走迷宫比赛有很好的帮助-A computer mouse maze fast algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:675838
    • 提供者:guodong
  1. Assignment_2

    0下载:
  2. 走迷宫:给出一个数字迷宫,计算死路和通路-1 Aims The main purpose of the assignment is to let you practice the following programming techniques:  read data from the command line and store them in an array  perform operations on arrays  execute tests and repe
  3. 所属分类:Game Program

    • 发布日期:2017-04-10
    • 文件大小:1062031
    • 提供者:章成源
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 35 »
搜珍网 www.dssz.com