-
4
说明: romberg求积分,用C++编程实现的 非常好用 谢谢下载(romberg I)
- 2009-12-03 09:32:30下载
- 积分:1
-
Kmeans
包含两个文件KMEAN.h,KMEAN.CPP,使用方法非常简单,将数据存成.dat文件,即可对其进行K均值聚类(Consists of two documents KMEAN.h, KMEAN.CPP, very simple to use, the data saved as. Dat file can be K-means clustering)
- 2007-12-19 15:59:01下载
- 积分:1
-
11
说明: Matlab教程第11章,编成与案例教学(Matlab Guide Chapter 11, compiled and Case Teaching)
- 2013-07-20 19:57:58下载
- 积分:1
-
vc
说明: 讲述VC++与MATLAB的接口编程,对于初学者有很大的帮助(On the VC++ and MATLAB programming interface, for there is a great help for beginners)
- 2009-04-05 16:43:43下载
- 积分:1
-
gongetidu
共轭梯度法的matlab实现,给出任意的一个对称矩阵,可通过较小的迭代次数得到所要求精度的数值解(Conjugate gradient method matlab to achieve, given any symmetric matrix by a smaller number of iterations to obtain the required accuracy of the numerical solution)
- 2012-11-12 21:37:19下载
- 积分:1
-
QliuuguifeenA
QAM16调制的实现 matlab源程序源源码 星座图的输出与结果都正确 可直接使用。
(Matlab source source source constellation of QAM16 modulation output results are correct can be used directly.)
- 2012-07-25 23:06:40下载
- 积分:1
-
all_attack
针对数字图片的各种攻击方法,使用Matlab编写。(Digital images for a variety of attack methods, the use of Matlab to write.)
- 2010-10-13 11:01:53下载
- 积分:1
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1
-
xindaorongliangbianma
信道容量编码,C语言实现,照着程序一步一步做会找到你需要的(Channel capacity coding, C language, according to the program will find step by step what you need to do)
- 2014-01-09 11:04:49下载
- 积分:1
-
dwt2
本文提出了一种基于独立分量分析的音频数字水印方法。嵌入水印时,对原始音频文件进行一级小波分解,在分解
得到的逼近分量中利用随机混合方法嵌入水印后进行小波逆变换形成嵌入水印的音频文件。仿真实验结果表明这种方
法的强鲁棒性和可行性。(Abstract:Audio p roduction is one of the important digital multimedias, which transmit becomes more and more convenient. To
p revent the multimedia content from being stolen or illegally used, audio content p rotection techniques become increasingly impor2
tant so that the potential of these app lications can be reached. As the importantmethod of copyright p rotection, the digitalwater2
marking technology has been acquired widely recognition and research. This paper p resents a method of digital audio watermark2
ing based on independent component analysis. When embedding watermarking, the original audio is decomposed by single2level
discrete 12D wavelet transform, watermarking is embedded by mixing randomly to the app roximation coefficient vector obtained,
and the audio is single2level reconstructed receiving audio havingwatermarking. Emulated experiment results show that thismeth2
od is robust and feasible.)
- 2009-06-04 17:43:21下载
- 积分:1