背包问题(java)一个用JAVA 实现的背包问题,P,W,M自己输入-knapsack problem (java) JAVA with a backpack, P, W, M own input 下载
|
java 编写的背包问题,按不同的方法(第二种)-prepared by the knapsack problem by different methods (second) 下载
|
java 编写的背包问题,按不同的方法选择不错啊 -prepared by the knapsack problem by different methods to choose good ah 下载
|
0-1背包问题算法在java语言的实现程序-0-1 knapsack problem algorithm java language in the realization process 下载
|
背包问题动态规划算法JAVA 给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大? 在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。 - 下载
|
用JAVA编写的关于算法分析与设计里的如何用JAVA实现关于贪心法的背包问题,简单明了.有很强的实例意义.-with JAVA prepared by the analysis of the algorithm and the designing of how to use JAVA of greedy law backpack , simple and clear. a strong example of significance. 下载
|
算法中一个经典问题:背包问题的优先队列算法实现。- 下载
|
用分支界限法解决的几个问题:包括0-1背包问题,最大团问题,电路布线问题,最大装载问题.作业最优处理问韪.-branch line with the law to solve several problems : including 0-1 knapsack problem, the largest group, circuit wiring problem, the greatest problem loading. Optimal handling operations Q premises. 下载
|
贪心算法,使用这一算法,解决0-1背包问题.-greedy algorithm, the algorithm used to solve 0-1 knapsack problem. 下载
|
按单位价值最大为标准时划分0-1背包问题,-unit value by the maximum standards division 0-1 knapsack problem. 下载
|