CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - A路径规划

搜索资源列表

  1. search_short_path

    2下载:
  2. 采用A*算法完成地图路径规划功能,返回得到最短路径,实际效果优于BFS,DFS等算法。-A * algorithm using maps path planning function returns the shortest path, the actual effects are superior to BFS, algorithms such as DFS.
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:6.92kb
    • 提供者:xiaofeng
  1. lwcontour

    0下载:
  2. live-wire是一种常用于医学图像的交互式分割方法,其基本思想是利用动态规划方法产生图像中给定两点间的最优路径,合理地构造代价函数和选择起始点和目标点,用以提取物体的边缘,十分有效,该份文件中包含说明文件,操作方便.-live-wire is a common medical images in the interactive segmentation method, The basic idea is to use dynamic programming methods to image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6.18kb
    • 提供者:陈正文
  1. snake2

    0下载:
  2. 程序中用opencv进行图像处理,通过虚拟键盘控制方向玩文件夹内的贪吃蛇游戏,实现最短路径规划及撞到墙或者撞到自身时的方向控制。-Opencv image processing procedures used by the direction of the virtual keyboard control to play the game Snake within a folder, to achieve the shortest path planning and hit the wall o
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14.12mb
    • 提供者:邢姝姝
  1. 2007082914114324942

    0下载:
  2. 画金字塔的一个程序 使用的是opengl软件是实现的,其中还有一点路径规划的问题-Draw a pyramid using opengl software program is implemented, of which there are some problems of path planning
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-05
    • 文件大小:521.22kb
    • 提供者:流泉清
  1. Particle-swarm-optimization

    0下载:
  2. 微粒群优化算法(Particle Swarm Optimization,PSO算法)源于鸟群和鱼群群体运 动行为的研究,是一种新的群体智能优化算法,是演化计算领域中的一个新的分支。它 的主要特点是原理简单、参数少、收敛速度较快,所需领域知识少。该算法的出现引起 了学者们极大的关注,已在函数优化、神经网络训练、组合优化、机器人路径规划等领 域获得了广泛应用,并取得了较好的效果。尽管粒子群优化算法发展近十年,但无论是 理论分析还是实践应用都尚未成熟,有大量的问题值得研究。 -
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:587.88kb
    • 提供者:
  1. shangehuanjing

    0下载:
  2. 将环境信息转换为栅格模型,便于进行下一步的处理和路径规划-The environmental information is converted into a grid model, convenient for further processing, and path planning
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:41.6kb
    • 提供者:王力
  1. astardemo

    1下载:
  2. 在matlab软件中,用A星算法进行栅格法路径规划,且路径不固定-In matlab software, using the grid method A star path planning algorithm, and the path is not fixed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3.96kb
    • 提供者:ls
  1. cartotype_windows_demo_r4834

    0下载:
  2. CartoType是一个渲染和路径规划库,这里是一个DEMO。-CartoType ([1]) is a renderer and routing library. Available now for Windows, Windows Mobile, iOS, MacOS, Android, Linux (and FreeBSD and other versions of Unix) and Symbian OS. Both map rendering and routing are usual
  3. 所属分类:Picture Viewer

    • 发布日期:2017-06-13
    • 文件大小:19.75mb
    • 提供者:wangjian
  1. cadHATCH

    0下载:
  2. ● 将解压后的文件保存到硬盘上任意位置,可以保存到CAD的SUPPORT目录下。 ● 在CAD中直接输入AP命令或在菜单里点取 [工具-加载应用程序...] ,选择 yqmkpat.vlx 加载。 ● 绘制好你的填充单元,只支持直线、弧、圆和点。多段线不支持,如果用了多段线,需要先炸开。由于生成填充的方式有两种:填充单元按1x1的间距重复和按实际大小1:1制作,在绘制填充单元时最好先决定要用那种方式,并根据效果合理规划填充单元的绘制方式,最好先画好一个矩形来定位填充的基点和横纵向间距。
  3. 所属分类:CAD

    • 发布日期:2017-04-15
    • 文件大小:7.63kb
    • 提供者:李兆新
  1. r_r

    0下载:
  2. 这是机器人路径规划中机器人重绘的程序,希望对研究路径规划的朋友有帮助!-This is the robot path planning in robot redraw procedures, hope that the research path planning help a friend!
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:2.79kb
    • 提供者:aou1n691
  1. Path_Planning_Simulator-master

    1下载:
  2. 路径规划的几种改进的算法的仿真模拟,可直接运行,包括改进的a星人工势场-path planning simulation
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-07
    • 文件大小:1.44mb
    • 提供者:奕雪 林
  1. Graphics-A-STAR-algorithm-master

    0下载:
  2. A星寻路算法,实现图形中路径的搜索和规划最短路径的功能。-A star pathfinding algorithm, search functions and planning the shortest path in the graph path.
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-14
    • 文件大小:5.37mb
    • 提供者:wang
  1. zodm-Robot

    0下载:
  2. 机器人路径规划中的蚁群算法小程序自己编程的 不错的源码-Robot path planning in the ant colony algorithm is a small program good programming source code
  3. 所属分类:Graph Recognize

    • 发布日期:2017-12-21
    • 文件大小:40kb
    • 提供者:functxob
  1. DXEmp

    1下载:
  2. 基于ArcEngine C#开发的一个简单GIS,可以实现空间查询,模糊查询,最短路径规划,还包括一个动态启动界面(A GIS based on ArcEngine,written on by C#.Its functions include spatial querying,fuzzy searching,shorted route analyst.)
  3. 所属分类:GIS编程

    • 发布日期:2018-04-22
    • 文件大小:4.02mb
    • 提供者:娜娜学姐
搜珍网 www.dssz.com