• 大小: 24KB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2021-01-10
  • 语言: C/C++
  • 标签: 3D  

资源简介

3维装箱问题 C语言实例 可以运行 欢迎您下载使用 如果有问题可以私聊我

资源截图

代码片段和文件信息


/* ======================================================================
      3D BIN PACKING Silvano Martello David Pisinger Daniele Vigo 
                             1998 2003 2006
   ====================================================================== */

/* This code solves the three-dimensional bin-packing problem which
 * asks for an orthogonal packing of a given set of rectangular-shaped
 * boxes into the minimum number of three-dimensional rectangular bins.
 * Each box j=1..n is characterized by a width w_j height h_j and
 * depth d_j. An unlimited number of indentical three-dimensional bins
 * having width W height H and depth D is available. The boxes have fixed
 * orientation i.e. they may not be rotated.
 *
 * A description of this code is found in the follow

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       72756  2018-03-16 03:01  3D\3dbpp.c
     文件        4246  2018-03-16 03:02  3D\readme.3dbpp.txt
     文件       15040  2018-03-16 03:02  3D\test3dbpp.c
     目录           0  2019-02-02 13:24  3D\

评论

共有 条评论