搜索资源列表

  1. dstar

    1下载:
  2. "D" - star source code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:174080
    • 提供者:AYA
  1. axing

    0下载:
  2. 利用a星算法来走迷宫的C++实例。console下运行,a星算法比较简洁明了,便于学习-The use of a satellite algorithm to Maze in C++ examples. console running, a star algorithm is relatively simple and clear, easy to learn
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:温智君
  1. n-puzzle

    0下载:
  2. n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A* algorithm. i have used 2 pass for reducing memory consumption by half. i will post it also on my blog http://rooparam.blogspot.com-n-puzzle (8-puzzle, 15-puzzle
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:rrc
  1. 8Puzzle

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

    • 发布日期:2024-05-21
    • 文件大小:104448
    • 提供者:parisa
  1. AStarAlgorithmAndSourceCode

    0下载:
  2. 《A星寻路算法初探》中文及英文版,及其配套源代码-" A Star Algorithm for Route of" Chinese and English, and supporting source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:409600
    • 提供者:liuYue
  1. GUOHE

    0下载:
  2. 使用A星算法求解野人过河问题,VC++实现,用D到了MFC-A star algorithm using the issue of Savage river, VC++ to achieve, with the D to the MFC
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:5413888
    • 提供者:杜骞
  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. 所属分类:游戏引擎

    • 发布日期:2024-05-21
    • 文件大小:4045824
    • 提供者:赵百子
  1. A

    0下载:
  2. 本文件为C语言编写,A星寻路算法,自动寻找最优路径-This document is written in C, A Star pathfinding algorithm, automatically find the optimal path. .
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:wxk
  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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:131072
    • 提供者: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 met
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:84992
    • 提供者:ligang
  1. A star

    0下载:
  2. 这是A*算法,一种评估函数算法,广度优先搜索其实是A*算法的特例,它的评估函数只有深度-Search
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:257024
    • 提供者:杨敏
  1. star

    0下载:
  2. openGL下画五色五角星,采用openGL库基于VC环境编写-draw a star with five color
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:1019904
    • 提供者:renxiang
  1. A-star

    0下载:
  2. 关于A*算法的详细讲解。简单明确,附图讲解。原文英文,此文章为翻译后文件。读过之后会对A*算法有初步的了解。-On the A* algorithm explained in detail. Simple and clear, with photos to explain. Original in English, this article is translated documents. After reading A* algori
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:107520
    • 提供者:张龙
  1. Integrated-Navigation-of-UAV

    0下载:
  2. 西北工业大学博士论文:小型无人机航迹规划及组合导航关键技术研究,是研究组合导航的很好的参考资料-study on the Key Techniques of Trajectory planning and Integrated Navigation of UAV.A Dissertation submitted to Northwestern Polytechnical University in Partial F
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:4328448
    • 提供者:zhuxq
  1. star.tar

    0下载:
  2. Program crates a Star component: -creates new widget -uses transparency
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-21
    • 文件大小:26624
    • 提供者:pk
  1. ruby-a-star

    0下载:
  2. this is a very good program about max flow and dijstra that i have made
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:dadghio
  1. shortest-path-searching-with-A-star-algorithm-in-

    0下载:
  2. pencarian jalur terpendek pada sebuah graph dengan menggunakan algoritma A* menggunakan visual basic 2008
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:12288
    • 提供者:shine
  1. algoritma-A-star

    0下载:
  2. pencarian jalur terpendek menggunakan A* pada metode graph
  3. 所属分类:文件格式

    • 发布日期:2024-05-21
    • 文件大小:331776
    • 提供者:shine
  1. A

    0下载:
  2. 实现a星寻路,可以根据a星寻路算法,寻找电子地图中的路径-Find its way to achieve a star
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:518144
    • 提供者:周晓峰
  1. A-StarVC

    0下载:
  2. 做游戏脱机挂必备代码,很经典。 也是学习A星算法的好工具,动态展示算法过程。 更多资料请查看悠久网http://www.u9txt.com-Linked to the necessary code to do the offline game, very classic. A star algorithm is also a good learning tool, dynamic display algorithm proces
  3. 所属分类:外挂编程

    • 发布日期:2024-05-21
    • 文件大小:102400
    • 提供者:DJ
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org