搜索资源列表
MissileTrajectorySimulation
- 通用弹道仿真计算程序V1.0 本程序包为vxLand提供的经典版的通用导弹、炮弹、火箭弹等的弹道仿真计算程序,适 用于无控弹药,用户可以需要根据加入三点法、比例导引等导引方法,修改、扩充成相 应的有控、制导模拟仿真弹道程序。 程序包中MissileTrajectorySimulationRk.h的rk()是经典的4阶龙格库塔方法求常微分 方程的数值算法的函数子程序,大家可参考使用。 MissileTrajectorySimulation
tsp+vrp.rar
- 详细讲述模拟退火算法的理论原理。并TSP问题为例进行讲解,并各处多种语言的源代码,包括c,matlab以及delphi。 ,Simulated annealing algorithm described in detail the theory of principle. And TSP as an example to explain the problem and the source code of various languages, including c, matlab, as w
subway.rar
- 模拟实现广州地铁售票系统,采用迪克斯屈拉算法实现。有用尽管下。,Simulation of the realization of Guangzhou Metro ticketing system using the Dix algorithm flexor pull. Although useful under.
TspSA
- 在Visual C++ 编译环境下,模拟退火算法程序,并利用它们求解了48个城市的TSP问题。-TSP algorithm by C++
1hangjiguanlian
- 实现航迹融合的算法,多雷达探测实现目标数据的融合并完成对目标的模拟仿真,这里主要是对一个目标的跟踪,需要在vc++6.0上实行-Track fusion algorithms, multi-radar detection to achieve the target data fusion and complete simulation of the target, mainly tracking a target, you need to implement in vc++6.0
anlaysis_data_m_file
- 单片机采集到的车窗电压AD采样值,用MATLAB进行数据分析,电压变化曲线图像显示,以便进行模拟算法验证。-The car windows Voltage AD value from SCM AD-sampling collected, using MATLAB data analysis, image display voltage curves for simulation algorithm validation.
h2d-rotor
- 航空发动机-压气机二维数值模拟程序,包括网格生成,湍流模型,数值迭代算法等,可以计算多个工况-gas turbine simiulation
0-1knapsack-problem
- 这是一个简单的0-1背包问题,采用matlab编程,使用模拟退火算法求解,结果精确快速,并可以应用到很多其他问题-This is a simple 0-1 knapsack problem, using matlab programming, simulated annealing algorithm, accurate results quickly, and can be applied to many other problems
遗传算法txt
- 遗传算法解决tsp问题 遗传算法,模拟达尔文进化论的自然选择和遗传学机理的生物进化过程的计算模型,一种选择不断选择优良个体的算法。谈到遗传,想想自然界动物遗传是怎么来的,自然主要过程包括染色体的选择,交叉,变异(不明白这个的可以去看看生物学),这些操作后,保证了以后的个体基本上是最优的,那么以后再继续这样下去就可以一直最优了。(Genetic algorithm to solve TSP problem)
PDPTW
- 采用模拟退火与遗传算法相结合的混合算法解决带时间窗的取送货问题(A hybrid algorithm based on simulated annealing and genetic algorithm is used to solve the delivery and pick-up problem with time windows.)