-
matlab
插值,函数逼近,矩阵特征值计算,数值微分,积分,方程求根,非线性方程求解,迭代,随机数生成,特殊函数,常微分方程,偏微分方程等常用的matlab程序。(Interpolation, function approximation, matrix eigenvalue calculation, numerical differentiation, integration, finding roots of equations, nonlinear equations, iterative, random number generators, special functions, ordinary differential equations, partial differential equations and other commonly used matlab program.)
- 2010-02-26 16:49:56下载
- 积分:1
-
wind-power-generation-system
说明: 有关风力发电系统的文章,包含发电机的设计,整流逆变电路等等(Articles on wind power generation system, including the design of the generator, rectifier inverter circuit, etc.)
- 2011-02-18 17:42:50下载
- 积分:1
-
MLBProgram_muya
说明: 详细讲解了MATLAB语言编程技术,有大量的实例。(Detailed account of MATLAB programming language, there are plenty of examples.)
- 2008-09-24 00:16:27下载
- 积分:1
-
EulerMeth
matlab program numerical methods
- 2014-08-09 22:21:14下载
- 积分:1
-
智能优化算法
说明: 基本的智能优化算法,包括蚁群算法,遗传算法,模拟退火法等(Basic intelligent optimization algorithms, including ant colony algorithm, genetic algorithm, simulated annealing algorithm, etc)
- 2020-05-30 09:21:23下载
- 积分:1
-
images
image processing image transforms such as radon fouriye
- 2011-11-06 22:55:04下载
- 积分:1
-
BTL_Nhom9_VP2012
BTL thay dai, dai so 2, giai tich, tich phan, matlab code, TS Le Xuan Dai
- 2015-03-31 00:46:39下载
- 积分:1
-
Cognitive-radio
基于遗传算法的认知无线电认知引擎的仿真程序(Cognitive radio based on genetic algorithm engine simulation program of cognitive)
- 2011-05-08 12:01:34下载
- 积分:1
-
ACO_Result2
在matlab环境下使用ACO蚁群算法解决TSP旅行商问题(In the matlab environment using ACO ACO algorithm to solve the traveling salesman problem TSP)
- 2013-08-24 11:09:48下载
- 积分:1
-
bisection_new
Step 1: Set i=1
FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2
FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then
OUTPUT(p)
STOP.
prepared by Razana Alwee
24
Algorithm
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p
FA=FP
else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,
No=’, No)
- 2011-11-23 09:49:57下载
- 积分:1