资源简介
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\
相关资源
- opencv2 3D标定.cpp
- 3DES加密算法C++实现
- DES/3DES算法C语言实现
- DES和3DES加密算法,C语言,适用于单片
- Frangi最初提出的Hessian矩阵血管增强,
- 导入3dmax模型的VC++程序
- 用opengl做的3D教室漫游程序
- 简单的OpenGL 3D场景
- 3DES加密算法 C++实现
- D3D11 最新HOOK 源码支持X86_X64
- MFC,3D动画小车
- MFC+OpenGL实现3ds模型导入
- 3D图形旋转
- 基于OpenGL的3D射击游戏的设计与实现
- 3D枪战射击游戏cs简单版源代码
- opengl画了一个简单的3D模型
-
C++ 实现 3DES加解密ba
se64加解密 - VC++和OpenGL读取3DS文件并显示的完整源
- openg读取3ds文件,含view3ds软件
- C语言 opengl 3d 游戏开发 源码
- 3DSLoader.rar
- 使用qwtPlot3D实现三维曲线、轨迹绘制
- OpenInventor中COIN3D三维程序开发
- MFC 中使用 OpenGL 1.0非微软版本,而是
- Unity3D调用Native OpenGL渲染方式
- bm3d图像去噪算法C++代码
- 3D三角形网格模型补洞源代码
- BM3DC++代码
- Visual C++游戏开发技术与书与随书光盘
- 3D天空迷宫.zip
评论
共有 条评论