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

搜索资源列表

  1. A 算法求解最短路径

    0下载:
  2. /* 求解最短路径代码 * 这段代码没有进行任何优化(包括算法上的), 但不意味我不知道该怎样优化它, * 它是为教学目的而做,旨在用易于理解和简洁的代码描述出 A* 算法在求最段路 * 径中的运用. 由于很久没有摸算法书, 本程序不能保证是纯正的 A* 算法 -) * 你可以在理解了这段程序的基础上,按自己的理解写出类似的代码. * * 本程序附带有一个数据文件 map.dat, 保存有地图的数据 */-/ * code for the Shortest Path * This code wi
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7339
    • 提供者:许俊
  1. A星算法在游戏中人物的移动中

    1下载:
  2. A星算法在游戏中人物的移动中,寻找路径起到了很大的作用,使游戏人物按最近的路线到达目的地,A star algorithm in the mobile game figures to find the path has played a significant role in bringing the game characters in accordance with the recent arrival routes
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-05-22
    • 文件大小:7453454
    • 提供者:110
  1. EIGHTPUZZLE

    2下载:
  2. 用A*算法解决八数码问题,人工智能实验,内附实验报告。源码注释很详细-With the A* algorithm to solve 8 puzzle problem, artificial intelligence experiments, containing a laboratory report. Very detailed source notes
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:160628
    • 提供者:朱颢
  1. ASTAR245.ZIP

    3下载:
  2. A*算法 机器人路径 单机器人路径 多机器人路径规划算法-A* algorithm for robot path of a single robot path to multi-robot path planning algorithm
  3. 所属分类:Windows编程

    • 发布日期:2013-07-15
    • 文件大小:24629
    • 提供者:lynn
  1. improveAStar

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

    • 发布日期:2017-03-31
    • 文件大小:40333
    • 提供者:陈南
  1. a

    0下载:
  2. 该程序用C++ 编写,能成功的实现A*算法,希望能供大家参考。-C++, the program is written in the successful implementation of A* algorithm, hoping for your reference.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:2154
    • 提供者:康丽
  1. 8Puzzle

    0下载:
  2. A* Algorithm this program shoes how A* algorithm solve a 8-puzzle problem step by step
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:103946
    • 提供者:parisa
  1. A-star

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

    • 发布日期:2017-03-22
    • 文件大小:403497
    • 提供者:赵鹏
  1. Simple-genetic-algorithm-source-code

    0下载:
  2. 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:8642
    • 提供者:李礼
  1. one-RLS-algorithm

    0下载:
  2. 本程序为一个RLS自适应算法实现的MATLAB程序,此程序详细介绍了RLS算法的实现过程-This program is a RLS adaptive algorithm in the MATLAB program, this program introduces the process of RLS Algorithm
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:659
    • 提供者:wujian
  1. A-Parallel-Repair-Genetic-Algorith

    0下载:
  2. A Parallel Repair Genetic Algorithm to Solve the Unit Commitment Problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:400598
    • 提供者:power
  1. A-star-8-number

    0下载:
  2. A*算法解决8数码难题,有界面。 A*算法解决8数码难题,有界面。-8 A* algorithm to solve the digital puzzle, there is the interface. 8 A* algorithm to solve the digital puzzle, there is the interface.
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1527904
    • 提供者:Freya
  1. A

    0下载:
  2. A*算法,可以借鉴一下!!别的多说了-A algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:898
    • 提供者:asdffd
  1. A-algorithm

    0下载:
  2. 该程序利用人工智能中的A算法实现了对九宫格的搜索,是一种搜索算法的C++程序-the search of sudoku using A algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:2977
    • 提供者:李倩儒
  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--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. 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-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. A-Star

    4下载:
  2. 读取数字地图文件,增加地图障碍,利用A*算法解决三维路径规划问题。(Read digital map files, increase map obstacles, and use A* algorithm to solve the problem of three-dimensional path planning.)
  3. 所属分类:其他

    • 发布日期:2019-11-14
    • 文件大小:8093696
    • 提供者:ebfifrepcy
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com