登录
首页 » 算法 » 2D single bin packing 问题的4Block算法

2D single bin packing 问题的4Block算法

于 2022-02-03 发布 文件大小:1.48 kB
0 160
下载积分: 2 下载次数: 1

代码说明:

2D single bin packing 问题的4Block算法-4-Block Algorithm for 2D single bin packing Problem

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

发表评论

0 个回复

  • 数值分析中的简单迭代求方程根问题(迭代公式为[1+1;x]),程序中含方程输入和根显示界面。...
    数值分析中的简单迭代法求方程根问题(迭代公式为[1+1;x]),程序中含方程输入和根显示界面。-Numerical analysis of a simple iterative method for equation of the root problems (iterative formula [1+ 1 x]), process input and root equation containing display.
    2022-10-24 09:25:04下载
    积分:1
  • 基于VC的FFT
    资源描述 Design a program to implement the 1-D FFT algorithm. Input: a vector. Get the testing data in file ‘Project_2_test’. Output: a vector, which is the discrete Fourier transform of the input. For example: Input: 3 8 10 12 Output: 33.0000+0.0000i -7.0000+4.0000i -7.0000+0.0000i -7.0000-4.0000i Requirements:
    2023-07-23 23:40:04下载
    积分:1
  • 作业车间调度问题,利用动态规划
    基于动态规划的Job-Shop调度问题
    2023-08-19 14:25:04下载
    积分:1
  • 一个毕业程序设计,是用小波和支持向量机对电能质量扰动的识别与分类,主要利用的能量特征。...
    一个毕业程序设计,是用小波和支持向量机对电能质量扰动的识别与分类,主要利用的能量特征。-A graduate program design is the use of wavelet and support vector machines for power quality disturbance recognition and classification, the main characteristics of energy use.
    2022-05-14 22:36:54下载
    积分:1
  • 一个很好的VC代码示例.
    一个很好的VC代码示例.-a good VC code examples.
    2022-04-02 09:32:16下载
    积分:1
  • 整理分享:常用的数学运程序源代码 包括常用的几种数学运程序的C++代码,例如矩阵运...
    整理分享:常用的数学运算程序源代码 包括常用的几种数学运算程序的C++代码,例如矩阵运算-collate share : common mathematical procedures used in the source code of several mathematical programs in C code, for example, matrix operations, etc.
    2023-06-02 04:45:03下载
    积分:1
  • //=== === === === === ==== === === === === === === =// letter Description// func...
    //=== === === === === === ===== //函数说明 //函数名称:Correlation //函数功能:计算最小二乘法拟合的多项式的相关系数 //使用方法:int M------ 拟合多项式的阶数(已知条件) // double *b--- 拟合曲线的系数,排列顺序为由高阶到低阶(已知条件) // double *x--- 结点x轴数据(已知条件) // double *y--- 结点y轴数据(已知条件) // double *Yg-- 结点估计值,个数为m(过程变量) // int m------ 结点个数(已知条件) //注意事项:多项式阶数最高为10,多项式的形式为 y = a0 + a1x +a2x2 -//=== === === === === ==== === === === === === === =// letter Description// function name : Correlation// Function functions : Calculation least squares polynomial fitting of the correlation coefficient// Use : int M------ polynomial fitting stage (known condition)//* b--- double fitting song The coefficient, Higher-order the order on grounds of low order (known condition)//* double-node x x axis data (known to be pieces)// double* y--- node y-axis data (known condition)//* double FSL-- Nodes estimates, Number m (process variables)// int m------ node number (known condition)// Note : polynomial order of a maximum of 10. polynomials in the
    2022-04-29 13:08:12下载
    积分:1
  • c语言源代码,可以计两条直线交点的坐标。
    c语言源代码,可以计算两条直线交点的坐标。-c language source code can be calculated two straight intersection coordinates.
    2022-03-02 17:25:07下载
    积分:1
  • 1996 American Computer Programming Contest questions and parsing algorithm ginge
    1993-1996美国计算机程序设计竞赛试题及解析算法ginger547系列资料
    2022-04-17 12:32:53下载
    积分:1
  • Canny边缘检测器使用C语言
    应用背景在各种计算机视觉系统中,边缘检测,特别是步进边缘检测已经得到了广泛的应用,它是从不同的视觉对象中提取有用结构信息的重要技术,大大减少了数据的处理量。精明的发现,对于不同的视觉系统的图像边缘检测中的应用的要求也相对同。因此,开发的边缘检测解决方案,以解决这些要求,可以实现在很宽的范围内的情况。边缘检测的一般标准包括:1 -检测的边缘与低的错误率,这意味着,该检测应准确捕捉尽可能多的图像中所示的边缘。2 -边缘检测的边缘点,应准确定位中心的边缘。3 -一个给定的图像中的边缘应该只有一次,并在可能的情况下,图像噪声不应该创建假边缘。关键技术Canny边缘检测算法的过程可以分解为5个不同的步骤:1 -应用高斯滤波器平滑图像,以消除噪声2 -找到图像的强度梯度3 -应用非最大抑制消除杂散响应边缘检测4 -应用双阈值,以确定潜在的边缘5 -轨道边缘的滞后:通过抑制所有其他边缘弱,没有连接到强大的边缘检测的边缘。
    2023-02-16 02:00:04下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载