登录
首页 » Windows开发 » parts cutting issue for a fixed width of the rectangular plate W, the height of...

parts cutting issue for a fixed width of the rectangular plate W, the height of...

于 2022-03-24 发布 文件大小:45.67 kB
0 191
下载积分: 2 下载次数: 1

代码说明:

零件切割问题 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?-parts cutting issue for a fixed width of the rectangular plate W, the height of rectangular plate unrestricted. Need from the board is cutting out respectively n height of the hi, wi width of the rectangular parts. Cutting parts to the rules of the height of the rectangular plate with a high degree of consistent direction. Asked how cutting makes use of the rectangular plate height h minimum?

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

发表评论


0 个回复

  • Windows 程序设计的源码,比较全哦!大家可以下载来看看哦
    Windows 程序设计的源码,比较全哦!大家可以下载来看看哦-Windows programming source code, more full-Oh! You can download view
    2022-02-05 16:13:59下载
    积分:1
  • windows mobile上与http服务器通信,可下载网页、文件
    windows mobile上与http服务器通信,可下载网页、文件-windows mobile with http server communications, download website, documents
    2023-09-05 02:30:03下载
    积分:1
  • mfc的简单制作流程
    mfc的简单制作流程-mfc a simple production process
    2022-02-02 22:30:24下载
    积分:1
  • 图像淡入淡出看多了,这是个实现文本淡入淡出的好东西
    图像淡入淡出看多了,这是个实现文本淡入淡出的好东西-image fades out of view of many, this is the realization of the text fades out of the good stuff
    2023-06-19 23:40:04下载
    积分:1
  • how to Process
    how to Process-Thread command-line
    2022-11-11 17:05:04下载
    积分:1
  • DURBIN算法的C语言实现
    DURBIN算法的C语言实现-WRITER algorithm C Language
    2022-03-19 06:48:26下载
    积分:1
  • 此程序主要实现网络,打飞机,聊天,两种功能。 先运行服务器程序,然后运行两个客户端程序,请求,连接,输入ip地址,就可实现此功能。...
    此程序主要实现网络,打飞机,聊天,两种功能。 先运行服务器程序,然后运行两个客户端程序,请求,连接,输入ip地址,就可实现此功能。 -This procedure the main network, aircraft, chat, two functions. Server program is running first, and then running the two client programs, the request to connect, enter the ip address, can achieve this functionality.
    2023-04-18 05:15:04下载
    积分:1
  • 这是成都的一个简单的公交查询系统
    这是成都的一个简单的公交查询系统-This is a simple query system bus
    2022-01-23 10:14:11下载
    积分:1
  • The Stern
    The Stern-Brocot Number System The Stern-Brocot tree is a beautiful way for constructing the set of all nonnegative fractions m / n where m and n are relatively prime.-The Stern-Brocot tree is a beautiful way for constructing the set of all nonnegative fractions m/n where m and n are relatively prime.
    2023-06-15 20:30:03下载
    积分:1
  • 0-1背包问题
    给定N中物品和一个背包。物品i的重量是Wi,其价值位Vi ,背包的容量为C。问应该如何选择装入背包的物品,使得转入背包的物品的总价值为最大。 在选择物品的时候,对每种物品i只有两种选择,即装入背包或不装入背包。不能讲物品i装入多次,也不能只装入物品的一部分。因此,该问题被称为0-1背包问题。该算法中,矩阵c的大小为(m+1)×(n+1),物体的重量、价值和解向量大小都等于物体个数n,故该算法的空间复杂度为O(nm)。对物体重量、价值的初始化(算法实现略)所需时间都为n,解向量和矩阵第0行初始化时间为n,矩阵第0列初始化时间为m,对矩阵c的计算所需时间为n×m,解向量X的确定时间为n,故整个算法的时间复杂度为O(nm)。
    2022-01-25 23:07:45下载
    积分:1
  • 696518资源总数
  • 105438会员总数
  • 15今日下载