-
distil_dynamics
计算苯、甲苯和对二甲苯混合物组分的程序,并且通过图示的形式显示出来(The program computes the composition of benzene, toluene and p-xylene versus time in all column plates. The steady state values are plotted versus the plate number for all three components. This MATLAB program is adapted from an example given in Chemical Engineering Dynamics by Ingham et al., Wiley-VCH, 2000)
- 2010-11-28 16:29:47下载
- 积分:1
-
ASL
包含了一个蚁群算法里面的蚁密系统,程序运行良好(Contains an ant colony algorithm inside the secret system to run well)
- 2010-05-10 09:12:06下载
- 积分:1
-
VC-Matlab-hunhebiancheng
对利用vc和matlab的混合编程技术进行介绍(For mixed use vc and matlab programming techniques are introduced)
- 2011-09-17 12:00:10下载
- 积分:1
-
The-SIRP-Law-K-Distributed
SIRP法K分布雷达杂波的建模与仿真程序演示(The SIRP Law K distributed radar clutter modeling and simulation program demonstrates)
- 2013-03-20 18:26:50下载
- 积分:1
-
rs_encode
RS码编码的源代码,直接复制出来粘贴在新建工程即可用(RS coding source code, paste copied directly out ready for use in new construction)
- 2013-11-15 10:05:25下载
- 积分:1
-
ga_matlab
遗传算法的详细仿真程序(matlab),算法详细介绍了遗传算法的功能和主要实现原理。难得的源码程序。(Genetic algorithms detailed simulation program (matlab), algorithm described in detail the function of genetic algorithm and the main achievement of the principle. Rare source procedures.)
- 2007-12-13 10:43:23下载
- 积分:1
-
ga
说明: GA算法代码 function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制(GA algorithm code function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制)
- 2012-04-28 18:02:03下载
- 积分:1
-
MATLAB-Codes-for-FEM
MATLAB Codes for Finite Element Analysis Solids andS tructures
- 2013-11-27 20:34:25下载
- 积分:1
-
NMFPSVM
本程序用于基因数据的分类,我自己写了一个基于欧氏距离的费舍尔判据,选取有代表性的基因,最后用NMF将矩阵分解,对得到的矩阵进行分类,分类用的是自带的svm算法(It is used for classfication, I wrote a fisher criterion based on Euclidean distance, selecting representative genes,after NMF,classification with the SVM algorithm is shipped
)
- 2014-09-27 09:40:52下载
- 积分:1
-
Image-Segmentation
This is an image segmentation Program
- 2015-03-03 20:17:23下载
- 积分:1