登录
首页 » matlab » dsakf

dsakf

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

  • fuzz_pid
    模糊控制器:利用matlab建立复杂的模糊规则。既可以编写程序实现,也可以使用matlab自带fuzzy工具箱完成。(Fuzzy controller: use matlab to create complex fuzzy rules. Can realize the preparation of procedures, you can also use its own fuzzy toolbox matlab completed.)
    2007-07-12 20:50:18下载
    积分:1
  • RLS
    RLS算法 自适应算法中的RLS算法. 即是递归最小二乘算法(RLS algorithm in the adaptive algorithm of the RLS algorithm is the recursive least squares algorithm)
    2011-06-28 15:48:44下载
    积分:1
  • harriscorner
    使用matlab完成harris corner检测,探测出边界点(Use matlab completed harris corner detection, detection of boundary points)
    2014-11-08 23:17:58下载
    积分:1
  • fuzzycm
    基于模糊的聚类,是一种软聚类。但是不能避免全局最小点(Based on a fuzzy clustering, is a soft clustering. But you can not avoid the global minimum point)
    2012-09-08 09:09:52下载
    积分:1
  • ANFIS-neural-network
    ANFIS神经网络在matlab开发环境中的实现实例,有利于初学者学习与掌握(ANFIS neural network in the matlab environment development to achieve the example, be helpful for beginners to learn and master )
    2012-05-03 18:24:07下载
    积分:1
  • fadian1030
    发电厂模糊控制仿真,matlab Simulink 仿真,很好用~(Plant Fuzzy Control Simulation)
    2020-09-10 17:38:01下载
    积分:1
  • SVM的回归预测分析——上证指数开盘预测
    股票线性回归预测分析,利用svm线性回归算法分析预测,适合svm初学者(Stock Linear Regression Forecast Analysis)
    2018-04-20 16:27:30下载
    积分:1
  • PIEZO_SENSOR
    Piezo Sensons Application Note
    2010-11-16 19:48:40下载
    积分:1
  • pso
    用于实现粒子群算法的matlab工具包,带有一些测试函数(particle swarm optimization toolbox for matlab)
    2010-12-19 01:36:22下载
    积分:1
  • A1_10
    mathews数值分析书的源代码,用matlab编写,第一章第十部分。(mathews numerical analysis of the book' s source code, using matlab, the tenth part of the first chapter.)
    2011-10-20 10:24:53下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载