-
wave
matlab小波变换源代码,供广大研究者学习(matlab wavelet transform source code, for the majority of researchers to learn)
- 2013-11-22 21:39:05下载
- 积分:1
-
0
说明: 给定n种物品和一个背包,物品i的重量是Wi,价值是vi,被包容量是C,应该如何选择装入被包的物品,使得装入背包中物品的总价值最大?对于每种物品i,只有两种选择,装入或者不装入.
输入:第一行两个正整数n(物品数)和C(容量)
第二行n个正整数n,表示物品价值
第三行n个正整数n,表示物品重量
输出:第一行表示总价值
第二行n个数(0/1),0表示物品不装入,1表示装入
例如,
输入:
5 10
6 3 5 4 6
2 2 6 5 4
输出
15
1 1 0 0 1
(Species of a given n items and a backpack, the weight of item i is Wi, the value of vi, was packet capacity is C, should be how to choose a package of items to be loaded, the backpack load in the largest total value of goods? For each item i, there are only two options, loaded or not loaded. Input: the first line of the two positive integer n (the number of items) and C (capacity) of the second line of n positive integer n, that the value of the third line of n positive integer n, that the weight of output: the total value of the first line of the second line, said n number of (0/1), 0 that the items do not load, that load 1 for example, enter: 5,106,354,622 6 5 4 output 15 1 1 0 0 1)
- 2009-07-01 23:07:01下载
- 积分:1
-
Matcom_code
实现VC与MATLAB的无缝对接,让您能轻松的将matlab程序移植到VC平台,并能脱离matlab平台运行,程序中使用了matcom进行编程,并有详细的调试说明。绝对值得下载哦。。。(VC and MATLAB to achieve a seamless connection, so you can easily migrate to matlab program VC platform and can run from the matlab platform, procedures matcom used to program and debug a detailed description. Oh, definitely worth downloading. . .)
- 2009-05-24 10:06:02下载
- 积分:1
-
huiduzhifangtu
灰度共生矩阵和灰度梯度共生矩阵的提取方式,是比较重要的纹理特征提取方法,用matlab实现的(The GLCM and gray gradient co-occurrence matrix extracted, texture feature extraction method, using matlab to achieve)
- 2013-04-02 19:26:27下载
- 积分:1
-
LEACH_Matlab_Code
matlab,V c++,代码实现,可以实现leach路由算法(use it in V c++)
- 2012-04-27 11:35:41下载
- 积分:1
-
pass
查看星号密码的代码,比较初级,只是发送一个消息,去掉其密码属性。(View an asterisk password code, compare the primary, only to send a message, remove the password attribute.)
- 2010-01-07 01:52:48下载
- 积分:1
-
Quantisation
image quantisation technique
- 2010-01-31 03:51:51下载
- 积分: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
-
Matlabrule
用matlab编程求解无约束优化问题、线性规划问题即在一组线性不等式或等式组的约束条件下求某个线性函数的最值问题(Matlab programming for solving unconstrained optimization problems, linear programming problems that most value problem for a linear function under the constraints of a set of linear inequalities or equations group)
- 2014-02-17 23:11:42下载
- 积分:1
-
rcqn
For data which is
reasonably distributed i.e., few if any outliers the result should
be comparable to the std function.
- 2014-12-19 08:57:48下载
- 积分:1