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

搜索资源列表

  1. A

    0下载:
  2. 实现A*算法地图寻优路径问题,游戏地图采用网格地图。-Achieve A* algorithm maps the path optimization problem, the game map using a grid map.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:64273
    • 提供者:黄标普
  1. A--matlab

    0下载:
  2. A*算法,很重要的一种算法!欢迎下载学习!-A* algorithm, an algorithm is very important! Welcome to download learning! Thank you! ! ! ! ! ! Thank you! ! ! ! ! ! Thank you! ! ! ! ! ! Thank you! ! ! ! !
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-15
    • 文件大小:8035
    • 提供者:NUAA
  1. A-star-search-for--eight-digit

    0下载:
  2. A*算法实现八数码问题。源码和可执行文件。 vs2012实现通过-A* algorithm eight digital problem. Source code and executable files. vs2012 achieved by
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:434090
    • 提供者:雷建华
  1. A

    0下载:
  2. 人工智能中,用A*算法解决八数码难题,代码附在报告后面,为C语言编写。-AI A* algorithm for 8 numbers problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:108716
    • 提供者:苏提
  1. TSP-A

    0下载:
  2. 用A*算法解决旅行商难题,用C语言实现,含程序。-A* algorithm for TSP problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:28345
    • 提供者:苏提
  1. A-Star

    0下载:
  2. A*算法,既是八向寻路算法,不是最优的,但和很快捷。 flash演示代码。-A* algorithm, both eight-routing algorithm is not optimal, but and very fast. flash demo code.
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-03-30
    • 文件大小:15129
    • 提供者:yindeqiang
  1. A--algorithm-eight-digital-problem

    0下载:
  2. 这是一个领用人工智能中的A*算法求解八数码问题的完整实现,包含多种启发函数。-This is A recipients A* algorithm in artificial intelligence eight digital problem complete implementation, contain A variety of enlightening function.
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:178917
    • 提供者:maochuanwu
  1. A

    0下载:
  2. A*算法的实现与演示,使用C++编写。课程设计时可以用到-A* algorithm implementation and demonstration, using C++ to write. Curriculum design can be used
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:62365
    • 提供者:zy
  1. A

    0下载:
  2. 在C++下进行地图的最短路径搜索的A*算法这个算法被广泛应用在即时游戏的路径寻找过程上。-In the C++ under the map of the A* shortest path search algorithm for this algorithm is widely used in real-time search process on the path of the game.
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:728
    • 提供者:冬暖夏凉
  1. A

    0下载:
  2. A*(A-Star)算法是一种静态路网中求解最短路最有效的方法,估价值与实际值越接近,估价函数取得就越好。该上传的内容是一个A*算法的模拟实现。-A* (A-Star) algorithm is the most effective way to short-circuit a static road network to solve the valuation closer to the actual value, the valuation function is achieved, the
  3. 所属分类:JavaScript

    • 发布日期:2017-04-27
    • 文件大小:51498
    • 提供者:芦荟
  1. A

    0下载:
  2. Javascr ipt实现A*算法查找最短路径-use A* to find path
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:2872
    • 提供者:周素
  1. a

    0下载:
  2. A*算法求解八数码问题,命令行输入格式: 程序名 输入文件名 输出文件名-A* algorithm eight digital issues, the command line input format: program name Enter the file name of the output file name
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3899
    • 提供者:黄予
  1. a-STAR

    0下载:
  2. 使用a*算法解决机器人自动寻路的问题(适合初学者理解和学习经典的a*算法)-Use a* pathfinding algorithm to solve the problem of automatic robot (a* algorithm suitable for beginners to understand and learn classical)
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2294
    • 提供者:miao
  1. A-star

    0下载:
  2. 按照A*算法的步骤来实现。Matlab code-According to the steps of the A* algorithm to achieve
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:4817
    • 提供者:ttang
  1. A-algorithm

    0下载:
  2. A*算法的实例。通过迷宫路径的搜索展示A*算法广度优先搜索的过程-Examples of A* algorithm. By searching the maze path display A* algorithm breadth-first search process
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2753732
    • 提供者:江佚枫
  1. An-Improved-A--Star-Algorithm

    0下载:
  2. (被EI收录,不错的文章)传统A*算法在栅格地图上进行路径规划时,求解得到的路径长度不是最短并且转折点较多。针对这些不足,提出了一种改进A*算法,将传统A*算法的可搜索邻域个数从离散的8个拓展为无限个,可以沿任意方向进行搜索。这样不仅求解出来的路径长度更短,并且大大降低了其转折点的个数。该算法被应用于自主研发的“智能先锋”号系列无人驾驶车辆上,实车试验以及它们在“中国智能车未来挑战赛”中的优异表现证明该方法能够在栅格地图中求解出一条更优的可行驶路径,可以显著提升无人驾驶车辆行驶的效率和平稳性。-
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:600428
    • 提供者:王辉
  1. A-star-algorithm-without-grid-limit

    1下载:
  2. 本算法支持任意角度的路径搜索,支持任意网格大小的路障设置,采用A* 算法,实现复杂地图下的路径搜索。 -The algorithm supports any angle route search, support of any grid size barricades set up using A* algorithm, route maps under complex searches.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3864
    • 提供者:雪林
  1. A-star-pathfinding-master

    0下载:
  2. A*算法JAVA实现,it is helpful to understand the A* algorithm-A* algorithm JAVA implementation, it is helpful to understand the A* algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1762134
    • 提供者:赵天舒
  1. 八数码A星算法加扩展节点分析

    0下载:
  2. 基于matlab八数码的A*算法实现,有图形界面化,对用户友好。(Based on MATLAB eight digital A* algorithm, graphical interface, user-friendly.)
  3. 所属分类:matlab例程

  1. 银行家算法

    1下载:
  2. 银行家算法是由Dijkstra设计的最具有代表性的避免死锁的算法。本实验要求用高级语言编写一个银行家的模拟算法。通过本实验可以对预防死锁和银行家算法有更深刻的认识。(Banker's algorithm is the most typical deadlock avoidance algorithm designed by Dijkstra. This experiment requires the use of high-level language to write a banker's s
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-17
    • 文件大小:82944
    • 提供者:寒修末
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com