-
chegnx
说明: 轴系设计计算-4
人字架结构尺寸的优化设计-1
曲线拟合和多项式拟合-2(Shaft design calculation-4 Renzi Jia Structural size optimization of the design curve fitting and polynomial fitting-1-2)
- 2011-03-27 16:26:42下载
- 积分:1
-
Image-Growing-and-segmentation
Segmentation by growing a region seed point using intensity mean measure
- 2014-12-04 15:49:53下载
- 积分: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
-
Ex1_AMDemod
说明: 使用matlab有关am调制的仿真编程,基本的仿真代码(Am prepared to use the simulation on matlab programming, the basic simulation code)
- 2011-02-21 17:25:51下载
- 积分:1
-
a
说明: 对语音信号进行处理,做fft,语谱图,短时fft,并进行对比(The speech signal processing, do fft, spectrogram, short fft, and compare)
- 2011-03-13 19:20:20下载
- 积分:1
-
R_K
龙格库塔的matlab和c++的源代码程序,可解四阶常微分方程(Runge-Kutta matlab and c++ source code program, fourth-order ordinary differential equations solvable)
- 2012-06-04 19:40:56下载
- 积分:1
-
Matlab-code60
matlab自学者60个实用小代码。。。。。。(Practical small code)
- 2013-12-24 15:09:12下载
- 积分:1
-
matlabTSP
matlab实现的TSP遗传算法 简单易懂(matlab ralision the TSP based on GA)
- 2010-06-03 08:59:20下载
- 积分:1
-
fisher
fisher源程序代码,马氏距离源程序代码。结果分析(fisher source code)
- 2011-08-10 21:28:30下载
- 积分:1
-
robotmove
this is matlab for codesing
- 2012-08-02 13:36:29下载
- 积分:1