-
ACO
蚁群算法(ACO)解决旅行商问题(TSP)的matlab程序。数据取自Oliver30。(Ant colony optimization (ACO) to solve the traveling salesman problem (TSP) in the matlab program. Data from Oliver30.)
- 2010-05-29 00:29:22下载
- 积分:1
-
Matlab_ownlearn
主要介绍matlab的相关内容 可以提供初学者自学用 (Introduces relevant content matlab beginners can provide self-learning)
- 2010-09-01 16:17:25下载
- 积分:1
-
code
QMF滤波器在语音编码中的应用,通过matlab 实验程序设计和实现二通道镜像滤波器(QMF、CQF、OQF)在语音编码中的应用,针对不同的滤波器阶数,采用批量算法,实现和比较波形编码的效率和精度(qmf filter use in wave)
- 2009-05-16 02:04:55下载
- 积分:1
-
shuju.xls
性指标的价值函数达到最小。FCM与HCM的主要区别在于FCM用模糊划分,使得每个给定数据点用值在0,1间的隶属度来确定其属于各个组的程度。与(indicators of the value of minimizing function. HCM FCM with the main difference is fuzzy FCM, broken down to make each set of data points with the value 0, one of the membership to determine its belong to the group level. And)
- 2007-06-15 15:58:01下载
- 积分:1
-
DE
基于pde的图片去噪算法,用于去除图片白噪声(Pde-based image denoising algorithm, white noise is used to remove pictures)
- 2013-07-21 21:30:46下载
- 积分:1
-
13898399SVM
模式识别k均值算法,用于求大量非线性复杂问题的一种比较好的方法(Pattern Recognition k means algorithm, for a large number of non-linear complex problems demand a better method)
- 2010-06-07 15:21:11下载
- 积分:1
-
SA_TSP
热处理融合,崭新的融合处理方法,仿真显示性能得到有效提升(Heat treatment, a new fusion processing method, the performance of the simulation show that ascension)
- 2014-10-25 21:17:22下载
- 积分:1
-
dsakf
% 文件名:randlsbget.m
% 程序员:余波
% 编写时间:2007.6.25
% 函数功能: 本函数将完成提取隐秘于上的秘密信息
% 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001)
% 参数说明:
% output是信息隐藏后的图象
% len_total是秘密信息的长度
% goalfile是提取出的秘密信息文件
% key是随机间隔函数的密钥
% result是提取的信息
function result=randlsbget(output,len_total,goalfile,key)
ste_cover=imread(output)
ste_cover=double(ste_cover)
% 判断嵌入信息量是否过大
[m,n]=size(ste_cover)
frr=fopen(goalfile, a )
% p作为信息嵌入位计数器将信息序列写回文本文件
p=1
% 调用随机间隔函数选取像素点
[row,col]=randinterval(ste_cover,len_toal,key)
for i=:len_toal
if bitand(ste_cover(row(i),col(i)),1)==1
fwrite(frr,1, bit1 )
result(p,1)
else
fwrite(frr,0, bit1 )
result(p,1)=0
end
if p==len_total
break
end
p=p+1
end
fclose(frr)
()
- 2007-06-28 16:08:04下载
- 积分:1
-
zhidaoxiancapacity
jji计算直导线的电容的文档和matlab程序(jji capacitance calculation of straight wire matlab documentation and procedures)
- 2008-03-20 10:44:09下载
- 积分:1
-
3_c_search_code_plus_2_FDTD_matlab_code
其中包括3个c++搜索源程序和2个matlab编写的fdtd程序(including three c search source and two Matlab procedures prepared by the fdtd)
- 2007-05-09 19:01:46下载
- 积分:1