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

搜索资源列表

  1. AStar

    0下载:
  2. vc2003实现的A星算法实例,可以编译执行。-A Star vc2003 algorithm realized example of the implementation can be compiled.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:38011
    • 提供者:刘瑜
  1. PathFinder

    1下载:
  2. 各种路径搜索算法,包括A星算法,迪克斯特拉算法等-A variety of path search algorithms, including A Star algorithm, Dijkstra algorithm
  3. 所属分类:Other systems

    • 发布日期:2016-05-18
    • 文件大小:770771
    • 提供者:王理
  1. Astar

    1下载:
  2. 一个写的不错的A星算法,进行了去锯齿处理做游戏寻路必备-A good write A Star algorithm, so the game must find the way
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:292687
    • 提供者:hiroshiryu
  1. AStar

    1下载:
  2. A星算法的经典模型,实现了寻找最短路径,并且用按钮实现了这些使用的方法-A classic model of satellite algorithm to realize the search for the shortest path, and used the button the methods used to achieve these
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-12
    • 文件大小:2969626
    • 提供者:童鹏
  1. Astar

    2下载:
  2. 通过A星算法寻找最优路径到达目标,可自由设置障碍,能运行成功-optimal path planning
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:80535
    • 提供者:zx
  1. AStar

    0下载:
  2. A星算法实现最短路径的选择,使用方便,功能完善,是学习人工智能作业中必须完成的一步。-Choose the shortest path by the method of AStar
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3816392
    • 提供者:glf404
  1. GUOHE

    1下载:
  2. 使用A星算法求解野人过河问题,VC++实现,用D到了MFC-A star algorithm using the issue of Savage river, VC++ to achieve, with the D to the MFC
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-01-07
    • 文件大小:5414372
    • 提供者:杜骞
  1. Astar

    1下载:
  2. 利用Visual Studio 6.0实现了迷宫的A星算法路径搜索-implement A* algorithm in maze route plan using Visual Studio 6.0
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2000718
    • 提供者:sunjian
  1. AStar_FindWay11.10

    0下载:
  2. 实现可视化的A星算法演示,测试了不同的评估函数对A星效率的影响。算法可以单独使用-Visualization of the A star algorithm is demonstrated to test different evaluation function A Star efficiency. Algorithm can be used alone
  3. 所属分类:Game Engine

    • 发布日期:2017-05-15
    • 文件大小:4045725
    • 提供者:赵百子
  1. AStar

    0下载:
  2. A星算法实现八数码问题,找出从某一初态变换到终态的路径。-A Star Algorithm 8 digital issues, identify the initial state of transformation from one path to the final state.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:131024
    • 提供者:liuliu
  1. ClassAstar

    0下载:
  2. A*搜寻算法,俗称A星算法。这是一种在图形平面上,有多个节点的路径,求出最低通过成本的算法。常用于游戏中的NPC的移动计算,或线上游戏的BOT的移动计算上。-A* search algorithm, called A Star algorithm. This is a plane in the graphics, there are multiple nodes in the path, find the lowest cost method adopted. Commonly used in
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:84597
    • 提供者:ligang
  1. stlastar

    0下载:
  2. A星算法,实现了一种简单,高效的方法。适用于VC-A* Algorithm is intended to be simple to read yet fairly efficient. To build it you can compile, with any recent C++ compiler,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:14832
    • 提供者:qq
  1. AStarDemo-1

    0下载:
  2. 人工智能A星算法网络小游戏地图寻径问题代码-A network of artificial intelligence algorithms Star game code map routing problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:556958
    • 提供者:caoshilian
  1. A-star-search-algorithm

    0下载:
  2. 这是一个关于a星算法的文档,而且还是英文的,灰常考你英语水平-a star
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:122569
    • 提供者:jin
  1. A星算法自动寻路

    2下载:
  2. A星寻路算法,用于游戏中自动寻路。它只是描述算法的原理,使你可以在进一步的阅读中理解其他相关的资料。(A star pathfinding algorithm for automatic pathfinding in games. It just describes the principles of the algorithm so that you can understand other relevant information in further reading.)
  3. 所属分类:外挂编程

    • 发布日期:2017-12-17
    • 文件大小:6144
    • 提供者:犀利风
  1. AStar

    0下载:
  2. 一种A星算法,可以高效寻找源点到目标点最优路径,用python编写(A star algorithm, you can efficiently find the source to the target point of the best path, written in Python)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:1我1
  1. my axin

    0下载:
  2. a星避开障碍物,按照花费代价最小寻找最优路径(A star finding path)
  3. 所属分类:其他

  1. A星算法

    0下载:
  2. 算法可绕过障碍点,实现起始点与目标点的最近距离(The algorithm can bypass the obstacle point and realize the closest distance between the starting point and the target point.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:47104
    • 提供者:caoya104
  1. a星寻路

    1下载:
  2. 简单的2d游戏a星寻路算法 有实例地图文件 可以加密(The simple 2D game a star path finding algorithm has an instance map file to encrypt)
  3. 所属分类:外挂编程

    • 发布日期:2018-01-07
    • 文件大小:577536
    • 提供者:hacktools
  1. OrEeV8aL

    2下载:
  2. 传奇A星寻路实例,易语言脚本,初学者使用,对初学者最友好的例子,可以修改成自己的范本(Legend A star search example, easy language scr ipt)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:4465664
    • 提供者:mhzj
« 1 23 4 5 6 7 8 9 10 ... 34 »
搜珍网 www.dssz.com