-
MCM
说明: mcm-美国2007年数学建模大赛的题目,我们的想法非常独到新颖,已经有论文发表(mcm-American in 2007 the subject of mathematical modeling contest, and our thoughts are very unique new papers have been published)
- 2008-09-17 15:47:58下载
- 积分:1
-
pablo
说明: 一个可以生成标准翼型坐标,并对翼型在不同攻角下进行升力系数及阻力系数计算的软件。(Can generate a standard airfoil coordinates, and the airfoil at different angle of attack carried out under the lift coefficient and drag coefficient calculation software.)
- 2008-09-21 13:16:51下载
- 积分:1
-
b
说明: 本代码是关于 MATLAB基础与提高 ,分第一章到第十一章(The code is about the basic and improvement of MATLAB)
- 2010-04-15 15:07:46下载
- 积分:1
-
GaussAprox_BestFit_Optimization1_hw7.m
Gauss best fit approximation
- 2014-08-11 17:00:34下载
- 积分:1
-
simpleWSNRoute
OMNet++的一个例子,实现了简单的路由。重要的语句后面加上了注释,适合初学者,非常有用。(A example about wirless network for OMNet++.)
- 2010-08-11 18:05:20下载
- 积分:1
-
SingleNeuralNetPIDControllerbaseonSecondTypeLearni
结合单神经元的pid控制原码 可仿真实现
结果有误差曲线 跟踪曲线 参数整定曲线等(Combination of single neurons in the original pid control code can realize the results of simulation have tracking error curve curve curve parameter tuning, etc.)
- 2008-05-23 11:27:09下载
- 积分:1
-
A_Software-Defined_GPS_and_Galileo_Receiver_Sprin
Very nice ebook about GPS/Galileo design based on software approach.
- 2010-04-11 21:30:13下载
- 积分:1
-
The-ant-algorithm-matlab-simulation
The ant algorithm matlab simulation(The ant algorithm matlab simulation
)
- 2011-10-15 21:09:51下载
- 积分:1
-
Gravitational-Search-algorithm
GSA非本人编写,从原作者那得到,如果使用,请注明原作者(I write non-GSA obtained from the author that, if used, please indicate the author)
- 2014-05-12 20:05:39下载
- 积分:1
-
eps_MOEA
% Run an optimization using the epsilon-moea algorithm. Assumes that the
% optimization problem is in canonical form - all target functions are to be
% minimized.
%
% Arguments:
% creature - a description of the problem as returned from construct creature.
% pop_size - number of individuals to use for the simulation. The more you use,
% The better is the pareto front, but it"s slower and has diminishing
% returns.
% conv_gens - after this many generations with no change in the archive
% population, the iteration stops.
% nun_gens - maximum total number of generations, with or without convergence.
% objectives - a function that given a population array returns the fitness
% array.
% grid - the size of the hypercubes in the epsilon-dominance tests.
%
% Returns:
% population - the population matrix after the latest iteration.
% fitness - the
- 2022-02-05 18:13:32下载
- 积分:1