摘要: import java.util.*; public class Test{ public static void main(String[] args) { int singlePrice=8; double[] discounts={1,0.95,0.9,0.8,0.75}; int[] nums={2,2,2,1,1}; ... 阅读全文
posted @ 2018-03-17 14:55 xinyilovestudy 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 1.0-1背包 2.完全背包 3.多重背包 阅读全文
posted @ 2018-03-17 12:56 xinyilovestudy 阅读(250) 评论(0) 推荐(0) 编辑