-
around
说明: 地球绕圆心的运动,对各位应该有启发地球绕圆心的运动(The Earth' s movement around the center of a circle, there should be instructive for you)
- 2010-03-20 09:13:17下载
- 积分: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
-
FunctionChaosPredict
利用一阶局域加权法进行混沌时间序列的预测。(Using a weighted-rank local-region method of forecasting chaotic time series.)
- 2020-11-28 19:39:29下载
- 积分:1
-
pq_powerflow
潮流计算是电力系统稳态分析的重要组成部分,pq分解法是牛拉法的改进。(Power system power flow calculation is an important part of the steady state analysis, P- Q decomposition method is a kind of improvement of cattle rafa.)
- 2014-12-25 21:58:59下载
- 积分:1
-
date
根据用户输入的年月日计算出第几天的控制台应用(To calculate the day of the console application based on user input date)
- 2015-04-06 12:37:24下载
- 积分:1
-
TestLocalHeap
Windows Local heap class
- 2014-11-30 22:26:27下载
- 积分:1
-
CameraCalibrationSystem
系统采用的是直接标定摄像机内部参数的算法,算法借助于标定参照物直接计算摄像机的内参数。整个系统是在VC++环境下设
计并实现的,并借助了IPL和OpenCV的帮助,只要输入标定物的图像,系统就可以迅速而又准确地输出摄像机内参数的结果。通过3D
重构实验证明了该系统的有效性。相对于MATLAB实现方式,该系统使用更加方便、快捷。
(System are directly used in the internal parameters of the camera calibration algorithm, calibration algorithm by means of direct calculation of reference within the parameters of the camera. The entire system is in VC++ environment to design and implementation, and with the help of IPL and OpenCV, as long as the input image calibration objects, the system can be output quickly and accurately the results of camera intrinsic parameters. Through the 3D reconstruction of the experiment proved the effectiveness of the system. MATLAB implementation vis-à-vis the way the system more convenient to use, fast.)
- 2009-03-31 19:51:01下载
- 积分:1
-
Matlabgetstart
Matlab入门教材,可以作为入门是的读物。(Matlab entry materials, can be used as entry is reading.)
- 2007-10-23 23:18:48下载
- 积分:1
-
Programming-Optimization
Programming Optimization: by Paul Hsieh
- 2012-10-25 20:57:48下载
- 积分:1
-
DrawTree_Ctl
实现云模型与分形的树模拟,用MATLAB和VB混合编程实现(achieve cloud model and fractal tree simulation with MATLAB and VB Programming)
- 2006-10-31 10:51:37下载
- 积分:1