CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 最优路径

搜索资源列表

  1. Kruskal

    0下载:
  2. 在C语言环境,描述的是最优路径,怎么去找到最优算法。-Described in C language environment, the optimal path, how to find the optimal algorithm.
  3. 所属分类:CSharp

    • 发布日期:2017-12-10
    • 文件大小:15211
    • 提供者:刘辉
  1. PATH-FINDER

    0下载:
  2. 一个最优路径搜索算法的实现,针对迷宫问题的算法-The realization of an optimal path search algorithms, algorithms for maze problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-11
    • 文件大小:2655
    • 提供者:XML
  1. Path---finder

    0下载:
  2. 用智能算法以及VC,编写寻找最优路径在棋盘上,-With intelligent algorithm and VC, write to find the optimal path on the board,
  3. 所属分类:source in ebook

    • 发布日期:2017-11-21
    • 文件大小:2397870
    • 提供者:peter
  1. bugfree

    0下载:
  2. 这是一套物流管理系统。系统包括的范围:系统应该包含3个功能部分,即用户、配送点和总公司。系统将实现3部分所有的前台界面及后台管理。实现:1)客户:下订单,退订单,查询订单信息(包含查询货物实时状态),查询运费,浏览新闻2)总公司:员工信息管理,网站的新闻管理,货物类别信息管理,车辆信息管理,线路管理(最优路径),运力管理(车载容量),用户权限管理,配送范围价格管理(收费),配送点信息管理,价格信息管理3)配送点:审核订单,收货管理,发货管理,申请运力,配送货物,规定配送范围-This is a
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-13
    • 文件大小:5670603
    • 提供者:Aaron
  1. Tsp3

    0下载:
  2. 旅行商问题,安徽大学最优路径的寻找。利用机器学习中的遗传算法-Traveling salesman problem, the optimal path of Anhui University looking for.Using genetic algorithms in machine learning.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:83482
    • 提供者:tang
  1. ANT_EXP

    0下载:
  2. 蚁群算法的一个小实验,大意是:路走得多了,自然会走出一条比较好走的路来,取最优路径-Ant colony algorithm is a little experimentation, to the effect: the road much more naturally out of a better way to go to take the optimal path
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-16
    • 文件大小:158621
    • 提供者:郭昭烽
  1. abs

    0下载:
  2. 粒子群算法计算最优路径,matlab软件编写,可以用来计算方程的极大值等等。-Particle swarm algorithm is optimal path, matlab writing software, can be used for calculation equation of great value, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:2876
    • 提供者:肥罗
  1. GA_TSP

    0下载:
  2. 该文包括了基于 Matlab 的遗传算法解决 TSP 问题的 基本说明 , 并在文后附录了实现该算法的所有源代码 。 此代 码经过本人的运行 , 没有发现错误 , 结果比较接近理论最优 值,虽然最优路径图有点交叉。 因为本人才疏学浅 , 本报告及源代码的编译耗费了本人 较多的时间与精力 , 特收取下载 积分 , 还请见谅 。 若有什么 问题,可以私信,我们共同探讨这一问题。 希望能对需要这方面的知识的人有所帮助!-Descr iption: Descr iption
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:3766
    • 提供者:小小
  1. Ant-colony-algorithm

    0下载:
  2. 蚁群算法优化计算。多个路径中选择最优路径,来确定最优计算顺序-Ant colony optimization algorithm. Multiple paths, select the optimal path to determine the optimal calculation sequence
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:1544
    • 提供者:詹东文
  1. Matlab

    1下载:
  2. 移动机器人的最优路径规划,也可用于求解迷宫的最短路径-Optimal path planning, of the mobile robot can also be used for the shortest path to solve the maze
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:4896
    • 提供者:刘宣
  1. Matlab1234

    0下载:
  2. 通过两种方法求解机器人的最优路径,可部分适用于解决迷宫的问题-Two ways to solve the optimal path of the robot can be partially applied to solve the problem of the maze
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:3384
    • 提供者:超超
  1. AI

    0下载:
  2. 对于拼图问题的基于java的A*算法实现。状态空间图中的节点用一个Node对象表示,图中出现的节点(包括已扩展的和未扩展的)存放在一个list(ArrayList的一个对象)中,A*算法运行完毕后,最优路径上的节点存放在pathArray(ArrayList的一个对象)中。程序维护两个变量head和tail,在list中两者之间的节点表示open表中的未扩展节点,list中head之前的属于closed表中的已扩展节点。-Puzzle java-based A* algorithm. State
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-23
    • 文件大小:168552
    • 提供者:xiezhiyu
  1. ACO-improved

    0下载:
  2. 可用于求解交通网络中一点到另一点的最优路径问题-Can be used to solve one point to another in the transport network of the optimal path
  3. 所属分类:matlab

    • 发布日期:2017-11-29
    • 文件大小:4819
    • 提供者:
  1. aco

    0下载:
  2. 蚁群算法的最优路径求解,很有用,可以下载看看哦。-Optimal routing, very useful, you can download Oh.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:1833984
    • 提供者:xiabb
  1. TSP

    0下载:
  2. 回溯算法解决TSP路径问题,找出最优路径以及堵车后的最优路径-Optimal path after backtracking algorithm to solve TSP path problem, find the optimal path, and traffic jams
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-30
    • 文件大小:2935180
    • 提供者:杨丙
  1. PSO

    0下载:
  2. 蚁群算法 用java语言编写的配送物品最优路径-Ant colony algorithm using java language Distribution optimal path items
  3. 所属分类:source in ebook

    • 发布日期:2017-12-02
    • 文件大小:3164
    • 提供者:小时
  1. Ant-Colony-Optimization-(ACO)

    0下载:
  2. 基于蚁群算法的路径最优化分析程序,可求解几个城市之间的最优路径问题。-Path based on ant colony optimization analysis program can be solved in several cities between the optimal path problem.
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:55852
    • 提供者:sherry
  1. pso-for-shenjingwangluo

    0下载:
  2. 神经网络蚁群算法,主要可用于搜索最优路径 即求某一个函数的最值问题-Neural Networks ant colony algorithm, can mainly be used to search for the optimal path that is seeking a particular function' s value problems
  3. 所属分类:Other systems

    • 发布日期:2017-11-04
    • 文件大小:3227
    • 提供者:leo mao
  1. swarm-optimization-algorithm-

    0下载:
  2. 子群优化算法,并把次算法用于求解旅行商问题.为了增强算法的局部搜索能力,在改进的算法中加入倒置,局部搜索等方法,同时利用遗传算法的全局搜索能力强的特点对求到的解再进行优化,同时,对于搜索全局最优路径方面,通过应用消除交叉路径的方法进行了优化.-Sub swarm optimization algorithm, and the second algorithm is used to solve the traveling salesman problem. In order to enhance
  3. 所属分类:Development Research

    • 发布日期:2016-11-29
    • 文件大小:572416
    • 提供者:燕子
  1. gps

    0下载:
  2. 简单的导航系统,计算两地最优路径。平且可以增加和删除路径,同时可以获取系统时间-Simple navigation systems to calculate the optimal path between the two places. Flat and can add and delete the path, and can get the system time
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:269919
    • 提供者:罗超
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 32 »
搜珍网 www.dssz.com