Skip to content

Latest commit

 

History

History
37 lines (17 loc) · 984 Bytes

readme.md

File metadata and controls

37 lines (17 loc) · 984 Bytes

Weapon Target Allocation

武器目标分配问题——动态规划算法&穷举法

  • 问题:

0

  • 程序:

target_allocation.py:采用穷举法和动态规划两种算法求解分配问题,并输出结果。

interface.ui:pyQt5界面设计UI图。

interface.py:pyQt5界面设计主程序。

calculateQt.py: Qt界面调用**==target_allocation.py==**主程序并显示计算结果。

  • 程序结果:

动态规划结果

1

穷举法结果

2

界面显示效果:

3

4