登录
首页 » Windows开发 » 零件切割问题 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形...

零件切割问题 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形...

于 2023-03-01 发布 文件大小:44.00 kB
0 153
下载积分: 2 下载次数: 1

代码说明:

零件切割问题 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?回溯-Parts mutilation given width W of a rectangular plate, rectangular plate of height restrictions. Is the need to cut out from the board, respectively, n-height hi, a width of the rectangular parts wi. Parts of the rules of cutting height direction and the direction of rectangular plates with a high degree of consistency. Asked how to make the use of cutting rectangular plate height h the smallest? Back

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

发表评论

0 个回复

  • 简单的进出库仓库软件,功能简单方便,希望给新人学习参考...
    简单的进出库仓库软件,功能简单方便,希望给新人学习参考-Easy access to a repository of software that is simple and convenient features, hoping to learn new information
    2022-05-25 00:29:36下载
    积分:1
  • 利用Word统计字数和检查拼写错误
    利用Word统计字数和检查拼写错误-use statistics and inspection wordage spelling errors
    2022-06-19 10:45:04下载
    积分:1
  • 在java中使用聊天插座
    这个项目有关的客户端和服务器,但服务器之间的聊天,可以与多客户端,但第一次连接,如果开始聊天你需要跨0000111服务器检查CRC并发送邮件至客户告诉他,开始聊天尝试是好的
    2022-04-12 13:06:58下载
    积分:1
  • 这个原代码对学C语言的初学者是有很好的的帮助的,它是个万年历系统,...
    这个原代码对学C语言的初学者是有很好的的帮助的,它是个万年历系统,-The original code for the beginners learn C language is a very good help, and it is a calendar system,
    2023-05-12 22:30:03下载
    积分:1
  • 倚天X650的NBOOT源代码程序JTAG刷BOOT
    倚天X650的NBOOT源代码程序JTAG刷BOOT-The JTAG brush X650 Yitian BOOT
    2022-07-18 02:34:33下载
    积分:1
  • 这是一个由C++编制的MFC工程,能够对文件进行加密
    这是一个由C++编制的MFC工程,能够对文件进行加密-This is a C++ compiled by the MFC works, be able to encrypt files
    2023-03-01 22:30:03下载
    积分:1
  • 脑肿瘤体积测量活动轮廓伪代码
    胶质母细胞瘤是高度侵袭性和恶性脑瘤哪些难以遵守完全。切除的外科程度构成,由于关键作用它直接影响患者的生存时间。来确定切除范围,则在手术前和手术后的磁共振(MR)图像的肿瘤体积应计算和比较。材料和方法:活性轮廓的分割方法的实施是为在手术前T1对比度增强磁共振影像片段胶质母细胞瘤脑肿瘤在轴向,冠状面和矢状面通过自行开发的软件。容积率为使用Delaunay三角肿瘤的轮廓呈现。除了分割和体绘制,图形用户界面的开发是为了便于绘制,可视化和体积计算的脑肿瘤。该软件在MATLAB(版本7.2)来实现。两个MR图像数据集从胶质母细胞瘤患者使用,并且体积的可重复性和再现性计算进行了测试。计算肿瘤体积的尺寸然后比较在Amira®软件所获得的尺寸。
    2022-05-20 07:41:05下载
    积分:1
  • QT编写的C++贪吃蛇小游戏
    游戏通过按键控制 部分代码: #include "gamewidget.h" #define ROW 13 #define COL 16 #define UP 0 #define DOWN 1 #define LEFT 2 #define RIGHT 3 GameWidget::GameWidget(QWidget *parent) :QWidget(parent) { this->setAutoFillBackground(true);//覆盖 this->resize(480,270); this->setWindowIcon(QIcon("img/icon.jpg")); this->setWindowTitle("贪吃蛇"); QPalette palette; palette.setBrush(QPalette::Background,QBrush((QPixmap)"img/bjt.png")); this->setPalette(palette); //按扭区 leftbtn=new QPushButton(this); leftbtn->setIcon((QIcon)"img/zuo.png"); leftbtn->setIconSize(QSize(40,40)); leftbtn->setGeometry(QRect(340,180,40,40)); leftbtn->setFlat(true); rightbtn=new QPushButton(this); rightbtn->setIcon((QIcon)"img/you.png"); rightbtn->setIconSize(QSize(40,40)); rightbtn->setGeometry(QRect(430,180,40,40)); rightbtn->setFlat(true
    2022-03-21 19:09:00下载
    积分:1
  • 读取MDL模型数据,很详细,可以简单修改就可以完成3D模型动画...
    读取MDL模型数据,很详细,可以简单修改就可以完成3D模型动画-MDL model data to read, very detailed and simple modifications can be completed on the 3D model animation
    2022-07-22 11:59:28下载
    积分:1
  • 2410必备,格式化nandflash,下载bin到nandflash。
    2410开发必备,格式化nandflash,下载bin到nandflash。-2410 development required, formatting nandflash. nandflash to download bin.
    2022-04-09 07:00:24下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载