登录
首页 » matlab » dsakf

dsakf

于 2007-06-28 发布 文件大小:3KB
0 240
下载积分: 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 个回复

  • matlab2tikz-matlab2tikz-0.6.0-60-g722609f
    matlab code for matlab2tikzmatlab2tikz
    2015-02-03 15:45:07下载
    积分:1
  • secretGenerator
    matlab secret generator
    2009-02-24 00:24:11下载
    积分:1
  • hankel
    Fast Hankel Transform Algorithm (Fast Hankel Transform Algorithm)
    2008-02-09 05:12:03下载
    积分:1
  • clickon
    Another inverse kinematic of two link manipulator, robots.
    2009-04-04 17:09:57下载
    积分:1
  • fenge
    matlab分割的几个小程序 ,很好,有利于新手上手(matlab segmentation of several small programs, well, conducive to beginners to get started)
    2010-10-28 20:38:11下载
    积分:1
  • jigouyundong
    凸轮机构绕中轴线旋转,弦振动模拟,阻尼振动,双摆模型等(The cam mechanism rotates around a central axis,the simulation of string vibration damping vibration double pendulum model)
    2012-09-13 14:46:39下载
    积分:1
  • huitu
    matlab 常用算法 一些常用的绘图命令 拿来就能用(classical algorithm matlab program drawing)
    2013-04-10 09:50:20下载
    积分:1
  • mp
    说明:  可压缩传感,随机投影,稀疏性,非相干,图像重建(Compressible sensing, random projection, sparse, non-coherent, image reconstruction)
    2015-01-13 22:12:50下载
    积分:1
  • Applicationofmatlab
    测量数据的处理包括数据分析X数理统计X数据的可视化 matlab在数据处理中的优势使其在测量数据处理中得以广泛应用(Measurement data, including data analysis of mathematical statistics X Visual X data in the data processing matlab advantage in its data processing in the measurement can be widely used in)
    2009-05-08 18:52:32下载
    积分:1
  • filter
    两种滤波器,FIR IIR的MATLAB程序()
    2008-07-01 10:05:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载