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

搜索资源列表

  1. treasure

    0下载:
  2. 一个迷宫寻宝的游戏 你要自己设置宝物和障碍 算法的一个小实验-A maze game you want to treasure their own treasures and obstacles set up a small experimental algorithms
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:297.57kb
    • 提供者:409
  1. migong

    1下载:
  2. 编写一个程序求解迷宫问题。迷宫由m行n列的二维数组设置,0表示无障碍,1表示有障碍。设入口为(1,1),出口为(m,n),每次只能从一个无障碍单元移到周围四个方向上任一无障碍单元。编程实现对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 算法输入:代表迷宫入口的坐标 算法输出:穿过迷宫的结果。 -The preparation of a program to solve maze problems. Maze by m lines n set out in two
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:129.22kb
    • 提供者:罗子
  1. maze

    0下载:
  2. 以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或者得到没有通路的结论。-create a maze and find pathway in it
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2.21kb
    • 提供者:黄远
  1. migong

    0下载:
  2. 有关迷宫算法的C语言实现,0和1分别表示迷宫中的通路和障碍-Algorithm on the maze of the C language, 0 and 1, respectively, in the maze of pathways and barriers
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:4.18kb
    • 提供者:王三
  1. Astarairlinerouteplanning

    0下载:
  2. A* 算法在飞行器航路规划方面的应用,根据这个算法的源码,可以找到避开障碍的最短航路。-A* algorithm in airline planning the shortest route
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:61.05kb
    • 提供者:孙媛
  1. object

    0下载:
  2. 可以使音速当中出现的星星变成障碍,这样有些歌曲就会简单多了。-Substitue the star for object which in QQR2.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:886.41kb
    • 提供者:陈元争
  1. baseLabVIEW

    0下载:
  2. LabVIEW被提到次数最多的不足是常用的递归和递归式数据类型,以及面向对象的结 构,但是这些都不是建立通用应用程序的严重障碍。错误的问题尽管有了调查结果,但是我认为这是一个错误的问题而且试图回答它会导致错误的方向。对我来说,这有点像在问:汽车是不是用来就座的地方?当然你可以在汽车里就座,但是如果那是你利用它所做的全部,那么你失去了拥有它可以得到的主要用途-Everything is spinning. Right now, you are spinning around on the Eart
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:125.41kb
    • 提供者:张涛
  1. migong

    0下载:
  2. 以一个m×n的方阵表示迷宫,0,1分别表示迷宫中的路和障碍,设计一个程序,对随机生成的任意迷宫,求出一条从入口到出口的通路或得出没有通路的结论。 -An m × n square matrix that maze, 0,1, respectively, the road and obstacles in the maze, design a program for any randomly generated maze, find a pathway from the entrance to
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:9.98kb
    • 提供者:刘磊
  1. migongqiujie

    0下载:
  2. 以一个m*m 的方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口的通道,或得出没有通路的结论。-An m* m square maze, the maze of pathways and barriers 0 and 1, respectively. Design a program, for any set of the maze, find a channel from the entrance, or come to the conclusio
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:6.59kb
    • 提供者:werui
  1. electrical-wiring

    1下载:
  2. 用队列解决电线布线问题;(起始点0,障碍-2,通路-1)-Queue to solve the problem of electrical wiring (the starting point 0, obstacle-2, path-1)
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:862.26kb
    • 提供者:wdm
  1. inner

    0下载:
  2. 属于智能科学领域中的一个辅助学科-最优化。其方法为内点法,用于求解一已知函数的最小值。通过障碍函数的构建,使得最小值在约束条件内寻找,从而解决了有约束条件的极小值问题。-Belong to a secondary disciplines in the field of intelligent science- optimization. Its methodology for the interior point method for solving a known function of th
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:5.15kb
    • 提供者:冯嘉贲
  1. Astar

    0下载:
  2. A星算法的寻路源码,主要通过A星算法寻找路径到达目标,其中设置了障碍,选择目标,可以准确到达,运行成功-A Star pathfinding algorithm source code, mainly through the A star algorithm to find the path to reach the goal, which set up obstacles, select a target, can accurately reach the successful run
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:94.7kb
    • 提供者:徐东
  1. RobotView

    0下载:
  2. 机器人路径规划,可视化仿真,可自己设置障碍情况-Robot path planning, visual simulation, can set up their own obstacles
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:119.4kb
    • 提供者:谢福利
  1. migong-(2)

    0下载:
  2. .迷宫是一个m行n列的矩阵,其中0表示无障碍,1表示有障碍。设入口为(1,1),出口为(m,n),即从入口出发,顺某一方向向前探索,若能走通,则继续往前走;否则沿原路退回,换一个方向再继续探索,直到出口为止。 2.迷宫的功能 要求随机生成一个m行n列的矩阵,为了操作方便可以在矩阵外围生成一圏障碍,设置东南西北四个方向,采用链栈进行操作。最后迷宫如不是通路给出“此迷宫元解”,如是通路要求输出所走过的路径。 3.结点结构类型描述如下 typedef struct node {
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:886byte
    • 提供者:
  1. rvo2lib-2.0

    0下载:
  2. 交互速度障碍方法库文件,可实现动态环境下机器人时时路径规划,实时性强。-reciprocle velocity obstacles for dynamic environments robots path planning,powerful and efficient。
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:18.09kb
    • 提供者:ivy
  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
    • 文件大小:1.33kb
    • 提供者:jiaochongze
  1. yuyinbobaozhangaiyi

    0下载:
  2. C本设计为语音播报障碍仪,采用STC89C52RC做为主控芯片,配合超声波模块HCR04、语音模块WT588D、时钟芯片DS1302等外围电路构成语音播报障碍仪-C The instrument is designed to voice broadcast obstacles, using STC89C52RC as the main chip, with ultrasonic module HCR04, voice module WT588D, DS1302 clock chip periph
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:234.43kb
    • 提供者:涂先东
  1. Ve281p2

    0下载:
  2. 用队列数据结构实现立体空间内两点间最短路的寻找,立体空间可以随意设置不同功能的障碍。具体代码细节详见pdf里的要求-Path Finding Using a Queue. The pdf document describes the code in detail.
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:275.27kb
    • 提供者:朱撸
  1. micromouse

    0下载:
  2. 电脑鼠初级程序,可实现简单走动转弯过障碍,适合入门玩家使用-Computer mouse primary program, can realize the simple walk turn over obstacles, the use of entry for game player
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:20.2kb
    • 提供者:wanghaichao
  1. migong

    0下载:
  2. 以一个n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍,设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。-N the long square represents a labyrinth of 0 and 1, respectively, the maze of paths and obstacles to design a program, for any set of the maze, find a path the inlet to the out
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:31.74kb
    • 提供者:jojo
« 12 »
搜珍网 www.dssz.com