当前位置:
首页 资源下载
搜索资源 - transportation problem
搜索资源列表
-
1下载:
运筹学中的运输问题的C++程序,支持产销平衡与产销不平衡,可以判断解的情况。-C++ code of transportation problem
-
-
1下载:
表上作业法(贪心法)的MATLAB程序
解决运输问题的算法,内部有程序代码的详细介绍以及一个算例的介绍。本人为MATLAB初学者,欢迎交流,QQ420797419-This simple heuristic usually gives good, but possibly suboptimal solutions for the transportation problem.
-
-
0下载:
用matlab编写的单周期库存与运输问题整合优化程序,采用遗传算法寻优-Matlab prepared using single-cycle problem of integrating inventory and transportation optimization procedures, the use of genetic algorithm optimization
-
-
1下载:
全国交通咨询系统
设计主要分三个部分:一是建立交通网络图的存储结构,二实现两个城市间的最短路经问题。3程序所具有的功能特色本程序主要目的是为了给用户提供路径咨询。实现了帮助用户了解全国各大城市间往来的最短路径问题,第二,可以提供用户查询各大城市的相关信息。本程序最大的特点是支持用户自己添加城市信息及城市,或添加城市的路径,既就有可扩展性。-National Transport Advisory System is divided into three main parts: First, e
-
-
0下载:
! A Dairy industry Transportation Problem
SETS:
! Import Breweries and depots from Excel
Breweries: CAPACITY
Depots : DEMAND
LINKS(Breweries, Depots): DISTANCE, VOLUME
ENDSETS
-
-
0下载:
运筹学中线性规划的运输问题,数学类实验,线性规划课实验-Operations research, linear programming transportation problem, Math class experiment, linear programming course experiment
-
-
0下载:
用lingo软件解决运输问题,其实lingo简单实用,是不二选择。-Software to solve transportation problems with lingo, lingo actually simple and practical, the best choice.
-
-
0下载:
最短路径问题。两个点A与B之间有多条路,从A到B有多条方案。求A到B的最短路径-The shortest path problem.There are several paths from point A to B.Now we want to know which path is the shortest.Ihis program can help us desolve the Transportation problem
-
-
0下载:
运输问题 能够实现优化 从而帮助我们找到最短路径--Pipeline transportation problem can be optimized in order to help us find the shortest path
-
-
0下载:
Transportation Problem in Matlab
-
-
1下载:
emd.c
Last update: 3/14/98
An implementation of the Earth Movers Distance.
Based of the solution for the Transportation problem as described in
"Introduction to Mathematical Programming" by F. S. Hillier and
-
-
0下载:
多目标线性规划模型
1、运输问题
2、购买DVD方案-A multi-objective linear programming model
1, the transportation problem
2, buy DVD program
-
-
0下载:
code of linear programing in matlab
-
-
1下载:
一个关于运输调配问题的通用程序及其使用演示,内涵代码及相关数据-a code of matlab for transportation problem.related instruction for use are contained.
-
-
0下载:
Lingo编程语言代码;适合求解大规模运输问题-Lingo programming language code;Suitable for solving large-scale transportation problem
-
-
0下载:
平衡运输问题的代码,供大家参考(还有待于优化)
-Code balanced transportation problem (yet to be optimized)
-
-
0下载:
基于蚁群算法的TSP实现,可计算数模运输问题中的最短路径问题-TSP based on ant colony algorithm to achieve, can calculate the shortest path problem of the d/a transportation problem
-
-
0下载:
Transportation problem with potential method in Visual c#.
-
-
0下载:
本文利用元胞自动机解决交通方面的问题代码-Use cellular automata to solve the transportation problem codes
-
-
0下载:
通过一个小例子来解释如何采用遗传算法解决运输问题,(solving transportation problem by GA)
-