-
aa
说明: 在过去的几年中, 背包问题吸引了众多理论研究人员和应用工作者的注意力, 因而得到了广泛而深入的研究。理论方面, 研究兴趣主要来自于该问题简单的结构, 而这种特点既可以深入探索许多组合特性, 又可以通过解决一系列背包子问题来最终求解更为复杂的优化问题。实践方面, 这些问题可以表述许多工业场合的应用, 最典型的应用包括货
物装载、存储分配和资本预算等等。在寻找背包问题可行解的过程中, 出现了众多的算法, 本文是利用MATLAB 程序求背包问题可行解的一种算法。(In the past few years, knapsack problem has attracted many researchers and application of theoretical attention of workers, which has been extensive and in-depth study. Theory, research interest mainly from the simple structure of the problem, and this characteristic combination of both in-depth exploration of many features, but also can solve a series of knapsack sub-problems to solve more complex final optimization problem. Practice, these problems can be expressed in many industrial applications where the most typical applications include cargo loading, storage, distribution and capital budgets, and so on. Knapsack problem in finding feasible solutions in the process, there have been many algorithms, this is the knapsack problem using MATLAB program seeking a feasible solution algorithm.)
- 2011-12-01 11:45:25下载
- 积分:1
-
MyuzhiwavefilA
利用MATLAB实现峰值信噪噪比的公式,很好用。精确的验证过
(Using MATLAB to achieve a peak signal-to-noise to noise ratio formula, easy to use. Verified accurate)
- 2012-07-23 11:12:02下载
- 积分:1
-
bilinerQuard
bilinearquard在matlab中的实现 matlab有限元分析 源程序(bilinearquard implementation in matlab matlab source Finite Element Analysis)
- 2013-11-11 13:46:44下载
- 积分:1
-
RemoteOnData
使用RDP的通道Channel API进行文件/剪贴板/数据通信(File/Clipboard/Data communication through RDP channel API)
- 2015-02-14 23:49:38下载
- 积分:1
-
TOOLBOX_calib
说明: 本程序用于对相机的标定,通过程序可以运算出相机的参数。对初学者有一定帮助(The procedure used for camera calibration, through the program can calculate the camera parameters. Certainly be of help for beginners)
- 2009-09-02 09:58:05下载
- 积分:1
-
pv
光伏发电系统,电流电压输出曲线波形吐血土建(Photovoltaic systems, current and voltage waveform output curve vomiting civil)
- 2013-07-30 15:03:03下载
- 积分:1
-
lbgVQ
利用Matlab实现矢量量化LBGVQ算法,(failed to translate)
- 2010-12-28 19:46:16下载
- 积分:1
-
Exercise04
4th exercise of computer graphics course
- 2014-11-22 23:54:40下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
bch_erasures
任意长度的rs码编译码,编译通过,易于扩展学习(s codes and decoding of any length, compile, easy to extend learning)
- 2015-03-17 17:17:31下载
- 积分:1