-
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
-
drawing
使用matlab绘制原子轨道图和电子云图(Drawing atomic orbital and electronic cloud using MATLAB)
- 2009-03-11 18:44:18下载
- 积分:1
-
slm_modified
A simple code for selective mapping
- 2013-12-02 15:45:20下载
- 积分:1
-
zhichixiangliangji1
基于MATLAB利用Particle-in-cell模型,对梯形管内壁等离子体离子注入过程,进行了二维数值模拟.计算结果表明在中心电极附近出现了“阳极鞘层”,该鞘层内部不存在离子,而且在鞘层边缘离子密度最高.在上下管壁上的离子注入剂量呈现“m”形分布.通过对注入过程中等离子体密度分布和不同时间段管壁不同位置离子注入剂量的跟踪,发现“阳极鞘层”扩展行为是导致“m”形分布的原因.由于梯形管形状的不对称性,“阳极鞘层”的边缘向梯形长底方向扩展较快.在注入初始时刻离子注入的能量很低,随着时间延长离子能量逐渐升高,这是由离子初始位置决定的.可见梯形管自身形状决定了鞘层形状和最终的离子注入能量和剂量分布.(Based on MATLAB use Particle-in-cell model, the trapezoidal pipe wall plasma ion implantation process, the numerical simulation of two-dimensional calculation results show that in the vicinity of the center electrode to a "anode sheath," which does not exist inside the plasma sheath, and the highest in the sheath edge ion density ion implantation dose showing the upper and lower walls of the "m"-shaped distribution through the process of injecting the plasma density distribution and the wall at different locations in different time periods ion implantation dose tracking, found that "anode sheath "extension behavior is leading to" m "-shaped distribution of the reasons due to the asymmetry of the trapezoidal shape of the tube," Edge anode sheath "extension to the end of a long trapezoid direction quickly in the initial moment of implantation energy ion implantation is low ion energy with time gradually increased, which is determined by the initial position of the ion. visible trapezoida)
- 2014-01-09 14:08:57下载
- 积分:1
-
KPCA故障检测程序(代码已优化)
基于核主元分析(KPCA)的工业过程故障检测,代码已优化,运行效率高,有详细的注释,附有训练数据和测试数据。(Achieves fault detection of industrial processes based on Kernel Principal Component Analysis (KPCA); the code has been optimized for high operational efficiency; detailed notes are attached with training data and test data.)
- 2018-03-17 09:32:11下载
- 积分:1
-
4.rar
matlab神经网络工具箱的应用·················(matlab neural network toolbox of the application of)
- 2010-02-07 14:04:30下载
- 积分:1
-
yuchuansuanfa
本代码是关于,运用遗传算法实现旅行商问题的所有代码,以及MATLAB的使用方法以及工具箱等,是你做设计和其他方面的好例子,s是基于MATLAB软件的运行程序(jhjjsdh shdisd sdhjskd sdjdhsjk skdhsj sdhjs hsdh sd sd s s d s sd s d s d s d sd sd s d s d s d s sd s d sd dsd s dds d sd s d d s d s )
- 2010-06-01 13:23:45下载
- 积分:1
-
code
莫里森方程在小振幅波(线性波)理论下的波浪力的计算,船舶与海洋工程专业,波浪力学课程(Morrison equation in the small amplitude wave (linear wave) theory calculation of wave forces )
- 2010-08-24 10:48:28下载
- 积分:1
-
sbs
在时间上使用隐式有限差分法,空间上使用后向差分法,对耦合波方程组离散化,进而对受激布里渊散射的能量反射率和产生SBS的阈值能量进行数值模拟。(Begin with the coupled wave equations which describe the interactions of the pump, the sound and the Stokes wave in the process of SBS. The equations are simplified according practical conditions, and one-dimension theoretical models are obtained aiming at unfocused pump as well as focused pump. The coupled equations are turned discrete using the method of implicit finite difference in terms of time and backward difference in terms of space.)
- 2021-03-21 20:49:17下载
- 积分:1
-
time
小波神经网络的matlab代码,大家可以看看,看是否有用(WNN matlab code, we will look at to see whether it is useful)
- 2009-01-16 00:19:28下载
- 积分:1