登录
首页 » matlab » dsakf

dsakf

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

  • ycxfby
    源程序的非编译成分的度量。本文提出一种评价方法。采用加权合成的方式。(measurement of the non-compilation composition of the source code )
    2009-11-13 10:59:09下载
    积分:1
  • attribute_container
    implementation of a simple container for classes.
    2014-08-11 22:01:48下载
    积分:1
  • synapse
    SYNAPSE library aims to create complete library of classes and functions that would markedly simplify application programming of network communication using Winsock.
    2014-09-22 22:23:37下载
    积分:1
  • n-bus-Power-Flow-Solver-4
    DESCRIPTION: This Matlab algorithm performs many tasks associated with power system analysis. First, it has the ability to perform both fully coupled and dc power flow analysis. Second, it has the ability to create measurements (with user-defined error) to be used as input for state estimation. Third, it has the ability to perform state estimation - allowing the user to examine how the placement of measurement devices as well as magnitude of distibution of measurement error affect the discrepency between power flow and state estimation results. In essence, it provides the user with a complete package for the study of both power flow and state estimation in n-bus power systems.
    2013-03-18 22:13:33下载
    积分:1
  • Chapter4
    现代通信信号在matlab中的实现以应用程序(good )
    2009-05-09 17:27:12下载
    积分:1
  • jiaodubianhuan
    一个角度变换程序,在处理图像时,能够对图像中某一目标进行角度变换(A point of transformation process, in dealing with image, able to image targets in terms of a transformation)
    2010-03-04 17:03:03下载
    积分:1
  • PSOt
    PSO 工具箱,粒子群优化测试,有具体的使用方法。调试简单,易懂。(Particle Swarm Optimization)
    2020-07-03 17:00:01下载
    积分:1
  • matlab
    matlab代码元沙发三国电饭锅额收到了方恨少飞是飞(matlab yes)
    2014-01-03 16:30:24下载
    积分:1
  • FFTexample
    Matlab FFT分析,很好很强大,可以代替分析(Matlab FFT analysis, very good very powerful, can replace the analysis of)
    2009-10-27 19:16:50下载
    积分:1
  • ddvip_com_043036df18ae2f
    matlab+dct+数字水印,这实在linux系统下运行的程序。(matlab+ dct+ digital watermarking, which is running under linux system procedures.)
    2009-05-08 13:55:09下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载