登录
首页 » matlab » yiqun

yiqun

于 2020-06-23 发布 文件大小:2KB
0 194
下载积分: 1 下载次数: 0

代码说明:

  人工智能算法中常用的蚁群算法中的一个子程序(a subroutine in the ant colony algorithm)

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

发表评论

0 个回复

  • fixed_point
    Fixed-Point iteration(Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative. )
    2009-05-14 04:43:58下载
    积分:1
  • GIsleme_uygulamalar2
    this file is a matlab program. File name is 2D fast fourier transform.
    2010-11-28 05:41:33下载
    积分:1
  • 1130921592
    说明:  无差拍控制模型S函数,simulink下的模型,电力电子论文必备(Deadbeat control model S function, simulink model under, power electronics papers must)
    2008-11-28 14:19:19下载
    积分:1
  • Localizer
    Image localizer sample code.
    2014-10-04 17:11:48下载
    积分:1
  • 1122
    其实操作系统在调用 main 函数时是传参数的,main 函数最标准的形式应该是 int main(int argc, char *argv[]),在第 6 节 “指向指针的指针与指针数组” 详细介绍。C 标准也允许 int main(void)这种写法,如果不使用系统传进来的两 个参数也可以写成这种形式。但除了这两种形式之外,定义 main 函数的其它写法都 是错误的或不可移植的。(The 88-bytes (704-bits) in the Configuration zone contain manufacturing identification data, general device, and system configuration, and access restriction control values for the slots within the Data zone. The values of these bytes can always be obtained using the Read command. The bytes of this zone are arranged as shown in Table 2-2)
    2015-01-05 17:13:58下载
    积分:1
  • coded-aperture--
    压缩孔径编码 用于压缩感知成像 比较详尽适合初学者参考使用(Compression coding for compressed sensing aperture imaging using more detailed reference for beginners)
    2021-03-08 20:39:38下载
    积分:1
  • OFDM_MATLABmfile
    该程序是实现OFDM在频带上的运用,挺好用的(The program is to achieve the use of OFDM in the band, very good use)
    2010-11-23 12:03:36下载
    积分:1
  • DCT域隐藏
    当要隐藏信息时,在MATLAB的命令窗内输入命令: hide = myhide(carry,signal,x,y); carry 用你的原始载体文件名代替,signal 用你所要隐藏的文件名代替 carry 和 signal 都必须是 *.* 的形式(注意不能省略单引号) x,y 是选取隐藏信息的位置坐标,在(x,y)和(y,x)处 生成的伪装载体文件名为hide.bmp 注意myhide.m文件,载体文件,隐藏文件都要在当前目录(current Directory)下 当要提取信息时,在MATLAB命令窗内输入命令: behidden = myinhide(carry,x,y); carry 用你的伪装载体文件名代替,格式为 *.* (注意不要丢掉单引号) x,y 是选取隐藏信息的位置坐标,在(x,y)和(y,x)处,这必须和嵌入时所选位置一致。 提取出的信息文件名为behidden.bmp 同样,要注意behidden.m和伪装载体文件都要在当前目录(current Directory)下(when to hide information, in order MATLAB within a window orders : hide = myhide (carry, signal, x, y); Carry with you the original document name instead vector, signal used to hide your name in the paper and instead carry signal must be in the form of*.* ( not to single quotes omitted) x, y is to select the location of hidden information coordinates (x, y) and (y, x) The formation of camouflage vector document, entitled hide.bmp attention myhide.m documents, vector documents hidden all the documents in the current directory (current Directory) to retrieve information when, in order window MATLAB import order : behidden = myinhide (carry, x, y); carry using your camouflage vector file name instead, the format for*.* (take care not to lose a single quote) x, y election Hiding information )
    2005-06-12 12:08:55下载
    积分:1
  • spectrum-analysis-
    图像频谱分析MATLAB程序,适合于所有需要的波形(Image spectrum analysis MATLAB program)
    2013-10-05 17:29:11下载
    积分:1
  • zonghexiaoying
    针对区域转移的综合效应进行仿真实验;针对区域转移的综合效应进行仿真实验(The combined effect of the regional transfer for simulation experiments for the combined effect of the regional transfer of simulation experiments)
    2011-10-25 13:17:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载