小波神经网络的源程序: 1.构造的非线性函数: 位于nninit_test.m 2.直接用WNN逼近非线性:Wnn_test.m, (内部调用小波函数) 3.遗传算法优化后逼近 :GA_Wnn_test.m (内部调用遗传算法的,初始化,适应度,解码函数)-genetic algorithm optimization WNN source : 1. Construction of the nonlinear function : nninit_test.m at 2. WNN directly with nonlinear approximation : Wnn_test.m. (internal called wavelet function) 3. Genetic Algorithm optimization approach : GA_Wnn_test.m (internal called genetic algorithms, initialize, fitness and decoding functions)
标签: nninit_test GA_Wnn_tes Wnn_test WNN
上传时间: 2016-09-17
上传用户:LIKE
This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m points. dir = 1 gives forward transform dir = -1 gives reverse transform
标签: complex-to-complex and imaginary computes
上传时间: 2013-12-18
上传用户:huql11633
大M单纯性形法源程序,采用DELPHI开发,程序结果不错
标签: 源程序
上传时间: 2016-09-18
上传用户:kr770906
Brian W. Kernighan and Dennis M. Ritchie The C Programing Langeuage
标签: W. M. Programing Kernighan
上传时间: 2014-11-22
上传用户:q123321
C语言实现MATLAB 6_5中M文件的方法 。
上传时间: 2016-09-19
上传用户:fxf126@126.com
MATLAB编写的模拟退火算法的m文件,蛮不错的呦。
上传时间: 2013-12-15
上传用户:lx9076
Add myaa.m to your path and enjoy anti-aliased professionally looking graphics in Matlab at any time. Myaa works with any kind of graphic (3-D, plots, scatterplots, ...) and even adds anti-aliasing to text, ui controls and grids. Myaa is ideal for complex, cluttered and saturated plots.
标签: professionally anti-aliased graphics looking
上传时间: 2016-09-22
上传用户:宋桃子
fiber-laser.m为光纤激光器中的功率分布;laser18.m为fiber-laser.m中的调用函数,描述了具体的参数
标签: fiber-laser laser 18 光纤激光器
上传时间: 2014-01-07
上传用户:watch100
用模拟退火算法求解TSP问题 [1]主函数tsp.m [2]计算路径长度的子函数 route_long.m [3]随机交换两个节点的顺序函数exchange.m
标签: route_long exchange 函数 TSP
上传时间: 2016-09-25
上传用户:xsnjzljj
3. 约瑟夫环问题。设编号为1,2,…,n(n>0)个人按顺时针方向围坐一圈。开始时任意给出一个报数上限值m,从第一个人开始顺时针方向自1起顺序报数,报到m时停止报数,报m的人出列,从他在顺时针方向上的下一个人起重新自1起顺序报数;报到m的人出列;如此下去,直到所有人全部出列为止。用带头结点的单循环链表作数据元素的存储结构。 数据输入: 第一行为人数n。 第二行为报数值m。 数据输出: 依次输出出列人员的编号。 示例: 输入文件input3.txt: 4 3 4 1 3 2 输出:(标准输出) 3 2 4 1
上传时间: 2014-01-31
上传用户:zm7516678