CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - java traveling salesman

搜索资源列表

  1. SA_TSP.rar

    0下载:
  2. 使用模拟退火算法求解TSP(旅行商)问题的JAVA源程序,The use of simulated annealing algorithm for solving TSP (traveling salesman) problem with JAVA source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:2993
    • 提供者:ann
  1. Genetic_Algorithm

    0下载:
  2. Java实现的遗传算法解旅行商问题,说明文件在doc中-Java implementation of the Genetic Algorithm for the traveling salesman problem, the documentation in the doc
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:10684
    • 提供者:fly
  1. SimulatedAnnealing

    0下载:
  2. 旅行商问题的模拟退火算法实现 采用VHDL仿真,软件java来varificatio。本例中采用16个城市-Traveling Salesman Problem Algorithm of Simulated Annealing using VHDL simulation, software, java to varificatio. In this case the use of 16 cities
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-06-12
    • 文件大小:19693283
    • 提供者:Zoe
  1. AG_caixeiro_viajante

    0下载:
  2. Code in java for the Traveling salesman problem. This code is very simple because has only three pages. It s works same.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1768
    • 提供者:Filipe
  1. j_fourmi

    0下载:
  2. antcolony -traveling salesman problem-java
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:67116
    • 提供者:alexis
  1. lvxingshouhuoyuan

    0下载:
  2. 旅行售货员问题的java版本,采用分支限界法。有详细解释-Traveling salesman problem is the java version, using branch and bound. Explained in detail
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:2692
    • 提供者:崔雅珍
  1. traveler

    0下载:
  2. 旅行商问题的分支限界法 经典算法的JAVA实现-Traveling Salesman Problem classical branch and bound algorithm to achieve JAVA
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:191060
    • 提供者:李鑫
  1. algorithm_report

    0下载:
  2. 算法分析与设计报告,用java编写的4个常见的算法小程序。包括矩阵相乘问题,0/1背包问题,删数问题,和旅行商问题。-Algorithm analysis and design reports using java prepared four common algorithm applet. Including matrix multiplication problem, 0/1 knapsack problem, delete a few problems, and traveling sal
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:46183
    • 提供者:淼淼
  1. doc

    0下载:
  2. java编制旅行商路径优化问题的遗传算法程序-java the preparation of the traveling salesman path optimization problem genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:24985
    • 提供者:hello
  1. GeneticAlgorithm

    0下载:
  2. 遗传算法解决背包问题和旅行商问题。 测试数据已经写入java代码中。 遗传算法的参数可以修改。-Genetic algorithm to solve the knapsack problem and the traveling salesman problem. The test data has been written to the java code. The parameters of the genetic algorithm can be modified.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:7809
    • 提供者:lvsmart
  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. Graph TSP AStar Floyd Colorarion Genetic JungLib

    0下载:
  2. A complete Java System to view the graph solution of Traveling Salesman Problem, AStar, Floyd, Coloration and Genetic solution. Using Jung Java Library.
  3. 所属分类:JSP源码/Java

  1. TravelingSalesman12

    0下载:
  2. traveling salesman problem solution by using genetic algorithm coded in java no of the city, distance fitness function, population, generation
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:6730
    • 提供者:waresoft12
  1. Graph_PCV_AEstrela_Floyd_Coloracao_Geneticos_Jung

    0下载:
  2. A complete Java System to view the graph solution of Traveling Salesman Problem, AStar, Floyd, Coloration and Genetic solution. Using Jung Java Library.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-22
    • 文件大小:6829408
    • 提供者:Gabriel
  1. tsp

    0下载:
  2. traveling salesman problem solution code in java(TSP)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1774
    • 提供者:moneymind
  1. yiqunsuanfa

    0下载:
  2. 蚁群算法求解旅行商问题,JAVA实现可视化效果,scr文件夹内的MainFrame.java为主框架代码-Ant colony algorithm for traveling salesman problem, JAVA achieve visual effects, scr folder within the main framework code MainFrame.java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7184
    • 提供者:叶师哲
  1. GA

    0下载:
  2. 基于遗传算法的旅行商问题,求最小路径,java图形界面实现-Traveling salesman problem based on genetic algorithms for the minimum path, java graphical interface to achieve
  3. 所属分类:Applet

    • 发布日期:2017-04-08
    • 文件大小:328273
    • 提供者:薛**
  1. ACOTSPJava-1.0.3-1.0.1

    0下载:
  2. ACO tsp in Java A Java implementation of ACO algorithms for the TSP This software provides an implementation of various Ant Colony Optimization (ACO) algorithms for the symmetric Traveling Salesman Problem (TSP).
  3. 所属分类:Software Testing

  1. java_ga

    0下载:
  2. 利用java实现遗传算法,用来解决tsp旅行商问题。功能已测试-Using Java implementation, genetic algorithm is used to solve TSP traveling salesman problem. Function has been tested
  3. 所属分类:Project Design

    • 发布日期:2017-04-14
    • 文件大小:3228
    • 提供者:mr陈
  1. jopt_sdk_4_9_5_evaluation_complete

    0下载:
  2. JOpt.SDK是一个自动化车辆路线和派送Java/J2SE和.NET.组件的工具。它可以解决旅行推销员的问题(TSP)和时窗限制路线规划的问题。它提供了各种因素限制的最佳化运输路线,如时窗,负载能力,规定行程路线。该组件是基于遗传算法,并自动确定订单任意设置车辆的优化配置。-JOpt.SDK is an automated vehicle routing and delivery of Java/J2SE and.NET. components of the tool. It can solv
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:1900183
    • 提供者:kangshaobo
« 1 23 »
搜珍网 www.dssz.com