登录
首页 » matlab » test

test

于 2011-08-29 发布 文件大小:2KB
0 116
下载积分: 1 下载次数: 11

代码说明:

  about the cooperative communication

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

发表评论


0 个回复

  • 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
  • MICRESS-Phase-Field-Software
    一个介绍MICRESS Phase Field Software软件应用的pdf文件,有许多精美的微观组织图片(A pdf file MICRESS Phase Field Software software applications, there are many fine microstructure pictures)
    2021-04-28 14:58:43下载
    积分:1
  • Netlabtoolbox
    The Netlab toolbox is designed to provide the central tools necessary for the simulation of theoretically well founded neural network algorithms and related models for use in teaching, research and applications development. It contains many techniques which are not yet available in standard neural network simulation packages(The toolbox is designed to provide t he central tools necessary for the simulation o f theoretically well founded neural network al gorithms and related models for use in teaching , research and applications development. It c ontains many techniques which are not yet avail able in standard neural network simulation pac kages)
    2006-08-24 19:58:16下载
    积分:1
  • speed-control-system-simulation
    AC and DC speed control system simulation
    2013-03-27 14:00:50下载
    积分:1
  • fmlp
    fmlp is a function doing
    2012-01-11 22:01:03下载
    积分:1
  • jacobi
    给定矩阵A, A存于数据文件jacobi.dat中。编写jacobi法的函数jacobi(Given matrix A, A is stored in the data file jacobi.dat. Write jacobi law function jacobi)
    2014-12-04 21:22:46下载
    积分:1
  • FisherfaceCore
    MATLAB编的Fisher脸人脸识别程序( Fisherface recognition.m)
    2010-06-11 14:24:22下载
    积分:1
  • fulore1_fu
    这是lorenz系统的模糊建模,调用matlab模糊控制语句得以实现,不深韵其精髓是绝对编不错来的哦(This is the lorenz system, fuzzy modeling, fuzzy control statement calling matlab be achieved, not deep rhyme its essence is absolutely true to the oh series)
    2010-06-27 20:21:04下载
    积分:1
  • random_walk
    自己编的一个用随机行走法实现电路计算的例子,电路图及参数均在Partial random walk for large linear network analysis里(Own a random walk method used to achieve circuit examples, circuit diagrams and parameters in the Partial random walk for large linear network analysis in)
    2008-04-13 19:18:25下载
    积分:1
  • newaga
    该进的自适应遗传算法,有利于学习遗传算法(The advanced genetic algorithm, genetic algorithm is conducive to learning)
    2010-05-17 16:27:26下载
    积分:1
  • 696518资源总数
  • 104926会员总数
  • 6今日下载