代码搜索:computing
找到约 6,514 项符合「computing」的源代码
代码结果 6,514
www.eeworm.com/read/159921/10587933
m~ kernelpca.m~
function [Z,Lambda]=kernelpca(X,T,l,ker,arg,display)
% KERNELPCA computes kernel Principal Component Analysis.
% [Z,lambda]=kernelpca(X,T,l,ker,arg,display)
%
% KERNELPCA computes Principal Componen
www.eeworm.com/read/159921/10587957
m kernelpca.m
function [Z,Lambda]=kernelpca(X,T,l,ker,arg,display)
% KERNELPCA computes kernel Principal Component Analysis.
% [Z,lambda]=kernelpca(X,T,l,ker,arg,display)
%
% KERNELPCA computes Principal Componen
www.eeworm.com/read/421949/10676632
m~ kernelpca.m~
function [Z,Lambda]=kernelpca(X,T,l,ker,arg,display)
% KERNELPCA computes kernel Principal Component Analysis.
% [Z,lambda]=kernelpca(X,T,l,ker,arg,display)
%
% KERNELPCA computes Principal Componen
www.eeworm.com/read/421949/10676653
m kernelpca.m
function [Z,Lambda]=kernelpca(X,T,l,ker,arg,display)
% KERNELPCA computes kernel Principal Component Analysis.
% [Z,lambda]=kernelpca(X,T,l,ker,arg,display)
%
% KERNELPCA computes Principal Componen
www.eeworm.com/read/460712/7105899
m qftex10.m
% QFTEX10 Inverted pendulum.
% Author: O. Yaniv, Y. Chait
% 2/15/94
% Copyright (c) 1995-98 by The MathWorks, Inc.
% $Revision: 1.4 $
clc
clear
echo on
% Example #10 (inverted pend
www.eeworm.com/read/443133/7637139
txt readme.txt
1. Keep all the 5 files in the same directory / folder.
2. "pol2rect.m" coverts Polar to Rectangular coordinates.
3. There are some assumptions used.
a. Bus number 1 is considered as
www.eeworm.com/read/439271/7713429
m qftex10.m
% QFTEX10 Inverted pendulum.
% Author: O. Yaniv, Y. Chait
% 2/15/94
% Copyright (c) 1995-98 by The MathWorks, Inc.
% $Revision: 1.4 $
clc
clear
echo on
% Example #10 (inverted pend
www.eeworm.com/read/438438/7731176
txt list.5.txt
while(1)
{
unsigned long i;
//Sampling
Sampling(Samples);
//Multiplying by window's factors
if(WinType==wtHanning)
Hanning(Samples);
else if(WinType==wtHamming)
Hammin
www.eeworm.com/read/330869/12863256
readme
DiscreteTFDs
Copyright (c) 1997, 1998, 1999 Jeffrey C. O'Neill (jeffo@bu.edu)
Copyright (c) 1998, 1999 Boston University
Copyright (c) 1997, 1998 L'Ecole Normale Superieure de Lyon
Copyright (c) 1997
www.eeworm.com/read/309167/13680518
c dznrm2.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
doublereal dznrm2_(integer *n, doublecom