-
amtf
matlab仿真源代码,AM源程序,用matlab运行(matlab simulation source code, AM source, using matlab to run)
- 2008-05-20 16:42:42下载
- 积分:1
-
Simulinkcar
matlab/simulink组建汽车整车仿真平台,有详细说明(matlab/simulink formed vehicle simulation platform, has a detailed description)
- 2008-07-09 16:10:04下载
- 积分:1
-
wysyh
matlab的无约束优化程序包,里面包括了课件,以及相关案例的源程序(Unconstrained Optimization matlab package, which includes courseware, as well as related case source)
- 2007-09-19 18:21:57下载
- 积分:1
-
lightningcentralcontrol
灯光中央控制系统的设计应用,是一份非常经典的灯光控制应用领域的文档(灯光中央控制系统的设计应用)
- 2010-01-03 19:27:18下载
- 积分:1
-
com
利用COM组建的实现VC++与MATLAB的混合编程(COM realize the use of established VC++ Mixed with MATLAB Programming)
- 2008-05-07 13:21:55下载
- 积分:1
-
LMS
1,、设置变量和参量:
X(n)为输入向量,或称为训练样本
W(n)为权值向量
e(n)为偏差
d(n)为期望输出
y(n)为实际输出
η为学习速率
n为迭代次数
2、初始化,赋给w(0)各一个较小的随机非零值,令n=0
3、对于一组输入样本x(n)和对应的期望输出d,计算
e(n)=d(n)-X^T(n)W(n)
W(n+1)=W(n)+ηX(n)e(n)
4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters:
X (n) is the input vector, otherwise known as the training sample
W (n) for the weight vector
e (n) for the deviation
d (n) is the desired output
y (n) is the actual output
η is the learning rate
n is the number of iterations)
- 2011-12-10 20:22:05下载
- 积分:1
-
Archive
Test Bank for Problem Solving with C++: The Object of Programming
- 2014-09-11 16:10:21下载
- 积分:1
-
EOF
一个方便实用的进行EOF程序,可对数据分析出相应的模态(and eigenvalues V. The most effecient algorithm proposed by von Storch and Hannostock (1984) is used.)
- 2014-11-27 22:55:21下载
- 积分:1
-
MFC
UpdateData、Invalidate、InvalidateRect和UpdateWindow及RedrawWindow的区别(Difference UpdateData, Invalidate, InvalidateRect and UpdateWindow and RedrawWindow of)
- 2015-01-10 09:59:47下载
- 积分:1
-
knapsack
实现背包的最有装载,可以实现背包的最有价值(The realization of the most loaded backpack, the backpack can be the most valuable)
- 2008-12-12 10:39:41下载
- 积分:1