-
-
-
c++neuralnetworkdevelopmentpakage.rar
annie is an ANN, ie, Artificial Neural Network library developed in C++. It can be used to implement various kinds of neural networks like Multi-Layer Perceptron, Radial basis function networks, Hopfield networks etc.
-
rbfSrc.rar
... function approximation capabilities of a Radial Basis Function Network.
The user supplies a set of training points which represent ... least-squares solution). The resulting network is then used to approximate the function between the given "sample" points. ...
-
xingtaixueCdaima.rar
/ *** *** *** *** *** *** *** *** *** *** *** *** ****
// FUNCTION: GrayScaleProcess(HWND hWnd,int graymaskstyle, WORD ProcessID)
// PURPOSE: Processes gray scale bitmaps
// PARAMETERS:
// graystyle: mask type
//COMMENTS:
//
-
vbNumerical10.zip
最小平方近似法 (least-squares approximation) 是用來求出一組離散 (discrete) 數據點的近似函數 (approximating function),作實驗所得的數據亦常使用最小平方近似法來達成曲線密合 (curve fitting)。以下所介紹的最小平方近似法是使用多項式作為近似函數,除了多項式之外,指數、對數方程式亦可作為近似函數。關於最小平方近似法的計算原理,請參閱市面上的數值分析書籍
-
Combox.rar
Demo how to add items into COMBOBOX by the global user-defined function, but not using the AddString function directly.
-
zmod.zip
... an elliptical motion called whirl. It is important to decompose this motion into a forward and backward whil orbits. The current function makes use of two sensors to generate a bi-directional spectrogram. The method can be extended to any time-frequency ...
-
treewave.zip
... files wav1.m, wav2.m, wavecoef.mat and readme.
wav2 function implements the tree structured wavelet transform of the input ... up to the given level of decomposition. Wav2 uses another function called wav1, which takes the well known wavelet transform of ...
-
FCMmatlab.zip
every function has its own help which can be obtained by typing "help name"
where "name" is the function, e.g. "help fcm"
-
rmbdxxzhdelphi.rar
...
将Cash_RMB.dcu放入Delphi安装目录下的Lib中,在uses中加入Cash_RMB,
即可引用CashRMB方法.
function CashRMB(CashAmount: Double): String
如:
procedure TForm1.Button1Click(Sender: TObject)
begin
QRLabel1.Caption := CashRMB(Table1.FieldByName( 金额 ).AsFloat)
end
...
-