搜索资源列表
cfd2
- 关于计算流体力学中方腔环流问题的求解粘性条件下-on computational fluid dynamics China cavity circulation problem solving viscous conditions
ANNEALTSP
- solving the TSP problem
Xpress-MP
- X-press软件在C++环境下调用,解决线性规划问题的一个算例。-X- press software in c++ environment with cut, solving linear programming problem, a numerical example.
AStarShortPath
- A*算法求解公交最少耗时路径,效果好于普通的Dijkstra算法。-A* algorithm solving least-time path problem in scheduled network
BinPackingProblem
- 装箱问题,物流中的经典问题,求解方法是经典的启发式方法-Packing problem, the classic logistics problem solving method is the classic heuristics
GA_VRPTW
- 用遗传算法解决带时间窗的车辆路径问题,注释详细,关于染色体的设计,变异,交换等操作!-Solving vehicle routing problem with time windows using genetic algorithms, detailed notes about the design of the chromosome variation, switching and other operations!
vrph-master
- 解决车辆路径问题,提供了很多有用的算法实现,比如3-opt,2-opt和or-opt等算法,以静态库的形式提供给别人调用。-Solving vehicle routing problem, provide a lot of useful algorithms, such as 3-opt ,2-opt and or-opt algorithm, in the form of a static library available to others call.
Solomon-100
- 本文件提供的是解决带时间窗口的车辆路径问题的SOLOMON方法的100个实例。-This document provides a 100 instances of solving vehicle routing problem with time window of SOLOMON methods.
work
- 关于求解整车运输的数学模型程序,包含所需求解整数线性规划问题的工具箱-The program about solving a mathematical model of vehicle transportation,which contains the necessary problem solving integer linear programming toolbox
test
- lambert问题求解,已知两点位置以及夹角,求得初始速度-lambert problem solving, as well as the angle between the known points position, initial velocity obtained
GA_Lambert
- 探火轨道兰伯特问题求解,利用Matlab遗传算法工具箱进行求解,可将发射窗口搜索时间精确到年月日时分秒-Fire detection track Lambert problem solving, use of Matlab genetic algorithm toolbox to solve, you can launch window Search time accurate to the date, hour
VRP-considering-time-matlab
- 带运行时间限制的milk-run问题求解matlab程序,修改数据,可以自行调试。-Milk-run problem solving with the run time limit matlab program, change the data, you can debug their own.
FEMfor-unsteady-problem
- 有限元法,求解unsteady stoke problem 和 LU decomposition solver-the finite elemental methods. the code for solving the unsteady stoke problem with LU decomposition solver for the linear qeuations system
Genetic-Algorithm
- 用遗传算法求解固定起始点的闭环最短旅游路线问题-Fixed starting point for solving the shortest travel route closed loop problem by Genetic Algorithm
oned_euler_v1
- 一维Euler方程求解,例子是激波管问题。采用了Godunov格式-one dimensional Euler equation solving for shock tube problem