登录
首页 » matlab » dsakf

dsakf

于 2007-06-28 发布 文件大小:3KB
0 160
下载积分: 1 下载次数: 96

代码说明:

  % 文件名: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) ()

文件列表:

dsakf.doc

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • LEsprit
    二维doa估计esprit算法程序,可以较快的对目标doa进行二维角度估计(2D esprit algorithm)
    2015-11-30 15:36:24下载
    积分:1
  • MATLABandGMSK
    采用正交调制的法,在matlab 环境下用simulink 组件产生了gmsk射频信号.(Gmsk implementation with MATLAB Signal generation and demodulation)
    2021-04-12 13:08:57下载
    积分:1
  • demo-example-3
    Demo emf source code 3
    2011-06-04 17:13:30下载
    积分:1
  • mainmodel
    better unstanstanding of dfig model without controllers
    2013-02-24 04:51:25下载
    积分:1
  • FDTD-1D-a-2d
    this program generate 1D and 2D plane wave and apply Yee algorithm without dielectric
    2013-12-04 21:39:41下载
    积分:1
  • pso-
    pso算法,绝对可用.......................(pso algorithm)
    2012-10-21 19:29:21下载
    积分:1
  • document_GPS_GLONASS
    GPS, GLONASS, M-scripts, Russian language
    2009-03-01 04:03:21下载
    积分:1
  • opt_step_quad2
    求最优步长,最优步长对应的设计变量及函数值。(Seek the optimal step length, step length corresponding to the optimal design variables and function values.)
    2010-10-05 19:50:22下载
    积分:1
  • matlab--TSP-SA
    基于MATLAB 使用模拟退火算法求解旅行商问题的源码实现。解压后就可以用。(MATLAB based simulated annealing algorithm using the source code for the traveling salesman problem implementation. After decompression can be used.)
    2011-04-21 10:28:52下载
    积分:1
  • fast-coding-in-matlab
    for fast optimize programming in matlab
    2012-05-23 12:33:00下载
    积分:1
  • 696518资源总数
  • 105429会员总数
  • 27今日下载