Weapon-Target-Allocation
Weapon-Target-Allocation copied to clipboard
武器目标分配问题——动态规划算法
trafficstars
Weapon Target Allocation
武器目标分配问题——动态规划算法&穷举法
- 问题:

- 程序:
target_allocation.py:采用穷举法和动态规划两种算法求解分配问题,并输出结果。
interface.ui:pyQt5界面设计UI图。
interface.py:pyQt5界面设计主程序。
calculateQt.py: Qt界面调用**==target_allocation.py==**主程序并显示计算结果。
- 程序结果:
动态规划结果:

穷举法结果:

界面显示效果:

