-
work
用matlab语言编的基于粗糙集理论的属性约简程序(matlab roughset)
- 2009-05-11 17:07:38下载
- 积分:1
-
TB-lxs
禁忌搜索求解初始点和终点确定的取送货路径问题(If the initial points and the end is known, then use Tabu search to solve path problem
)
- 2011-12-15 09:43:36下载
- 积分:1
-
ELM
极值学习机,一种最近流行的算法。它的使用,使得计算过程大大的简化,值得交流分享。(Extreme Learning Machine, a recently popular algorithms. Its use, so that the calculation process is greatly simplified, worth sharing.)
- 2012-09-03 09:29:31下载
- 积分:1
-
Criminisi-original
image inpainting classical algorithm
- 2015-01-03 10:33:10下载
- 积分:1
-
Matlab_GUI
学会用matlab gui设计用户界面,并编写响应程序。(To learn matlab GUI to design user interfaces, and write a response to the program.
)
- 2013-04-30 00:12:00下载
- 积分:1
-
susan
关于特征描述的susan算法的matlab程序(About susan algorithm matlab program)
- 2013-11-09 11:40:08下载
- 积分:1
-
微分方程与MATLAB(英文版,易学)
说明: 初学微分方程数值解很实用的书籍,例子很详细,并附有程序。(Good book for student who wants to study tne numerical solution of differential equations)
- 2020-01-28 13:02:58下载
- 积分:1
-
mimo信道容量仿真matlab
说明: MIMO信道容量仿真matlab代码,最全的M文件,使用非常棒。(MIMO channel capacity simulation matlab code, the most complete m file, using very good.)
- 2020-04-03 19:49:15下载
- 积分: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
-
ICA
用ICA算法实现ECG信号盲源分离的小程序,(ICA algorithm to achieve the ECG signal blind source separation program)
- 2013-03-24 20:50:30下载
- 积分:1