-
routing
在复杂网络中,求经典的无标度网络最短路径算法的matlab源程序非常的实用。(In complex networks, and the classical scale-free network shortest path algorithm matlab source code is very practical.)
- 2007-09-17 14:39:37下载
- 积分:1
-
autopilot
自动驾驶仪(autopilot),是按技术要求自动控制飞行器轨迹的调节设备,其作用主要是保持飞机姿态和辅助驾驶员操纵飞机。(Autopilot (autopilot), according to technical requirements automatically control the aircraft trajectory adjustment equipment, its role is to maintain the aircraft posture and auxiliary pilot aircraft.)
- 2017-05-24 15:59:05下载
- 积分:1
-
LS
说明: 这个源代码 实现了协作通信与OFDM技术的结合 信道估计采用LS一阶线性估计算法(This source code implements the communication and collaboration technology, combined with OFDM channel estimation using LS estimation method for first order linear)
- 2011-02-21 14:38:02下载
- 积分:1
-
SGAfunctions
说明: 遗传算法在MATLAB中的一些简单函数的应用 适合初学者 (Genetic Algorithm in MATLAB in the application of some simple functions for beginners)
- 2010-04-28 09:29:59下载
- 积分:1
-
Fuzzy-Controller
this is a fuzzy controller using simulink.
- 2011-08-22 19:52:41下载
- 积分:1
-
Applied Nonlinear Control-J.E.Slotine
经典非线性控制英文教材,初学者必备。PDF扫描版。(Applied Nonlinear Control-J.E.Slotine)
- 2020-12-14 14:09:14下载
- 积分:1
-
MatlabBERAnalyzer
说明: 光通信系统的MATLAB实现,在OPTISYSTEM中运行(run in optisystem)
- 2010-04-14 18:57:16下载
- 积分:1
-
2D-variogram
semivariogram structure function ,it is about 2D semivariogram.
- 2012-05-07 22:03:45下载
- 积分:1
-
wanghui
潮流计算,计算简单的潮流分析程序,可以自己修改节点个数,节点类型(Flow calculation, calculation of simple trend analysis program can modify the number of nodes, node types)
- 2011-07-18 20:04:21下载
- 积分: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