代码搜索:sequence

找到约 10,000 项符合「sequence」的源代码

代码结果 10,000
www.eeworm.com/read/355337/10274936

m rts_smooth.m

%RTS_SMOOTH Rauch-Tung-Striebel smoother % % Syntax: % [M,P,S] = RTS_SMOOTH(M,P,A,Q) % % In: % M - NxK matrix of K mean estimates from Kalman filter % P - NxNxK matrix of K state covariances fr
www.eeworm.com/read/280929/10279368

m circonvt.m

function y = circonvt(x1,x2,N) % N-point circular convolution between x1 and x2: (time-domain) % ------------------------------------------------------------- % [y] = circonvt(x1,x2,N) % y = outp
www.eeworm.com/read/355237/10284165

m rts_smooth.m

%RTS_SMOOTH Rauch-Tung-Striebel smoother % % Syntax: % [M,P,S] = RTS_SMOOTH(M,P,A,Q) % % In: % M - NxK matrix of K mean estimates from Kalman filter % P - NxNxK matrix of K state covariances fr
www.eeworm.com/read/353195/10464179

c systems.c

/* systems.c, systems-specific routines */ /* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */ /* * Disclaimer of Warranty * * These sof
www.eeworm.com/read/424281/10468009

texi qrng.texi

@cindex quasi-random sequences @cindex low discrepancy sequences @cindex Sobol sequence @cindex Niederreiter sequence This chapter describes functions for generating quasi-random sequences in arbitrar
www.eeworm.com/read/352819/10504721

tdf mii.tdf

%-----------------------------------------------------------------------% % Description : % % Edit history...
www.eeworm.com/read/160223/10555757

m circonvt.m

function y = circonvt(x1,x2,N) % N-point circular convolution between x1 and x2: (time-domain) % ------------------------------------------------------------- % [y] = circonvt(x1,x2,N) % y = output s
www.eeworm.com/read/277143/10660033

cpp ex163_odbc.cpp

#include using namespace std; #include #define OTL_ODBC_MSSQL_2005 // Compile OTL 4/ODBC, MS SQL 2005 //#define OTL_ODBC // Compile OTL 4/ODBC. Uncomment this when used with
www.eeworm.com/read/277143/10660320

cpp ex418_odbc.cpp

#include using namespace std; #include #define OTL_ODBC //#define OTL_ODBC_UNIX // Compile OTL 4.0/ODBC #include // include the OTL 4.0 header file otl_conne
www.eeworm.com/read/277143/10661515

cpp ex519_odbc.cpp

#include using namespace std; #include #define OTL_ODBC_MSSQL_2005 // Compile OTL 4/ODBC, MS SQL 2005 //#define OTL_ODBC // Compile OTL 4/ODBC. Uncomment this when used wi