-
Writing-Efficient-C-and-C-Code-Optimization
writing efficient c code
- 2013-03-19 14:26:19下载
- 积分:1
-
digital
实现数码管的控制功能,比较适合初学者使用并了解数码管(Realization of digital control functions, more suitable for beginners to use and understand digital)
- 2014-03-28 23:10:31下载
- 积分: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
-
FuzzyPIDcontrol
说明: 模糊PID控制的基于dsp2812的程序(Fuzzy PID control programs based on dsp2812)
- 2009-08-24 11:32:32下载
- 积分:1
-
duibidulasheng
对比度拉伸,对原始图像进行对比度拉伸,从而得到拉伸后的图像(tensile contrast, the original image contrast stretching, and thus drawing the images)
- 2007-06-28 16:19:44下载
- 积分:1
-
AciGisWork
AE中实现最短路径和最近设施的小例子,有附带数据,(AE in the shortest path and the latest facilities to achieve a small example of incidental data,)
- 2010-07-25 17:59:00下载
- 积分:1
-
Image fusion
基于稀疏表示的图像融合算法 KSVD OMP(Image fusion algorithm based on sparse representation KSVD OMP)
- 2021-03-15 21:19:21下载
- 积分:1
-
Lang_C3_ppt
it s about a course in language C++ writen by professional professor in university course number 33
- 2015-04-01 19:21:38下载
- 积分:1
-
DS18B20
STC89C52RC单片机
读取18B20数据并显示在数码管上(18B20 STC89C52RC microcontroller reads the data and displays on the digital)
- 2013-07-21 20:56:15下载
- 积分:1
-
EightQueensGA
Eight queen with C# Example
- 2012-03-15 23:52:12下载
- 积分:1