搜索资源列表

  1. ase

    0下载:
  2. 一个介绍A*算法的很好的事例程序,包含了算法所需的全部源代码-Introduced the A* algorithm a good example of the procedure, the algorithm contains all the source code
  3. 所属分类:游戏

    • 发布日期:2024-05-20
    • 文件大小:44032
    • 提供者:YUYU
  1. AStare

    0下载:
  2. 一个A*算法实例 希望能帮助需要的人-An A* algorithm instance to help people in need
  3. 所属分类:游戏引擎

    • 发布日期:2024-05-20
    • 文件大小:368640
    • 提供者:zcmcwz
  1. Aaaa

    0下载:
  2. A*算法 A*算法 A*算法A*算法A*算法-A* algorithm A* algorithm A* algorithm A* algorithm A* algorithm A* algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:21716992
    • 提供者:
  1. shortpath

    0下载:
  2. 使用Javascr ipt实现的最短路径A*算法实现-The use of Javascr ipt to achieve the shortest path algorithm A*
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:吴杰
  1. EightPuzzle

    0下载:
  2. A*算法属于一种启发式搜索,它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点的约束经过该结点至达目标结点的最佳路径代价 每当扩展结点时,意是在所有待扩展结点中选择具有最小F值的结点做为扩展对象,以便使搜索尽量沿最有希望的方向进行.A*算法只要求产生问题的全部状态空间的部分结点及关系,就可以求解问题了,搜索效率较高-A* algorithm is a heuristic search, wh
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:1201152
    • 提供者:
  1. Astar

    0下载:
  2. 本代码用图示的方式完整的说明了A*算法的运行方式。 设置完起始,结束以及障碍点后,点击运行即可看到A*算法是怎样走迷宫的-This code with the way the icon shows a complete A* algorithm is run. Once you
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:王斌
  1. TravelerField

    0下载:
  2. 本程序使用MFC编写了编写了旅行商问题,使用A*算法。-This procedure was prepared to use MFC to prepare a traveling salesman problem, use the A* algorithm.
  3. 所属分类:.net编程

    • 发布日期:2024-05-20
    • 文件大小:693248
    • 提供者:李祥
  1. 20075136

    0下载:
  2. 人工智能 八数码有比较的算法,如广度优先,深度优先,A*算法三种。-Artificial Intelligence has eight digital comparison algorithms, such as breadth-first, depth-first, A* algorithm for three.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:118784
    • 提供者:shuiguyue
  1. AStar

    0下载:
  2. 自己编写的最基本的A*算法,使用STL。虽然效率不高(实际应用中可以通过二叉堆或汇编语言编写关键代码,以提高效率)但是简单明了,可以直接看到A*算法的本质。通过鼠标左键和右键来控制起始点和目标点。-I have written the most basic A* algorithm, the use of STL. While efficiency is not high (the actual application can be b
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:95232
    • 提供者:siphzi
  1. A_star_res

    0下载:
  2. A*算法的一些资料,包括A*算法理论,以及java版代码及C++代码,还有一个演示程序-A* algorithm for some of the information, including the A* algorithm theory, as well as the java version of the code and C++ Code, there is a demo program
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:264192
    • 提供者:张志强
  1. astarpathplan

    0下载:
  2. A*算法的源代码,界面非常友好,代码非常简洁,大家可以-A* algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:atman
  1. spath

    0下载:
  2. 这是一个关于A*算法的源程序。可以供你参考。-This is an A* algorithm on the source. Can be for your reference.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:34816
    • 提供者:Tiffany
  1. sf_200681513653(1)

    0下载:
  2. A*算法,有详细说明过程,其中的奥妙自己看吧。-A* algorithm, has detailed descr iption of the process, in which the mystery of their own and see.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:刘福新
  1. A

    0下载:
  2. 一个A*算法的的实现过程的演示,是个非常清晰的能理解到A是怎么实现的-A* algorithm is a realization of the demonstration process, it is a very clear to understand how the realization of A
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:小陈
  1. EightDigits

    0下载:
  2. 八数码,启发式,曼哈顿距离,A*算法实现-Eight digital, heuristic, Manhattan distance, A* algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:delia
  1. improveAStar

    0下载:
  2. 对A*算法加以更改。。。更好的寻路算法-On the A* algorithm is to change it. . . A better way-finding algorithm. . .
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:39936
    • 提供者:陈南
  1. atree

    0下载:
  2. 八数码问题用A*算法实现 VC++6.0实现的八数码问题-eightnum
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:153600
    • 提供者:mengshen
  1. AstarPath

    0下载:
  2. 经过改造与优化的A*算法, 求最短路径,能够标识出每一步寻找的结点。-After transformation and optimization of the A* algorithm, seeking the shortest path to identify each step of the search nodes.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:65536
    • 提供者:ajsaklfj
  1. A-star

    0下载:
  2. A*算法,启发式路径搜索(星际,帝国等即时战略游戏中AI寻路)-A* algorithm, heuristic path search (Star, Imperial and other real-time strategy game AI pathfinding)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:403456
    • 提供者:赵鹏
  1. a-star-algorithm-implementation

    0下载:
  2. A* 算法可复用的实现(用了模板), 并配有几个简单例子-the implementation of A star algorithm with C++ template. some simple but classic problems solved with it is here too.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:18432
    • 提供者:lichunyu
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org