登录
首页 » 算法 » 0/1背包java实现

0/1背包java实现

于 2022-04-13 发布 文件大小:1.46 kB
0 94
下载积分: 2 下载次数: 1

代码说明:

import java.util.Scanner; public class Packsack{ Scanner sc=new Scanner(System.in); int n;//物品个数 int m;//背包最大容量 int w[];//存储每个物品的重量 int v[];//存储每个物品的价值 int Max[][];//行表示前i个物品,列表示容量j,该值为将前i个物品装入容量为j的最大价值 public Packsack(){ System.out.println("please input the number of goods"); n=sc.nextInt

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一个比较好的delphi源程序
    一个比较好的delphi源程序-a relatively good source delphi
    2022-02-04 22:52:23下载
    积分:1
  • 三角剖分源代码
    三角剖分的源代码 ,剖分速度快,无约束与带约束都有生成tin,三角网格的显示,delauncy三角形的显示-generation tin, the triangular mesh, the triangular show delauncy
    2023-06-28 09:30:03下载
    积分:1
  • 动态时间规整实现 C#
    动态时间规整算法的实现。田北俊议员阮在 C# 中以编程语言编写的 DTW 算法实现。如果您有任何疑问,请联系我在 nxtien@gmail.com
    2022-08-23 22:30:50下载
    积分:1
  • THUNGHIEM HAM IF
    IF I AM YOU THEN I WILL OPEN FREE TO ALL END IF IF YOU ARE ME THEN YOU NEED TO OPEN FREE TO ALL END IF
    2022-07-18 09:46:42下载
    积分:1
  • matlab的数学物理方程数值源程序。这是"Numerical Methods for Physics"第二版的matlab源程序。...
    matlab的数学物理方程数值算法源程序。这是"Numerical Methods for Physics"第二版的matlab源程序。-Matlab mathematical physics equations numerical algorithm source. This is the "Numerical Methods for Physics," the second version of the Matlab source.
    2022-12-08 20:05:03下载
    积分:1
  • 瓦斯浓度报警系统源码
    这是一个关于瓦斯浓度报警系统的源码,主要功能是当瓦斯浓度超过设定值时就会报警,功能很简单,可以在proteus上仿真看看结果!
    2022-03-03 15:34:33下载
    积分:1
  • DFP变尺度,包括一维搜索,黄金分割,采用类封装,包括矩阵类,变尺度类。实现简单明了。...
    DFP变尺度法,包括一维搜索法,黄金分割法,采用类封装,包括矩阵类,变尺度类。实现简单明了。-DFP variable metric method, including the one-dimensional search, golden section method, type of packaging used, including matrix-type, variable-scale category. Simple to achieve.
    2022-06-03 06:57:24下载
    积分:1
  • 基于遗传的tsp
    资源描述基于GA的tsp算法结局旅行商问题,该方法高校快捷方便,所需数据简单,代码有注释,易懂,能进行修改,是一套非常不错的算法,用了好多次 稳定性较好。
    2022-06-12 07:26:08下载
    积分:1
  • C++基础代码
    这是C++特别基础的几个代码,里面涉及的算法比较少,主要是C++的结构,通俗易懂,对于初学C++的同学有一定的帮助,可以打印出来看
    2022-03-09 18:19:49下载
    积分:1
  • Through the C language programming to achieve numerical method of Jacobi iterati...
    通过C语言编程实现数值计算方法中的雅可比迭代,输入各个方程组的系数和迭代次数可以得到方程的精确解和中间计算结果。另外方程组未知数的个数可以自行设定。-Through the C language programming to achieve numerical method of Jacobi iteration, enter all equations of the coefficients and number of iterations can be exact solutions of equations and intermediate results. Another unknown number of equations can be set.
    2022-02-03 16:28:03下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载