-
mycanny3
canny edge detection
- 2010-05-19 14:27:56下载
- 积分:1
-
URLProtocol
safari调用第三方APP demo 可以直接调试成功 供新手参考 (safari called third-party APP demo success can be directly debug reference for the novice)
- 2013-12-10 15:36:35下载
- 积分:1
-
MATLAB
关于matlab各种指令用法及汇总,很适于初学者使用。(image processing)
- 2011-04-19 13:06:19下载
- 积分:1
-
genguijifa
数字控制器的根轨迹法设计,采用闭环控制,并测量各种控制参数,如调解时间等(Digital controller of the root locus method, the use of closed-loop control, and measure a variety of control parameters, such as mediation time)
- 2012-03-11 08:35:37下载
- 积分:1
-
Freq_Amp_CorrectwithRange_phase_zsc
解决离散傅里叶变换的能量泄露问题,使得傅里叶变换的结果更加的准确。(Solving the Energy Leakage Problem of Discrete Fourier Transform)
- 2018-12-07 10:25:37下载
- 积分:1
-
stlread
reads stl files in matlab
- 2009-05-27 18:18:21下载
- 积分:1
-
matlabppt
关于matlab基础操作、矩阵运算、程序设计、绘图等的学习资料(Learning materials of the underlying operating on matlab, matrix operations, program design, graphics, etc.)
- 2012-04-10 17:15:24下载
- 积分:1
-
de
说明: 基于matlab平台编写的微分进化算法,可用于电力系统问题优化(Based on matlab platform written in differential evolution algorithm can be used for optimization of power system problems)
- 2011-10-17 17:31:44下载
- 积分: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
-
queen
scheme的八皇后程序,能够直接运行,运行环境为PLT-scheme()
- 2008-04-07 16:31:10下载
- 积分:1