登录
首页 » matlab » shenjingwangluo

shenjingwangluo

于 2013-02-22 发布 文件大小:10KB
0 186
下载积分: 1 下载次数: 4

代码说明:

  介绍了我们常用的预测方法神经网络算法的理论知识(Common prediction methods of theoretical knowledge of the neural network algorithm)

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

发表评论

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
  • quxiannihe
    曲线拟合和多项式拟合-1,主要用于工程计算,工程优化。(Curve fitting and polynomial fitting, is mainly used for engineering calculations, engineering optimization.)
    2010-06-29 14:04:51下载
    积分:1
  • Desktop
    used to detect colours
    2013-01-19 13:32:02下载
    积分:1
  • cutting-force
    球头刀铣削,铣削力的计算及切削力图形绘制。(Ball milling cutter, the milling force and cutting force calculation graphics rendering.)
    2021-03-18 09:39:21下载
    积分:1
  • formulaCurl
    Derive for the element stiffness with symbol calculation in Matlab
    2010-01-07 07:05:32下载
    积分:1
  • phased_array_antenna
    说明:  设计一矩形栅格的平面相控阵天线,对其方向图函数进行三维仿真(the rectangle weighted phased array antenna is designed,and the antenna direction pattern is simulated.)
    2020-08-26 11:58:15下载
    积分:1
  • LFM
    函数产生线性调频波信号,并画出实虚部和频谱。函数需要输入带宽,时宽和点数(produce LFM signal and figure it oth in tempral field and frequency field)
    2012-04-19 19:25:39下载
    积分:1
  • Extractionofgeometricallysimilarparts
    对几何相似的图像进行相似部分的提取 从而进行分割提取(Similar to the geometry similar to some of the extracted image segmentation to extract)
    2010-07-18 20:36:45下载
    积分:1
  • MATLABcxsjyy
    matlab程序设计关于MATLAB的安装编程调试等(matlab program design on the installation of MATLAB programming and debugging)
    2008-04-17 13:27:33下载
    积分:1
  • code
    在过程控制中,按偏差的比例(P)、积分(I)和微分(D)进行控制的PID控制器(亦称PID调节器)是应用最为广泛的一种自动控制器。(In process control, according to the ratio of deviation (P), integral (I) and differential (D) to control the PID controller (also known as PID regulators) is the most widely used an automatic controller.)
    2008-07-23 23:33:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载