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

搜索资源列表

  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. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:24149
    • 提供者:111
  1. AStarUpan

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

    • 发布日期:2017-05-11
    • 文件大小:3046654
    • 提供者:袁晓
  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. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:24455
    • 提供者:111
  1. 8_puzzle

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

    • 发布日期:2017-03-30
    • 文件大小:669639
    • 提供者:Siegfried
  1. AStar

    0下载:
  2. A * (star) Algorithm-A* (star) Algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:1205
    • 提供者:carlos
  1. a-star-java.tar

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

    • 发布日期:2017-04-01
    • 文件大小:17423
    • 提供者:A.T.
  1. youxi

    0下载:
  2. 打字赛马游戏中规定: 如果 速度>=60 并且 速度<80,显示:一星级 否则 如果 速度<100,显示:二星级 否则 如果 速度<120,显示:三星级 否则 如果 速度<140,显示:四星级 否则 如果 速度<160,显示:五星级 否则 如果 速度<180,显示:一钻级 编程,文件名TGT1.java,实现以上需求。牛牛算法,不用一个IF语句以及switch语句就能显示出与速度相应的等级。 -Typ
  3. 所属分类:Game Program

    • 发布日期:2017-03-30
    • 文件大小:570
    • 提供者:ss
  1. dijkstra

    0下载:
  2. Java语言编写的迪杰斯特拉算法,通过演示以及代码的分析可以帮助大家掌握此算法。-Java language Dijkstra algorithm, demos, and code analysis can help us grasp the algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:94043
    • 提供者:blue_fox
  1. Java_Eight-Puzzle

    1下载:
  2. 基于A星算法的8数码问题Java程序源代码-Java source code based on the A star algorithm Eight Puzzle
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-21
    • 文件大小:12410
    • 提供者:Ian_Wong
  1. A_star_TSP

    0下载:
  2. java语言下,用A星算法实现旅行商TSP问题-solve the traveling salesman problem(TSP)with A star algorithm by java
  3. 所属分类:Java Develop

    • 发布日期:2017-11-30
    • 文件大小:13880
    • 提供者:
  1. xunlu

    0下载:
  2. 使用java编程的A星算法,演示效果不错,能运行成功-A star algorithm using java programming demonstrates good results, can run successfully
  3. 所属分类:JavaScript

    • 发布日期:2017-11-14
    • 文件大小:6283
    • 提供者:徐东
  1. EightNumbers

    0下载:
  2. 本源码为八数码问题的JAVA版本,采用了A星算法和RBFS算法,估价函数为几何距离。-The source for the eight digital JAVA version, using the A Star algorithm and RBFS algorithm, the valuation function is the geometric distance.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-15
    • 文件大小:2794
    • 提供者:Stella
  1. AStarTest

    1下载:
  2. A Star算法的源码 自己写着,用来模拟物流配送中的路径的 Java的课程作业-A Star algorithm source code written himself, used to simulate the distribution path of Java coursework
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:109803
    • 提供者:
  1. Constant

    0下载:
  2. A* 算法实现(有字符界面)方便初学者学习,理解算法过程-A star algorithm implementation by java
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1791
    • 提供者:eric
  1. A-star-pathfinding-master

    0下载:
  2. A*算法JAVA实现,it is helpful to understand the A* algorithm-A* algorithm JAVA implementation, it is helpful to understand the A* algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1762134
    • 提供者:赵天舒
  1. AStar

    0下载:
  2. java版本的A星算法示例代码,二维平面(A star algorithm example written in java)
  3. 所属分类:Java编程

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:Bugatti20
  1. astar-master

    0下载:
  2. A*算法,A*(A-Star)算法是一种静态路网中求解最短路径最有效的直接搜索方法,也是解决许多搜索问题的有效算法。算法中的距离估算值与实际值越接近,最终搜索速度越快。(A* algorithm and A* (A-Star) algorithm are the most effective direct search methods for solving the shortest path in static road network, and also are effective algo
  3. 所属分类:Java编程

    • 发布日期:2018-04-21
    • 文件大小:16384
    • 提供者:xx250
  1. A星算法

    0下载:
  2. A星算法 应用于路径优化算法 是一种具有启发性策略的算法 本文对a星算法进行介绍与总结 并用java语言实现!(The application of A star algorithm to the path optimization algorithm is an heuristic strategy. This paper introduces and summarizes the a star algorithm and implements it in the Java language.
  3. 所属分类:Java编程

    • 发布日期:2018-04-22
    • 文件大小:28672
    • 提供者:fffry
搜珍网 www.dssz.com