代码搜索:initializes
找到约 4,453 项符合「initializes」的源代码
代码结果 4,453
www.eeworm.com/read/371680/9542221
m init_pdm_pdm.m
function [x0,v0]= init_PDm_PDm(mapfile, x, p, ap,n,varargin)
%
%[x0,v0]= init_PDm_PDm(mapfile, x, p, ap,n,varargin)
% Initializes a fold continuation from a LP point
%
%
global cds pdmds
% che
www.eeworm.com/read/371680/9542550
m init_nsm_nsmr.m
function [x0,v0]= init_NSm_NSm(mapfile, x, p, ap,n)
%
% [x1,v1] = init_NS_NS(mapfile, x, p, ap)
%
% Initializes a Neimark_Sacker bifurcation continuation from a NS point
%
nsmds=[];
global cds n
www.eeworm.com/read/147682/5728117
m init_mcfxlms.m
% [w,x,y,e,d,p,fx] = init_mcfxlms(L,Nref,Nact,Nsens,s,se,w0,x0,d0,y0,fx0)
%
% Creates and initializes the variables required for the
% Multichannel Filtered-X Least Mean Squares (MCFXLMS)
www.eeworm.com/read/147682/5728131
m init_fdfxlms.m
% [NB,W,w,x,y,d,e,p,NB,S,SE,yF,fxF] = init_fdfxlms(NC,NL,s,se,w0,xn0,d0)
%
% Creates and initializes the variables required for the
% Frequency Domain Filtered-x Least Mean Squares (FDFXLM
www.eeworm.com/read/147682/5728148
m init_sharf.m
% [u,w,e,c,d,mu,Px,Py]=init_sharf(N,M,L,u0,w0,e0,c0,d0,mu0)
%
% Creates and initializes the variables required for the
% Simple Hyperstable Adaptive Recursive Filter (SHARF)
% algorithm
www.eeworm.com/read/147682/5728158
m init_rlslbpef.m
% [ff,bb,fb,cf,b,y,e,kf,kb,x] = init_rlslbpef(L,ff0,bb0,fb0,cf0,b0,x0)
%
% Creates and initializes the variables required for the
% Recursive Least Squares Lattice Backward Predictor Error
www.eeworm.com/read/14545/388084
3 sdl_init.3
.TH "SDL_Init" "3" "Tue 11 Sep 2001, 23:00" "SDL" "SDL API Reference"
.SH "NAME"
SDL_Init\- Initializes SDL
.SH "SYNOPSIS"
.PP
\fB#include "SDL\&.h"
.sp
\fBint \fBSDL_Init\fP\fR(\fBUint32 flags\fR);
www.eeworm.com/read/208214/4994935
m newpid.m
function pid = newpid(K, Ti, Td, N, h, intOn)
% This function initializes the data structure of a PID controller.
pid.K = K;
pid.Ti = Ti;
pid.Td = Td;
pid.N = N;
pid.h = h;
pid.intOn = intOn;
pid.e