登录
首页 » matlab » 三维装箱MATLAB程序

三维装箱MATLAB程序

于 2021-03-17 发布
0 55
下载积分: 1 下载次数: 45

代码说明:

说明:  基于MATLAB20,能够解决常规的三维装箱问题(Solving the conventional three-dimensional packing problem)

文件列表:

3D with rotation\backup.txt, 5317 , 2013-11-18
3D with rotation\combsin.m, 330 , 2013-11-15
3D with rotation\diff_val.m, 102 , 2013-11-11
3D with rotation\fmin.m, 233 , 2013-11-11
3D with rotation\fval.m, 77 , 2013-11-11
3D with rotation\genCollision.m, 3387 , 2013-11-25
3D with rotation\geneGpara.m, 65 , 2013-11-15
3D with rotation\genFunction.m, 583 , 2013-11-25
3D with rotation\genGi.m, 1989 , 2013-11-25
3D with rotation\main.m, 1139 , 2013-11-25
3D with rotation\maxStep.m, 1522 , 2013-11-20
3D with rotation\maxStep5.m, 587 , 2013-11-15
3D with rotation\numericSolve.m, 740 , 2013-11-13
3D with rotation\plotRec.txt, 681 , 2013-11-18
3D with rotation\plotResult.m, 2288 , 2013-11-25
3D with rotation\rt.m, 1061 , 2013-11-25
3D with rotation\test.m, 1721 , 2013-11-25
3D with rotation\zoutendijk.m, 6506 , 2013-11-14
3D with rotation\zoutendijk1.m, 2949 , 2013-11-25
3D with rotation\zoutendijk2.m, 5986 , 2013-11-14
3D with rotation\zoutendijk5.m, 6189 , 2013-11-15
3D with rotation\zoutendijk6.m, 3759 , 2013-11-19
3D with rotation\zoutendijk7.m, 2794 , 2013-11-25
3D with rotation, 0 , 2013-11-25

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

发表评论

0 个回复

  • WindowsApplication
    vb2008 调用大漠插件,魔域自动喊话,发出BOSS自动报警(vb2008 call desert plug Demon automatic message, BOSS automatic alarm issued)
    2013-12-30 00:24:54下载
    积分:1
  • caculator
    此代码可以实现简单的计算功能,如加减乘除,可以帮助初学者学习栈和输入输出的相关应用。(This code can achieve simple calculation functions, such as addition, subtraction, multiplication and division, which can help beginners learn stacks and related applications of input and output.)
    2019-03-27 13:10:31下载
    积分:1
  • airkiss在公众号进行配置wifi密码的功能 airkill_web
    现在比较流程的airkiss在公众号进行配置wifi密码的功能,(Now compare the airkiss of the process to configure the WiFi password on the public number.)
    2020-06-22 00:40:01下载
    积分:1
  • QAM
    说明:  16QAM调制解调,包含QAM的调制解调Matlab程序(16QAM modem, including QAM modem matlab program)
    2021-03-26 16:49:12下载
    积分:1
  • 2dpsk
    设计了差分编码移相键控(2DPSK)调制解调系统的工作流程图,并利用 Matlab 软件对该系统的动态进行了模拟仿真。利用仿真的结果,从基带信号的波形图可以衡量数字信号的传输质量 由系统的输入和输出波形图可以看出,仿真实验良好 。(Design of a differential phase shift keying encoding (2DPSK) modulation and demodulation system working flow chart of the system using Matlab software to simulate the dynamics simulation. Using simulation results, from the baseband signal waveform can be measured digital signal transmission quality by the system' s input and output waveforms can be seen that simulation is good.)
    2011-05-01 09:56:08下载
    积分:1
  • 据说能拦截局域网内所有数据包,我自己使用过一下感觉好象有些部份数据包拦不下来。...
    据说能拦截局域网内所有数据包,我自己使用过一下感觉好象有些部份数据包拦不下来。-reportedly LAN can intercept data packets all, I used what seemed to feel some part of the data packets to stop for long.
    2023-04-17 17:55:03下载
    积分:1
  • CPPPrimer
    C++_Primer中文第四版(含习题解答+源码),很好的vc入门书(Chinese fourth edition (including exercises answers+ source), a good introductory book vc)
    2013-07-25 14:31:00下载
    积分:1
  • q1
    说明:  Pokeface 题目描述 魔术师将一叠扑克顺次在桌上排成一行,初始全部正面朝上。随后,他每次挥一挥衣袖,都会翻转一连串的扑克,改变它们的正反朝向。从古代传下来的规矩,魔术师皆有师傅,他们要随时准备回答师傅的问题。问题形如:目前从第i张扑克牌到第j张扑克牌中,有几张正面朝上? 作为魔术师的助手,你被要求学习程序设计、算法与数据结构。现在,魔术师把这个问题交给了你,你需要编写一个程序,维护相应的数据结构来保存桌子上牌面的情况,同时对于师傅的每一个问题,你要用尽量快的速度计算出答案。 输入 第一行包含三个正整数n、p和q。n表示扑克牌的数量,p表示魔术师的挥一挥次数,q表示师傅的问话次数。 接下来共p+q行,每行包含一个操作,操作分为2种: H i j 魔术师挥一挥,改变了第i张牌到第j张牌的正反 Q i j 师傅问话:截至目前,第i张到第j张牌中有多少张正面朝上 操作中恰好包含p次H操作,q次Q操作,与第一行的p和q吻合。H操作和Q操作的范围均包含边界(即第i张和第j张牌)。 对于每个操作,输入保证1 ≤ i ≤ j ≤ n。 输出 对于每次Q操作,输出一行,包含一个整数,表示问题的答案。 提示:线段树(Pokeface Title Description The magician will stack poker table sequentially in a row, all the initial face-up. He then every wisp will flip a series of poker pros and cons of changing their orientation. The rules handed down ancient times, the master magician Jie, they be ready to answer the teacher s questions. Question of the form: Currently playing cards i to j-card poker, there are a few face-up? As a magician s assistant, you are required to learn programming, algorithms and data structures. Now, the magician put this question to you, you need to write a program to maintain appropriate data structure to hold the cards on the table face the situation, while the master for each question, and you want to use as quickly calculate the answer. Enter The first line contains three positive integers n, p and q. n represents the number of poker, p represents the wave of the magic number, q represents the number of master s questioning. Next, a total of p+ q rows, each containi)
    2015-01-18 15:02:14下载
    积分:1
  • doppler-shift
    有关多普勒频移与距离的关系的matlab仿真(doppler shift)
    2012-06-19 10:43:54下载
    积分:1
  • V4
    说明:  单机版魔域 服务端配置修改+启动 易语言 源码 只看楼主 收藏 回复乔棉斯...小有名气 4 乔大神,这个工具在哪里下载? 哎我勒个...
    2015-10-05 00:40:52下载
    积分:1
  • 696524资源总数
  • 103843会员总数
  • 49今日下载