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

搜索资源列表

  1. xunlu2hi

    0下载:
  2. 数学建模\\98B 题灾情巡视路线求解程序(多旅行商)-mathematical modeling \\ 98B disaster inspection line that the solver (MTSP)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2759
    • 提供者:吴信斌
  1. monituihuo3

    0下载:
  2. 模拟退火解巡视路线(Tsp)-simulated annealing line inspection solution (Tsp)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1473
    • 提供者:吴信斌
  1. kalman 滤波器的实现与应用

    0下载:
  2. 利用kalman滤波器对具有随机加速度的物体运动路线的进行信号采样,滤波处理和估计。-use kalman filter to sample signals of object moving route with random acceleration,filter and estimate
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:14221
    • 提供者:吴胜
  1. 货郎担分枝限界图形演示

    0下载:
  2. 货郎担分枝限界图形演示 问题描述:某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。-traveling salesman Branch and Bound graphic demonstration Problem descr iption : A salesman to a number of cities to sell commodities, the known distance
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4253
    • 提供者:林周
  1. chejiandiaodu

    0下载:
  2. 有m台不同的机器,n个不同的工件。每个工件有多道工序,每道工序由指定的机器在固定的时间内完成。一道工序一旦开始处理,就不能中断。每台机器一次只能处理一道工序。一个调度就是决定每台机器上工序的处理顺序,使得机器完成所有工件的时间最短。具体的,该问题就是要求在满足(1)、(2)两个约束条件的前提下,确定每台机器上工序的顺序,使加工的时间跨度(从开始加工到全部工件都加工完所需要的时间)达到最小。其中,(1)表示工件约束条件:对每个工件而言,机器对它的加工路线是事先确定的;(2)表示机器约束条件:对每台
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4622
    • 提供者:chen
  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. shopping_Dynamic_Programming

    0下载:
  2. Jones先生是一位模范丈夫,每个星期六的早晨他的太太都会给它一个购物清单,他只能购买清单上所列的物品并且必须全部买齐。最开始,Jones先生总是穿梭于商店的过道之间,对每样商品选择最便宜的价格购买,但是他逐渐地厌倦了这种方式,并开始了一种新的尝试——对于商店中的每条过道只走一遍,并严格按照清单上物品的顺序购物。现在你要写一个程序来帮助他购物。你所拥有的信息除了清单所列的物品之外,还包括在他选择的整条路线上依次出现的商品和它的价格,你的任务是计算他购齐所有货物的最小花费。-Mr. Jones i
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11423
    • 提供者:汤烈
  1. TSPinmatlab

    0下载:
  2. 用遗传算法解决城市的访问次序,可使其 旅行路线的总长度最短 可从该程序借鉴到其他应用 -using genetic algorithms to solve the city for the visit, travel routes can make the total length of the shortest can draw from the procedures of other applications
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8120
    • 提供者:候海
  1. TSPprogrammatlab

    0下载:
  2. 已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市只能访问一次,最后又必须返回出发城市。如何安排他对这些城市的访问次序,可使其旅行路线的总长度最短?-known cities between the distance from the existing one must salesman n visited this city, every city and can only be visited once, finally starting to return to t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4223
    • 提供者:zhangy21cn
  1. park_guide

    1下载:
  2. 公园导游图 给出一张某公园的导游图(景点不少于10个),游客通过终端询问可知: 任一景点的相关信息; 从某一景点到另一景点的最短简单路径。 游客从公园大门进入,选一条最佳路线,使游客可以不重复地游览各景点,最后回到出口(出口就在入口旁边)。 要求: 1、从键盘或文件输入导游图; 2、游客通过键盘选择两个景点,输出结果; 3、输出从入口到出口的最佳路线。 文件中包含详细的源代码及注释,以实现这个经典的问题。-park guide map is a par
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1614
    • 提供者:agang
  1. JSPzzj

    0下载:
  2. 已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市 只能访问一次,最后又必须返回出发城市。如何安排他对这些城市的访问次序,可使其 旅行路线的总长度最短? -known cities between the distance from the existing one must salesman n visited this city, every city and can only be visited once, finally starting to r
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2142
    • 提供者:赵志杰
  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. wugui

    0下载:
  2. 三维无规行走,能走得个方向概率相同 回避所有经过的路线-three-dimensional random walk, can go the same direction to avoid all probability after the line
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1458
    • 提供者:syf
  1. 马的Hamilton周游路线问题

    1下载:
  2. 马的Hamilton周游路线问题,---对于给定的偶数m,n≥6,且|m-n|≤2,编程计算m*n 的国际象棋棋盘一条马的Hamilton周游路线,Hamilton
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-24
    • 文件大小:2307
    • 提供者:童祚阳
  1. 最佳灾情巡视路线的数学建模资料

    2下载:
  2. 最佳灾情巡视路线的数学建模资料,有很多篇文章,有很高的学习价值,The best route to inspect the disaster of the mathematical modeling of information, there are many articles, has a high learning value
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-06-14
    • 文件大小:21617394
    • 提供者:李扬宇
  1. shortestpath

    0下载:
  2. 最短路问题的MATLAB求解,给出图的邻接矩阵输出源点到汇点的最短距离及路线方案,另外根据Floyd算法可得到任意两点的最短距离!-Of MATLAB to solve the shortest path problem is given adjacency matrix output of the source point to the Meeting Point, the shortest distance and route programs, addition, according to
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1383
    • 提供者:gechengwei
  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. main

    3下载:
  2. 利用matlab蚁群算法进行人群场馆疏散模拟,找到逃生路线(Using MATLAB ant colony algorithm to simulate crowd evacuation and find escape route)
  3. 所属分类:matlab例程

    • 发布日期:2020-03-15
    • 文件大小:2048
    • 提供者:shude111
  1. matlab data

    2下载:
  2. 基于元胞自动机的人群最佳逃生路线仿真,计算了优先级,从众值,指令值。(Simulation of crowd optimal escape route based on Cellular Automata)
  3. 所属分类:matlab例程

    • 发布日期:2020-01-12
    • 文件大小:4096
    • 提供者:赵中奇
  1. VRP - 副本

    2下载:
  2. 用于求解配送路径优化问题,即vrp问题,算法是蚁群算法,优化目标为路线最短(It is used to solve the distribution path optimization problem, that is vrpentire. The algorithm is ant colony algorithm, and the optimization goal is the shortest route)
  3. 所属分类:matlab例程

    • 发布日期:2020-08-14
    • 文件大小:2048
    • 提供者:小时代8884
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com