搜索资源列表
Objective-C
- 学习Objective-C的宝典,O Reilly出版的。-Learning Objective-C of the book, O Reilly published.
objective-c2.pdf
- This basic book when you learn objective-c. This content is translated Korean. Original is http://cocoadevcentral.com/articles/000081.php.-This is basic book when you learn objective-c. This content is translated K
MATLAB
- MATLAB函数参考手册,查看matlab函数作用以及功能。- SVMLSPex02.m Two Dimension SVM Problem, Two Class and Separable Situation Difference with SVMLSPex01.m: Take the Largrange Function (16)as object function insteads
Objective-C2.0
- objective-c 2.0 入门学习-begin programming
Objective-C2
- Objective-C2.0程序设计(原书第2版)高清完整版-Objective- C2.0 programming (original book version 2) hd the full version
PSO
- 经典粒子群算法,经过多次优化,演示出图, 待优化的目标函数:N 粒子数目:N 惯性权重:w 学习因子:c1,c2 最大迭代次数:M 问题的维数:D 目标函数取最小值时自变量值:xm 目标函数的最小值:fv-Classical particle swarm algorithm, optimized for many times, demonstrates plotting objective f
manwandiaodu-PSO
- 群微粒算法:本算法用群微粒算法求目标函数的最大值 //本算法使用步骤 // (1)派生自己的群微粒类,类中必须定义double GetFit(PARTICLE&)方法,用来计算每个微粒的适合度 // (2)生成派生类实例,并在构造函数中指明微粒坐标维数和群体个数 // (2)设置微粒坐标上界数组和下界数组,并用SetXup与SetXdown设置微粒坐标上下界 // (3)用SetVmax方法设置微粒最大速度 //