摘要
滑动时间窗算法是飞机终端区排序算法中非常重要的一种。介绍了飞机终端区排序中滑动时间窗算法的思想,实现了滑动时间窗算法的Matlab编程,给出了编程代码,为进一步研究滑动时间窗算法提供了基础,通过算例仿真验证了所设计算法的有效性、优越性。
on the basis of idea of sliding window,the algorithm is designed and implemented by programming using Matlab.The comprehension of the algorithm is strengthened after encoding by M language.The codes provide basis for research of the algorithm.A case is adopted to verify the effectiveness and advanlage of the algorithm.
出处
《电脑编程技巧与维护》
2012年第10期90-93,共4页
Computer Programming Skills & Maintenance
关键词
滑动时间窗
优化排序
MATLAB
sliding time window algorithm
optimizing sequence
Matlab