-
Hamiltonian-cycle
完全图哈密尔顿圈的遗传模拟退火算法matlab通用源程序(Complete graph Hamiltonian cycle common genetic simulated annealing algorithm matlab source)
- 2011-05-17 17:05:31下载
- 积分:1
-
vlc_ctrl.~(1).PcbLib
可以作为研究可见光通信的参考代码,代码质量非常高,很适合初级学者研究。(vlc code)
- 2021-04-03 17:49:06下载
- 积分:1
-
MATLAB-Common-Function
MATLAB常用函数参考,包含了通用命令、运算符和特殊运算符、编程语言结构、基本矩阵函数和操作、基本数学函数、坐标变换、向量运算等特殊函数等常用函数的说明。(MATLAB function reference,it contains the common commands, operators and special operators, programming languages, basic matrix functions and operators, basic math functions, coordinate transformations, vector operations, and other special functions.)
- 2011-05-13 09:22:02下载
- 积分:1
-
gafmax
% [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation)
% Finds a maximum of a function of several variables.
% fmaxga solves problems of the form:
% max F(X) subject to: LB <= X <= UB
% BestPop--------最优的群体即为最优的染色体群
% Trace----------最佳染色体所对应的目标函数值
% FUN------------目标函数
% LB-------------自变量下限
% UB-------------自变量上限
% eranum---------种群的代数,取100--1000(默认1000)
% popsize--------每一代种群的规模;此可取50--100(默认50)
% pcross---------交叉的概率,此概率一般取0.5--0.85之间较好(默认0.8)
% pmutation------变异的概率,该概率一般取0.05-0.2左右较好(默认0.1)
% options--------1×2矩阵,options(1)=0二进制编码(默认0),option(1)~=0十进制编码,option(2)设定求解精度(默认1e-4)( [BestPop, Trace] = fmaxga (FUN, LB, UB, eranum, popsize, pcross, pmutation) Finds a maximum of a function of several variables. Fmaxga solves problems of the form: max F (X) subject to : LB <= X <= UB BestPop-------- optimal chromosome groups is the best group Trace---------- chromosome corresponding to the best objective function value FUN------------ objective function LB------------- variable lower limit since the UB------------- variable upper limit eranum--------- populations algebra, take 100- 1000 (default 1000) popsize-------- population size of each generation this desirable 50- 100 (default 50) pcross--------- crossover probability, the probability of a general check 0.5- 0.85 between the better (default 0.8) pmutation------ mutation probability, the probability of 0.05 general admission better about-0.2 (default 0.1) options-------- 1 × 2 matrix, options (1) = 0 binary code (default 0), option (1) ~ = 0 decimal coding, option (2 ) set accuracy (default 1e-4))
- 2006-10-18 16:07:48下载
- 积分:1
-
Mathlab-Easy-Guide
This is a compilation of programming hints and examples about how to use and program MAT-
LAB, with a mind on numerical methods. At present time, this is work in progress, so it s
important to know which version of this document you are dealing with. There will not be
detailed explanations of the examples: I will specically concentrate on where I think you might
have trouble or you might be learning something new.
- 2011-07-02 16:25:27下载
- 积分:1
-
bpp-src
Bin packing problem belongs to the class of NP-hard problems, like the others that were discussed in previous articles. The task is to pack a set of items of different size into bins of fixed size in such way that minimal number bins is used. Depending on the requirements, bin packing can be single-dimensional (1D) or multi-dimensional (2D, 3D...)
- 2014-12-08 21:58:05下载
- 积分:1
-
dsp_shiyan1
取音频左声道,并画出音频幅值频谱及频率能量图(Take the audio left channel, and draw the the audio amplitude spectrum and frequency energy diagram)
- 2012-12-03 20:32:26下载
- 积分:1
-
raypso
灰色理论优化粒子群优化算法,构建出的一种新的混合智能优化算法。。。。(Gray theory optimization PSO, build a new hybrid intelligent optimization algorithms. . . .)
- 2014-06-14 15:50:50下载
- 积分:1
-
AIEM
AIEM模型建立,用于计算表面后向散射系数(The AIEM model is established for calculating the surface backscattering coefficients)
- 2021-04-21 14:48:49下载
- 积分:1
-
FDTD
一个二维的FDTD程序
本程序实现2维TM波FDTD仿真
此程序用PML设置吸收边界条件
FDTD_2D_kongqi_PML
仅含有Ez,Hx,Hy分量
(A two-dimensional FDTD program program realization of the wave 2-D TM FDTD simulation this program set with the PML absorbing boundary condition FDTD_2D_kongqi_PML contain only Ez, Hx, Hy component)
- 2011-01-08 00:27:48下载
- 积分:1