CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 矩形板

搜索资源列表

  1. 切割

    0下载:
  2. 这是一个分治解决的零件切割问题:给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?加上一个小界面-This is a solution to the partition cutting parts : a given width of the rectangular plate W, the height of rectangular plat
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:29.84kb
    • 提供者:亿摆
  1. 零件切割问题

    0下载:
  2. 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。要求求出一种切割法使得所使用的矩形板的高度h最小.用递归及分治法解此问题-given a width of the rectangular plate W, the height of rectangular plate unrestricted. Board is required from the respective cut ou
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.34kb
    • 提供者:叶黎
  1. fenzhi

    0下载:
  2. 零件切割问题: 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小? 任给一个输入实例,能输出切割所需要的实际高度并能用图形演示切割的过程-cutting parts : a given width of the rectangular plate W, the height of rectangular plate unrestri
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:64.2kb
    • 提供者:章为到
  1. qiege

    1下载:
  2. 解决了矩形板切割矩形材料的问题,采用递归分治的方法-solve the rectangular plate rectangular cutting materials, using recursive method of administration
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.32kb
    • 提供者:昌杰
  1. ESO_frequency_optimization

    0下载:
  2. 利用渐进结构优化算法(ESO)实现矩形板的第一阶频率的最大化。用VC实现界面,以Nastran作为频率求解器,用Matlab进行数值运算。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:123.11kb
    • 提供者:交大宋洁
  1. lab_1

    0下载:
  2. 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小? 里面附有详细报告
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:42.09kb
    • 提供者:gillli
  1. exam7_1

    2下载:
  2. 采用薄板矩形单元计算矩形板的弯曲 定义有限元模型、求解有限元模型、保存计算结果-Rectangular unit calculated using thin plate bending the definition of rectangular plate finite element model, solving the finite element model, save results
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:3.79kb
    • 提供者:马玉全
  1. a1234567

    0下载:
  2. 程序可求解任意边界条件任意力(需手算或增加m文件将力等效到单元节点)的矩形板的单元受力及应力。-Program can solve any power of arbitrary boundary conditions (to be hand or the equivalent increase in m file will force the node to the unit) unit of the rectangular plate the force and stress.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:20.11kb
    • 提供者:方彥鈞
  1. electromagnetic-field

    2下载:
  2. 横截面为矩形的无限长槽由三块接地导体板构成,槽的盖板直流电压100v,求矩形槽的电位分布-A infinite long slot, with rectangle cross-section, consists of three grounded conductive plate and one coverplate with 100 voltage. Please give the potential distributions inside slot
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:52.86kb
    • 提供者:陈星杰
  1. 矩形板(8-1)位移

    0下载:
  2. 平面8节点单元类,可以输出单元的刚度,并可通过形函数插值得到内部各点得位移、应力等。对各位以前编写的程序的一个补充和完善吧。(plane eight-unit category, the output unit stiffness, through the shape function can be interpolation points in the internal displacement and stress. Right before you and the procedure fo
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:9kb
    • 提供者:lear
  1. variabyefragmentation

    0下载:
  2. 给定一块宽度为W的矩形板,矩形板的高度不受限制,现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件,切割的规则是零()
  3. 所属分类:大数据

    • 发布日期:2018-01-07
    • 文件大小:3kb
    • 提供者:areasp
  1. mephzd

    0下载:
  2. 递归与分治算法的应用 零件切割问题 给定一块宽度为W的矩形板,矩形板的高度不受限制,现需要从板上分别切割出n个高度为hi,宽()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:3kb
    • 提供者:Leuis
  1. 16388103

    0下载:
  2. 零件切割问题 回溯算法的实现, 给定一块宽度为W的矩形板,矩形板的高度不受限制,现需要从板上分别切割出n个高度为hi,宽度()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:503kb
    • 提供者:dalenfuue
  1. hyglrpf

    0下载:
  2. 零件切割问题 回溯算法的实现, 给定一块宽度为W的矩形板,矩形板的高度不受限制,现需要从板上分别切割出n个高度为hi,宽度()
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-29
    • 文件大小:503kb
    • 提供者:Povish
  1. 水中平板声辐射解析解

    2下载:
  2. 计算矩形平板的声辐射特性,该平板为有障板的矩形薄板,考虑板在水中的声振耦合问题(CALCULATION OF ACOUSTIC RADIATION CHARACTERISTICS OF RECTANGULAR PLATES)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-30
    • 文件大小:1kb
    • 提供者:呵呵山人
  1. 矩形板

    1下载:
  2. 矩形板是一种常用的结构,针对有限元原理,运用matlab对他进行了编程。(Rectangular plate is a commonly used structure, for the finite element principle, the use of matlab on his programming.)
  3. 所属分类:matlab例程

搜珍网 www.dssz.com