-
bp-algorithm-CPP-Fortran-and-Matlab
分别用C++,matlab以及Fortran语言实现bp算法(bp algorithm using C++, matlaband Fortran language)
- 2011-05-10 15:21:49下载
- 积分:1
-
Kalmanfilter
数字信号处理 Digital signal processing(Digital signal processing
Digital signal processing)
- 2011-11-26 09:22:27下载
- 积分:1
-
LCS
最长公共子序列的个人实验,输入两个不同的字符序列(要求必须是字母),将输出这两个字符序列的最长公共子序列。(Individual experiments longest common subsequence, enter two different sequences of characters (letters must be required), the output of the longest common subsequence of the two-character sequence.)
- 2014-01-11 23:55:57下载
- 积分:1
-
MemDC_Test
MemDC防止屏幕闪烁的好方法,如不使用内存DC在画图,显示时会闪烁。(memdc redraw dc)
- 2013-12-18 20:26:22下载
- 积分:1
-
BCH-coding-
PCH coding 编码仿真 , matlab 实现(PCH code simulation, matlab implementation)
- 2011-05-27 14:55:28下载
- 积分:1
-
binary
C program of binary search
- 2015-03-06 14:58:59下载
- 积分: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
-
CDT
CDT规约,统称循环式远动规约,电力调度系统经常使用,经多年实践验证通过,需要时,可修改自己内部接口,完成代码移植。(CDT Statute, collectively, cycle remote Statute, power dispatching systems often use, after years of practice verified, if necessary, to modify their own internal interface, complete the code transplant.)
- 2013-12-11 10:16:12下载
- 积分:1
-
boostspi
boos pi controller close loop
- 2013-10-18 19:00:52下载
- 积分:1
-
Subclust
减聚类的类代码,可以直接使用获得类中心,类数目(Clustering by class code, you can directly use a type of center, type the number of)
- 2008-04-08 10:56:52下载
- 积分:1