登录
首页 » matlab » duomubiaosuanfa

duomubiaosuanfa

于 2013-12-06 发布 文件大小:1KB
0 188
下载积分: 1 下载次数: 8

代码说明:

  多目标遗传算法实现代码,基于matlab(Multi-objective genetic algorithm code, based on matlab)

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

发表评论

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
  • PSOt
    PSO工具箱.zipPSO工具箱.zipPSO工具箱.zip(PSO toolbox. ZipPSO toolbox. ZipPSO toolbox. Zip)
    2013-11-15 10:32:28下载
    积分:1
  • mfile_bridge_tref_PI1
    It is MATLAB simulink file for simulating induction generators. It can be useful for fault analysis.
    2012-11-02 01:41:27下载
    积分:1
  • HWSharp3(201307370)
    this is matlab code for the home work assignment. it will be help ful to some guy
    2013-12-26 04:29:12下载
    积分:1
  • kfxxzkjw
    MIMO OFDM matlab仿真,包括面积、周长、矩形度、伸长度,DC-DC部分采用定功率单环控制,利用matlab GUI实现的串口编程例子,代码里有很完整的注释和解释,一个很有用的程序,实现了对10个数字音的识别,matlab编写的元胞自动机。( MIMO OFDM matlab simulation, Including the area, perimeter, rectangular, elongation, DC-DC power single-part set-loop control, Use serial programming examples matlab GUI implementation, Code, there are very complete notes and explanations A very useful program, To achieve the recognition of 10 digital sound, matlab prepared cellular automata.)
    2016-04-10 15:46:34下载
    积分:1
  • msequce1
    生成1,0序列的m序列,经验证,是正确的(Generated sequence of m sequences 1,0, experience certificates, is correct)
    2008-06-02 17:30:50下载
    积分:1
  • Mathematical-experiment
    数学实验,用matlab详尽的描述了matlab的基础知识,方便初学者学习(Mathematical experiment)
    2013-01-05 10:50:57下载
    积分:1
  • matlab100applications
    matlab实用程序百例,都是常用程序。(matlab utility 100 cases, are commonly used procedures.)
    2007-11-21 23:05:36下载
    积分:1
  • svd
    基于svd算法的matlab源码,压缩.bmp格式的位图为例(Based on the SVD algorithm matlab source, compressed. Bmp format Bitmap example)
    2009-03-07 19:14:45下载
    积分:1
  • CompletetheoryLMS
    LMS公司的英文电子讲义,关于LMS软件的理论和背景,包括信号处理、时间数据处理、分析和设计等内容,非常有用。(LMS companies in the English electronic overhead, the LMS software on the theory and background, including signal processing, time data processing, analysis and design, very useful.)
    2007-03-19 22:32:33下载
    积分:1
  • 696516资源总数
  • 106668会员总数
  • 21今日下载