-
deflections
beat identifications detection
- 2010-02-20 04:15:20下载
- 积分:1
-
fdtd3D
三维光子晶体的fdtd法,MATLAB源程序 含不同时间步长的过程显示(Three-dimensional photonic crystals fdtd method, MATLAB source code)
- 2010-05-08 10:07:40下载
- 积分:1
-
Fastdecoupled
Fast Decoupled Power Flow
- 2013-10-06 08:55:30下载
- 积分:1
-
matlab--cftool
曲线拟合资料,自己学习过程中积累的一些文档,包含多种数据拟合方法。(Curve fitting data, some of the documents accumulated in their own learning process, contains a variety of data fitting methods.)
- 2014-01-07 16:13:56下载
- 积分:1
-
timeandfreqdomain
This code takes data received from a bearing and converts it from the time
domain to the frequency domain in order to determine bearing defect size.
- 2009-02-19 00:40:51下载
- 积分:1
-
231
blurring and flat region filtering and noisy image
- 2010-08-02 19:25:55下载
- 积分:1
-
matlab
The network weights are adjusted during the online
implementation. The method used is based on the gradient
descent method (GD), which is a simple and fast method for
online adaptation.
- 2013-05-25 04:54:16下载
- 积分:1
-
neural-net-pid
说明: 常用的PID控制结合了智能的神经网络算法。给出matlab仿真程序。(PID control combines the commonly used intelligent neural network algorithm. Matlab simulation program is given.)
- 2011-03-12 16:21:47下载
- 积分:1
-
SCJP-Java-6-(Exam-310-065)
The purpose of this study guide is to prepare you for the Sun Certified Java Associateexam. This preparation will be accomplished by familiarizing you with the necessaryknowledge related to Java fundamentals, tools, and technologies that will be represented on the exam.
- 2015-03-08 19:51:35下载
- 积分:1
-
minFD
用最速下降法求解多维函数的极值
function [x,minf]=minFD(f,x0,var,eps)
目标函数:f
初始点:x0
自变量向量:var
精度:eps
目标函数取最小值时的自变量值:x
目标函数的最小值:minf( With the steepest descent method for solving the multi-dimensional function of the extreme value function [x, minf] = minFD (f, x0, var, eps) target function: f Initial Point: x0 argument vector: var Accuracy: eps target function takes the minimum value of the independent variable values: x minimum target function: minf)
- 2015-05-31 14:43:54下载
- 积分:1