资源列表
bin
- 在装箱问题中,有若干个容量为c 的箱子和n 个待装载入箱子中的物品。物品i 需占 用s[i]个单元(0<s[i]≤c)。成功装载是指能把所有物品都装入箱子。最优装载是指使用最少 箱子的成功装载。 例如某运输公司要把包裹装入卡车中,每个包裹都有一定的重量,且每辆卡车也有其载 重限制(假设每辆卡车的载重都一样)。在卡车装载问题中,希望用最少的卡车来装载包裹。 此问题可看作装箱问题。卡车对应于箱子,包裹对应于物品。-In the bin-packing problem, th
fdsfsd
- 高斯赛德尔迭代它是数值分析重的经典的算法,我在这儿把我自己写的程序给大家分享。--high resistivity iterative numerical analysis it is important to the classical algorithm, I have been here my own written procedures to share with you all. -
multi-quiz
- SoberSobe rSobermul ti-quizmu lti-quizmu lti-quizmulti -quiz i-quiz-SoberSobe rSobermul ti-quizmu lti-quizmu lti-quizmulti-quiz i-quiz
proe_toolkit4
- 嵌入式二次开发好资料,好好学习吧,共同努力吧,加油-Secondary development of source code
q
- This document is about the experience of EDA.Accroding to this to write your file.you can get the wave and understand it.-This document is about the experience of EDA.Accroding to this to write your file.you can get the wave and understand it.
zuixiaoerchengfa
- matlab关于最小二乘法辨识离散系统的差分方程的系数,已知输入输出,根据其辨识出差分方程的系数-About the least square method matlab coefficient differential equations discrete system, known input-output coefficients of equations based on their identification mission
Untitled
- 自拍本人照片1张,采用Sobel、Priwitt以及一种自选边缘检测方法通过编程分别进行边缘检测-I am a self-timer photo, using Sobel, Priwitt and an optional edge detection method were programmed for edge detection
PAPR_CCDF11.m
- OFDM系统中画互补累计概率分布函数(CCDF)的曲线图的Matlab源代码程序-OFDM systems draw complementary cumulative probability distribution function (CCDF) graph of Matlab source code program
php_url_utility
- In this document you can add HTTP to URL to the beginning of the URL or adding HTTPS. It may be helpful for adding URLs with the same pattern to DB.-In this document you can add HTTP to URL to the beginning of the URL or adding HTTPS. It may be
mydiophantine
- 将丢番图方程推广到多项式的形式,给定系数,利用MATLAB求解,结果可用于最小方差控制中-Diophantine equations will be extended to form polynomial coefficients given by using MATLAB, the results can be used to control the minimum variance
getVoxelCorrelations
- Voxels times series correlations.
Mergesorting
- 归并排序算法是建立在归并操作上的一种有效的排序算法。该算法是采用分治法的一个非常典型的应用。-Merge sorting algorithm is based on an efficient merge operation sorting algorithm. The algorithm is a very typical application using the divide and conquer method.