CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 路线规划

搜索资源列表

  1. math-model

    0下载:
  2. 钢管订购和运输的最优规划 程序使用说明: 两种方法进行 1,运行deal3,输入D,得到单价的矩阵7*15 运行showlj,得到运输的路线; 2, 运行deal2,输入D,得到单价的矩阵7*15 -ordering pipe and the optimal transportation planning process for use : two methods for a running deal3. D input, to be priced mat
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:31943
    • 提供者:孙竟飞
  1. aglorithm

    0下载:
  2. 问题算法源代码:骑士遍历、万年历、N皇后问题回溯算法、动态计算网络最长最短路线、货郎担分枝限界图形演示、货郎担限界算法、矩阵乘法动态规划、网络最短路径Dijkstra算法-problems algorithm source code : Knight traversal, calendar, N Queens backtracking algorithms, Dynamic computing network longest shortest routes, traveling salesman
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:23699
    • 提供者:安德里周
  1. dp

    0下载:
  2. (1).问题描述:旅行商问题 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要 选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程( 或旅费)最小。 (2).程序设计要求: a. 设计一个动态规划算法 b. 任给一个输入实例,能输出最短路程及其路线 c. 能用图形演示旅行商的推销路线 输入要测试的文件名,如TSP6.txt,程序将利用动态规划求解该问题,给出最佳线 路,并用图形演示。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10864
    • 提供者:小明
  1. dongtaiguihua

    0下载:
  2. 设平面上有一个m´ n的网格,将左下角的网格点标记为(0,0)而右上角的网格点标记为(m,n)。某人想从(0,0)出发沿网格线行进到达(m,n),但是在网格点(i,j)处他只能向上行进或者向右行进,向上行进的代价为aij(amj =+¥ ),向右行进的代价是bij(bin =+¥ )。试设计一个动态规划算法,在这个网格中为该旅行者寻找一条代价最小的旅行路线。用高级程序设计语言编写程序求解动态规划模型。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:915
    • 提供者:陆嘉鸣
  1. wtsf.tgz

    1下载:
  2. N皇后问题回溯算法.c 货郎担分枝限界图形演示.c 矩阵乘法动态规划.c 万年历 动态计算网络最长最短路线.c 货郎担限界算法.c 骑士遍历 网络最短路径Dijkstra算法.c-N queens problem backtracking algorithm. C TSP branch and bound graphical presentation. C matrix multiplication, dynamic programming. C calendar dynamic compu
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:20433
    • 提供者:swikon
  1. Guide_to_Quant_Careers

    0下载:
  2. 一本指导IT技术人员走向金融IT路线的书籍,关于职业生涯规划-a book to guild ITers pave their ways to finantial-IT careers.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1563270
    • 提供者:chiang
  1. problem-solving

    0下载:
  2. 各种问题算法,包括,N皇后问题回溯算法,动态计算网络最长最短路线,货郎担界限,矩阵乘法动态规划等-Algorithm for various problems, including, N Queens problem backtracking algorithm, dynamic network of the longest shortest path computation, Traveling Salesman boundaries, such as dynamic programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:23400
    • 提供者:赵明臣
  1. main

    0下载:
  2. 动态规划算法计算网络的最长路线和最短路线-Network dynamic programming algorithm to calculate the shortest route, the longest line and
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1386
    • 提供者:Davin Tang
  1. LMin

    0下载:
  2. 俄罗斯套娃:南北向和东西向的道路纵横交错。现在,路口放着纯金打造的俄罗斯娃娃,重量大小不等,重的都能装下轻的。你可以沿着道路飞奔,拾取路口的娃娃,要求是任何时刻必须是一个套娃,装好后就不能再拆开了。注意不要走重复路。 设计规划路线,使得能够有最大的收获。-Ivan Pavlov in the contest Conference Lectra pack, become the new " Prairie Eagle," has won great honor for the trib
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:192264
    • 提供者:tangxing
  1. aa

    0下载:
  2. 动态规划算法计算网络的最长路线和最短路线-Dynamic programming algorithm to calculate the network s longest route and shortest route
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1470
    • 提供者:hepan
  1. Vehicle-Routing-Problem

    0下载:
  2. 车辆路线规划问题源程序,清华刘宝碇老师实验室发布的源程序 -Vehicle-Routing-Problem.cpp by Tsinghua Professor Liu Baoding
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4609
    • 提供者:rabby
  1. tsp

    0下载:
  2. 某推销员要从城市v1 出发,访问其它城市v2,v3,…,v6 各一次且仅一次,最后返回v1。D 为各城市间的距离矩阵。 问:该推销员应如何选择路线,才能使总的行程最短? 以下是用动态规划方法,Linux下g++编译通过 -tsp the minnist distance
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1563
    • 提供者:angel
  1. TrackPlanning

    1下载:
  2. 摄影测量中的航迹规划,需要给定区域范围和相关的参数,能够自动计算摄站点和飞行路线。-The Photogrammetry route planning, given the regional scope and related parameters, and automatically calculates the camera site and the flight path.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-04-07
    • 文件大小:53913
    • 提供者:LBR
  1. Dstar-Lite

    0下载:
  2. 这是用D*算法实现机器人路径规划的JAVA程序,适用于动态路径环境下,可以在未知环境中快速的找到可行路线-This is the D* algorithm for robot path planning Java program, applicable to the dynamic path environment can quickly find a feasible route in an unknown environment
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:41950
    • 提供者:zhoufan
  1. code

    0下载:
  2. 迪杰斯特拉算法的实现 只需要改变邻接矩阵可以直接使用 返回l和z是结果 floyd算法 同样改变邻接矩阵A,调用函数即可使用 带有数据(The implementation of the Dijkstra algorithm only needs to change the adjacency matrix and can be used directly to return to L and Z as a result The Floyd algorithm also
  3. 所属分类:数学计算

    • 发布日期:2018-04-21
    • 文件大小:192512
    • 提供者:iDuan
  1. 公交系统路线设计规划仿真

    0下载:
  2. 一种公交系统使用的城市路线规划仿真,使用matlab编写(A city route planning simulation used by a bus system and written in MATLAB)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:JL.ing
  1. 弹道分析

    0下载:
  2. 导弹的弹道分析,轨迹路线规划。Sumilink仿真模拟。等等。(The Ballistic Analysis and trajectory planning of the missile. Analogue simulation.Wait.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:22528
    • 提供者:JackSky
  1. 动态规划算法举例

    1下载:
  2. 动态规划问世以来,在经济管理、生产调度、工程技术和最优控制等方面得到了广泛的应用。例如最短路线、库存管理、资源分配、设备更新、排序、装载等问题,用动态规划方法比用其它方法求解更为方便。(Since the advent of dynamic programming, it has been widely used in economic management, production scheduling, engineering technology and optimal control. F
  3. 所属分类:matlab例程

    • 发布日期:2020-06-22
    • 文件大小:196608
    • 提供者:water7
  1. Antcycle

    2下载:
  2. 基于蚁群算法的路径规划,栅格法,双向路线寻优,包含栅格程序,能运行(Ant colony algorithm based path planning, grid method, two-way route optimization, including raster program, can run)
  3. 所属分类:matlab例程

    • 发布日期:2019-10-01
    • 文件大小:3072
    • 提供者:爱豆少年
  1. AStar路径规划算法

    1下载:
  2. 20*20栅格地图 基于a*算法找出最快的路线
  3. 所属分类:matlab例程

« 12 »
搜珍网 www.dssz.com