搜索资源列表

  1. AStar

    0下载:
  2. 模式识别中的寻路算法:A星算法的实现及简单应用-Pattern Recognition routing algorithm: A Star algorithm and a simple application
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:5626880
    • 提供者:丁丁
  1. AStarDemo

    0下载:
  2. A星算法实现~ 人工智能中如何寻早最短路径,在游戏中有重要应用-A Star ~ artificial intelligence algorithm how to find the shortest path early in the game there are important applications
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:22528
    • 提供者:huhailong
  1. Astar_TSP

    0下载:
  2. 用A星算法解决旅行商(货郎担)问题,附设计报告和测试用例-A Star algorithm used to solve TSP (traveling salesman) problems, with the design of reports and test cases
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:60416
    • 提供者:杨猛
  1. 8puzzle_Astar

    0下载:
  2. An A-star algorithm for solving 8-puzzle problem
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:iman
  1. AStarpathfinder

    0下载:
  2. 简单的A-star寻路算法,给出了几种不同的地图,并得到正确的寻路结果-A-star a simple routing algorithm, are given several different types of maps, and the results of the correct routing
  3. 所属分类:网络截获/分析

    • 发布日期:2024-05-21
    • 文件大小:67584
    • 提供者:huangdingcai
  1. Astarfindpath

    0下载:
  2. 用A star算法来解决寻路问题,程序简单易实现。给定几种不同的地图进行验证,得到较优的路径-A star algorithm used to solve the routing problem, the procedure is simple and easy to achieve. Given several different maps to verify the path to be better
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-21
    • 文件大小:67584
    • 提供者:huangdingcai
  1. SLG_Game

    0下载:
  2. 一款用C++编的2D小游戏源码,应用了A STAR算法-A C++ for use of the 2D game source code, application of the algorithm A STAR
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:6595584
    • 提供者:于丰
  1. PathFinder

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

    • 发布日期:2024-05-21
    • 文件大小:771072
    • 提供者:王理
  1. Astar

    0下载:
  2. 代码很好的实现了基于a-star的最短路径寻找算法,并可以对寻找的路径有一个限制-Code is a good realization of a-star-based shortest path search algorithms, and can find the path there is a limit
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:20480
    • 提供者:赵红丽
  1. TSPMach

    0下载:
  2. A星算法求解TSP问题的源程序,效率嗷嗷高,别处找不到。-A Star source algorithm for TSP problem, efficiency Aoao high, can not find elsewhere.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:15360
    • 提供者:xnhcx
  1. AStarUpan

    0下载:
  2. 用A星算法求解八数码问题,使用的是JAVA语言编程,开发环境是Netbeans-With A Star Algorithm 8 digital issues, using the JAVA programming language, development environment is Netbeans
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:3046400
    • 提供者:袁晓
  1. ShortestPath

    0下载:
  2. 用A星算法解决的TSP问题,其中的选择函数用的是最小生成树-A star with the algorithm to solve the TSP problems, the selection function using a minimum spanning tree
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:24576
    • 提供者:111
  1. TSP

    0下载:
  2. 用A星算法解决TSP问题,其中的择优函数选的是最小生成树-A star with the algorithm to solve TSP problems, the merit function is the minimum spanning tree selected
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:24576
    • 提供者:111
  1. 8_puzzle

    0下载:
  2. 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:669696
    • 提供者:Siegfried
  1. MinotaurPathfinder

    0下载:
  2. algoritm A star. class PathFinder.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:135168
    • 提供者:sergey
  1. MagicalSquares

    0下载:
  2. 基于A-Star算法实现的重排九宫图即八数码问题-The solution of Eight-puzzle Problem
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:60416
    • 提供者:cohenfeng
  1. AStar

    0下载:
  2. A * (star) Algorithm-A* (star) Algorithm
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:carlos
  1. a-star-java.tar

    0下载:
  2. Implementation of A-star algorithm in a little game-like gui.
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. A Star寻路算法 c语言实现 * 这段代码没有进行任何优化(包括算法上的), 但不意味我不知道该怎样优化它, * 它是为教学目的而做,旨在用易于理解和简洁的代码描述出 A* 算法在求最段路 * 径中的运用.-A Star pathfinding algorithm c language implementation
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:Calio
  1. A_Acolyte_176621752004

    0下载:
  2. A Acolyte of AI with 8 Puzzle-This is an attempt to bring some AI programming in VB using A Star (A*) algorithm to solve 8 puzzle problem. This is the famous AI search algorithm test problem to rearrange misplaced cells
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:29696
    • 提供者:Sun
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org